diff options
author | sibel <lesibel@free.fr> | 2011-03-10 21:57:07 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-10 21:57:07 +0100 |
commit | 97288cd0a827b10873af2dd73e6cb93100afcfd8 (patch) | |
tree | dc6c1bd417cf4eb0c8cf9d32dbd196e7654cbddf /extra/compiz-plugins-extra/Pkgfile | |
parent | 12807bd4c0cd3728b23857d0543d7573a8298d45 (diff) | |
parent | ad1ac9b475d6a06fcf905540f75ddcd1a1e07a86 (diff) | |
download | nutyx-pakxe-97288cd0a827b10873af2dd73e6cb93100afcfd8.tar.gz nutyx-pakxe-97288cd0a827b10873af2dd73e6cb93100afcfd8.tar.bz2 nutyx-pakxe-97288cd0a827b10873af2dd73e6cb93100afcfd8.tar.xz nutyx-pakxe-97288cd0a827b10873af2dd73e6cb93100afcfd8.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/compiz-plugins-extra/Pkgfile')
-rwxr-xr-x | extra/compiz-plugins-extra/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/compiz-plugins-extra/Pkgfile b/extra/compiz-plugins-extra/Pkgfile deleted file mode 100755 index 3333e86cf..000000000 --- a/extra/compiz-plugins-extra/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Plugins extra pour compiz -# URL: http://www.compiz.org -# Maintainer: NuTyX core team -# Packager: tux03 at tuxfamily dot org -# Depends on: compiz, compiz-bcop, compiz-plugins-main, libnotify -# Run on: compiz,compiz-bcop,compiz-plugins-main,libnotify - -name=compiz-plugins-extra -version=0.8.6 -release=1 -group= -source=(http://releases.compiz-fusion.org/$version/compiz-plugins-extra-$version.tar.gz) -build() { -cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - - |