summaryrefslogtreecommitdiffstats
path: root/extra/fusion-icon/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-12 15:24:29 +0100
committersibel <lesibel@free.fr>2011-03-12 15:24:29 +0100
commitf8e2d2c2b5ca1dd778279e151ec407b12dc84378 (patch)
tree4c1cc60712441ab263ccabc517f68167191be824 /extra/fusion-icon/Pkgfile
parent7b51413efbc774e524b4b2edce6bdf7948171b7b (diff)
downloadnutyx-extra-f8e2d2c2b5ca1dd778279e151ec407b12dc84378.tar.gz
nutyx-extra-f8e2d2c2b5ca1dd778279e151ec407b12dc84378.tar.bz2
nutyx-extra-f8e2d2c2b5ca1dd778279e151ec407b12dc84378.tar.xz
nutyx-extra-f8e2d2c2b5ca1dd778279e151ec407b12dc84378.zip
fusion-icon, depacé dans ouvert
Diffstat (limited to 'extra/fusion-icon/Pkgfile')
-rwxr-xr-xextra/fusion-icon/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/fusion-icon/Pkgfile b/extra/fusion-icon/Pkgfile
deleted file mode 100755
index 9320c3ca4..000000000
--- a/extra/fusion-icon/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Outils de selection compiz
-# URL:
-# Maintainer: NuTyX core team
-# Packager: tux03 at tuxfamily dot org
-# Depends on: xorg-xvinfo
-# Run on: xorg-xvinfo
-
-name=fusion-icon
-version=0.1.0
-release=1
-
-source=(http://ftp.de.debian.org/debian/pool/main/f/fusion-icon/fusion-icon_0.1.0.orig.tar.gz)
-build() {
- cd $name-$version
- python2 setup.py build install --root=$PKG
-}
-
-