summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortux03 <tux03@tuxfamily.org>2010-02-12 12:20:49 +0100
committertux03 <tux03@tuxfamily.org>2010-02-12 12:20:49 +0100
commit39f8a0954c3a87577ffdea0f2b54a3df7fc362be (patch)
tree6f8048458c43940a8e9953626fdc98a4a66eb78f /extra
parent0c6564c13bd10dbb19e0c9c5e975af9b629f6adb (diff)
downloadnutyx-extra-39f8a0954c3a87577ffdea0f2b54a3df7fc362be.tar.gz
nutyx-extra-39f8a0954c3a87577ffdea0f2b54a3df7fc362be.tar.bz2
nutyx-extra-39f8a0954c3a87577ffdea0f2b54a3df7fc362be.tar.xz
nutyx-extra-39f8a0954c3a87577ffdea0f2b54a3df7fc362be.zip
compiz-bcop,0.8.4-1
Diffstat (limited to 'extra')
-rwxr-xr-xextra/compiz-bcop/.footprint8
-rwxr-xr-xextra/compiz-bcop/.md5sum1
-rwxr-xr-xextra/compiz-bcop/Pkgfile17
3 files changed, 26 insertions, 0 deletions
diff --git a/extra/compiz-bcop/.footprint b/extra/compiz-bcop/.footprint
new file mode 100755
index 000000000..a514afb8e
--- /dev/null
+++ b/extra/compiz-bcop/.footprint
@@ -0,0 +1,8 @@
+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 b/extra/compiz-bcop/.md5sum
new file mode 100755
index 000000000..8cb5bd363
--- /dev/null
+++ b/extra/compiz-bcop/.md5sum
@@ -0,0 +1 @@
+1abcb08e8b8963ca2a1ae984cb537ec3 compiz-bcop-0.8.4.tar.gz
diff --git a/extra/compiz-bcop/Pkgfile b/extra/compiz-bcop/Pkgfile
new file mode 100755
index 000000000..978421610
--- /dev/null
+++ b/extra/compiz-bcop/Pkgfile
@@ -0,0 +1,17 @@
+# Description: outils pour les plugins compiz
+# URL: compiz.org
+# Maintainer: NuTyX core team
+# Packager: tux03 at tuxfamily dot org
+# Depends on:
+name=compiz-bcop
+version=0.8.4
+release=1
+group=
+source=(http://releases.compiz-fusion.org/0.8.4/compiz-bcop-0.8.4.tar.gz)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+