diff options
Diffstat (limited to 'extra/gestpkg-module/Pkgfile')
-rw-r--r-- | extra/gestpkg-module/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/gestpkg-module/Pkgfile b/extra/gestpkg-module/Pkgfile new file mode 100644 index 000000000..fb46b3dfe --- /dev/null +++ b/extra/gestpkg-module/Pkgfile @@ -0,0 +1,15 @@ +# Description: Module python pour GestPkg +# URL: http://www.nutyx.org +# Maintainer: NuTyX core team +# Packager: ferarduansednan at laposte dot net +# Depends on: python +name=gestpkg-module +version=1.0 +release=1 +group=extra +source=(http://saintux.free.fr/test/pkg/sources/$name-$version-src.tar.gz) + +build() { +cd ./$name-$version-src + python setup.py install --root=$PKG +} |