diff options
Diffstat (limited to 'extra/gestpkg-module')
-rw-r--r-- | extra/gestpkg-module/.footprint | 10 | ||||
-rw-r--r-- | extra/gestpkg-module/.md5sum | 1 | ||||
-rw-r--r-- | extra/gestpkg-module/Pkgfile | 15 |
3 files changed, 26 insertions, 0 deletions
diff --git a/extra/gestpkg-module/.footprint b/extra/gestpkg-module/.footprint new file mode 100644 index 000000000..ffa909a17 --- /dev/null +++ b/extra/gestpkg-module/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg-1.0-py2.6.egg-info +drwxr-xr-x root/root usr/lib/python2.6/site-packages/gestpkg/ +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/__init__.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/gestpkg.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/gestpkg.pyc diff --git a/extra/gestpkg-module/.md5sum b/extra/gestpkg-module/.md5sum new file mode 100644 index 000000000..ff80d832b --- /dev/null +++ b/extra/gestpkg-module/.md5sum @@ -0,0 +1 @@ +f7a1aa7ebbca003a17c90a72bcde0a1c gestpkg-module-1.0-src.tar.gz 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 +} |