diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-30 20:45:04 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-30 20:45:04 +0200 |
commit | c5b0231d6feaeb0e2eceee3ba57a91c521f071e6 (patch) | |
tree | 2f97bdcd527a5ba9c5ba48b50c53a09444e08767 | |
parent | db1a4fad0b393a13b038f2f07106df13f9ef1c3c (diff) | |
download | nutyx-extra-c5b0231d6feaeb0e2eceee3ba57a91c521f071e6.tar.gz nutyx-extra-c5b0231d6feaeb0e2eceee3ba57a91c521f071e6.tar.bz2 nutyx-extra-c5b0231d6feaeb0e2eceee3ba57a91c521f071e6.tar.xz nutyx-extra-c5b0231d6feaeb0e2eceee3ba57a91c521f071e6.zip |
Ajout de gestpkg-module#1.0-1
-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 +} |