diff options
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 } |