diff options
author | sibel <lesibel@free.fr> | 2011-03-12 15:24:29 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-12 15:24:29 +0100 |
commit | f8e2d2c2b5ca1dd778279e151ec407b12dc84378 (patch) | |
tree | 4c1cc60712441ab263ccabc517f68167191be824 /extra/fusion-icon/Pkgfile | |
parent | 7b51413efbc774e524b4b2edce6bdf7948171b7b (diff) | |
download | nutyx-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-x | extra/fusion-icon/Pkgfile | 18 |
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 -} - - |