summaryrefslogtreecommitdiffstats
path: root/extra/gestpkg-module/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gestpkg-module/Pkgfile')
-rw-r--r--extra/gestpkg-module/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/gestpkg-module/Pkgfile b/extra/gestpkg-module/Pkgfile
deleted file mode 100644
index 0f7b3e1eb..000000000
--- a/extra/gestpkg-module/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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.1
-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
- patch -Np1 -i ../$name-$version-syn-01.patch
- python setup.py install --root=$PKG
-}
-