diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 20:45:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 20:45:09 +0200 |
commit | 4ee3ff03949d3ae66f40b540023c458c428bb0fe (patch) | |
tree | 9de6de0809947474742e720527687cf27041f8a6 /extra/gestpkg-module/Pkgfile | |
parent | 0fb7cc009728c233a4193e4b390168cd0bbfc577 (diff) | |
download | nutyx-pakxe-4ee3ff03949d3ae66f40b540023c458c428bb0fe.tar.gz nutyx-pakxe-4ee3ff03949d3ae66f40b540023c458c428bb0fe.tar.bz2 nutyx-pakxe-4ee3ff03949d3ae66f40b540023c458c428bb0fe.tar.xz nutyx-pakxe-4ee3ff03949d3ae66f40b540023c458c428bb0fe.zip |
gestpkg-module, maj 1.1-2
Diffstat (limited to 'extra/gestpkg-module/Pkgfile')
-rw-r--r-- | extra/gestpkg-module/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/gestpkg-module/Pkgfile b/extra/gestpkg-module/Pkgfile index c9fa4da87..0f7b3e1eb 100644 --- a/extra/gestpkg-module/Pkgfile +++ b/extra/gestpkg-module/Pkgfile @@ -6,11 +6,12 @@ name=gestpkg-module version=1.1 -release=1 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz) - +release=2 +source=(http://nutyx.meticul.eu/files/$name-$version-src.tar.gz \ + http://nutyx.meticul.eu/files/patchs/$name/$name-$version-syn-01.patch ) build() { -cd ./$name-$version-src - python setup.py install --root=$PKG + cd ./$name-$version-src + patch -Np1 -i ../$name-$version-syn-01.patch + python setup.py install --root=$PKG } |