summaryrefslogtreecommitdiffstats
path: root/extra/gestpkg-module/Pkgfile
blob: 0b9ac0bae8ce6516ea8c6abd153888ec93aa00ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.1
release=1
source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz)

build() {
cd ./$name-$version-src
    python setup.py install --root=$PKG
}