summaryrefslogtreecommitdiffstats
path: root/extra/compiz-plugins-extra/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-10 21:57:07 +0100
committersibel <lesibel@free.fr>2011-03-10 21:57:07 +0100
commit97288cd0a827b10873af2dd73e6cb93100afcfd8 (patch)
treedc6c1bd417cf4eb0c8cf9d32dbd196e7654cbddf /extra/compiz-plugins-extra/Pkgfile
parent12807bd4c0cd3728b23857d0543d7573a8298d45 (diff)
parentad1ac9b475d6a06fcf905540f75ddcd1a1e07a86 (diff)
downloadnutyx-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-xextra/compiz-plugins-extra/Pkgfile20
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
-}
-
-