diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-12 17:31:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-12 17:31:40 +0100 |
commit | be7e962504b66db35ca79080c00c6901ae723fe9 (patch) | |
tree | d41411dc4ce9de42bfe21e6b0e27a59f97a93c40 /extra/libcompizconfig/Pkgfile | |
parent | 1203eab90ebeae36f15fbc8719c18f8538932f62 (diff) | |
parent | 62a569ff6a8e20bcc0f0c9c9f2cffb53251ca4a3 (diff) | |
download | nutyx-pakxe-be7e962504b66db35ca79080c00c6901ae723fe9.tar.gz nutyx-pakxe-be7e962504b66db35ca79080c00c6901ae723fe9.tar.bz2 nutyx-pakxe-be7e962504b66db35ca79080c00c6901ae723fe9.tar.xz nutyx-pakxe-be7e962504b66db35ca79080c00c6901ae723fe9.zip |
Merge remote branch 'tux03/master'
Diffstat (limited to 'extra/libcompizconfig/Pkgfile')
-rwxr-xr-x | extra/libcompizconfig/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libcompizconfig/Pkgfile b/extra/libcompizconfig/Pkgfile new file mode 100755 index 000000000..a56191fcc --- /dev/null +++ b/extra/libcompizconfig/Pkgfile @@ -0,0 +1,17 @@ +# Description: Librairie pour compiz +# URL: compiz.org +# Maintainer: NuTyX core team +# Packager: tux03 at tuxfamily dot org +# Depends on: compiz, bcop +name=libcompizconfig +version=0.8.4 +release=1 +group= +source=(http://releases.compiz-fusion.org/0.8.4/libcompizconfig-0.8.4.tar.gz) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |