diff options
-rwxr-xr-x | extra/compiz-bcop/.footprint.i686 | 8 | ||||
-rwxr-xr-x | extra/compiz-bcop/.footprint.x86_64 | 8 | ||||
-rwxr-xr-x | extra/compiz-bcop/.md5sum.i686 | 1 | ||||
-rwxr-xr-x | extra/compiz-bcop/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/compiz-bcop/Pkgfile | 20 |
5 files changed, 0 insertions, 38 deletions
diff --git a/extra/compiz-bcop/.footprint.i686 b/extra/compiz-bcop/.footprint.i686 deleted file mode 100755 index a514afb8e..000000000 --- a/extra/compiz-bcop/.footprint.i686 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/bcop -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bcop/ --rw-r--r-- root/root usr/share/bcop/bcop.xslt -drwxr-xr-x root/root usr/share/pkgconfig/ --rw-r--r-- root/root usr/share/pkgconfig/bcop.pc diff --git a/extra/compiz-bcop/.footprint.x86_64 b/extra/compiz-bcop/.footprint.x86_64 deleted file mode 100755 index a514afb8e..000000000 --- a/extra/compiz-bcop/.footprint.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/bcop -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bcop/ --rw-r--r-- root/root usr/share/bcop/bcop.xslt -drwxr-xr-x root/root usr/share/pkgconfig/ --rw-r--r-- root/root usr/share/pkgconfig/bcop.pc diff --git a/extra/compiz-bcop/.md5sum.i686 b/extra/compiz-bcop/.md5sum.i686 deleted file mode 100755 index 8cb5bd363..000000000 --- a/extra/compiz-bcop/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -1abcb08e8b8963ca2a1ae984cb537ec3 compiz-bcop-0.8.4.tar.gz diff --git a/extra/compiz-bcop/.md5sum.x86_64 b/extra/compiz-bcop/.md5sum.x86_64 deleted file mode 100755 index 8cb5bd363..000000000 --- a/extra/compiz-bcop/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -1abcb08e8b8963ca2a1ae984cb537ec3 compiz-bcop-0.8.4.tar.gz diff --git a/extra/compiz-bcop/Pkgfile b/extra/compiz-bcop/Pkgfile deleted file mode 100755 index 37f8bf37c..000000000 --- a/extra/compiz-bcop/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: outils pour les plugins compiz -# URL: compiz.org -# Maintainer: NuTyX core team -# Packager: tux03 at tuxfamily dot org -# Depends on: libxslt -# Run on: libxslt - -name=compiz-bcop -version=0.8.4 -release=1 -group= -source=(http://releases.compiz-fusion.org/$version/compiz-bcop-$version.tar.gz) -build() { -cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - - |