summaryrefslogtreecommitdiffstats
path: root/extra/fusion-icon/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-02 18:02:47 +0100
committersibel <lesibel@free.fr>2011-01-02 18:02:47 +0100
commit48a705c40efccb3567d9be0c29076d461fe7944e (patch)
tree2e1955c9fcb40aeea755457dbc62e62f89b6ffb6 /extra/fusion-icon/Pkgfile
parent33f0b802c2641722bb7feda5b4fd6e215bfb2095 (diff)
downloadnutyx-extra-48a705c40efccb3567d9be0c29076d461fe7944e.tar.gz
nutyx-extra-48a705c40efccb3567d9be0c29076d461fe7944e.tar.bz2
nutyx-extra-48a705c40efccb3567d9be0c29076d461fe7944e.tar.xz
nutyx-extra-48a705c40efccb3567d9be0c29076d461fe7944e.zip
fusion-icon#0.1.0-1, maj python
Diffstat (limited to 'extra/fusion-icon/Pkgfile')
-rwxr-xr-xextra/fusion-icon/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/fusion-icon/Pkgfile b/extra/fusion-icon/Pkgfile
index e2b2f4df6..b7a04d60e 100755
--- a/extra/fusion-icon/Pkgfile
+++ b/extra/fusion-icon/Pkgfile
@@ -3,14 +3,15 @@
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: xorg-xvinfo
+
name=fusion-icon
version=0.1.0
release=1
-group=
+
source=(http://ftp.de.debian.org/debian/pool/main/f/fusion-icon/fusion-icon_0.1.0.orig.tar.gz)
build() {
-cd $name-$version
- python setup.py build install --root=$PKG
+ cd $name-$version
+ python2 setup.py build install --root=$PKG
}