summaryrefslogtreecommitdiffstats
path: root/extra/ntrack/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ntrack/Pkgfile')
-rwxr-xr-xextra/ntrack/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ntrack/Pkgfile b/extra/ntrack/Pkgfile
index 00c58a07a..8cddd3b73 100755
--- a/extra/ntrack/Pkgfile
+++ b/extra/ntrack/Pkgfile
@@ -2,21 +2,21 @@
# URL: http://launchpad.net/ntrack/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
-# Depends on: qt, libnl
+# Depends on: qt, libnl, pyqt
# Run on: qt,libnl
name=ntrack
version=014
release=2
source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz
- ntrack-014-link.patch
-)
+ ntrack-014-link.patch)
-build() {
+build() {
+ unset MAKEFLAGS
cd $name-$version
patch -Np1 -i ../ntrack-014-link.patch
- ./configure --prefix=/usr\
+ PYTHON=python2 ./configure --prefix=/usr\
--sysconfdir=/etc \
--localstatedir=/var
make