summaryrefslogtreecommitdiffstats
path: root/extra/fusion-icon/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-02 18:35:55 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-02 18:35:55 +0100
commit081bd4ab79fdf793ee4806c37f37ea556d5e8fc3 (patch)
treec4a43c4cb21da0adf59606830418b157c84a1ece /extra/fusion-icon/Pkgfile
parentb46d91d9d0cebf6fc728bef755b24b1b78451f50 (diff)
parent4b55e3851faa5db683a944c95bea77ad184924e9 (diff)
downloadnutyx-extra-081bd4ab79fdf793ee4806c37f37ea556d5e8fc3.tar.gz
nutyx-extra-081bd4ab79fdf793ee4806c37f37ea556d5e8fc3.tar.bz2
nutyx-extra-081bd4ab79fdf793ee4806c37f37ea556d5e8fc3.tar.xz
nutyx-extra-081bd4ab79fdf793ee4806c37f37ea556d5e8fc3.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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
}