diff options
Diffstat (limited to 'ntrack/Pkgfile')
-rwxr-xr-x | ntrack/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ntrack/Pkgfile b/ntrack/Pkgfile index f0ac4f62e..c8e3933f7 100755 --- a/ntrack/Pkgfile +++ b/ntrack/Pkgfile @@ -6,15 +6,16 @@ # Run on: qt,libnl,pyqt name=ntrack -version=014 -release=3 +version=016 +release=1 source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz - ntrack-014-link.patch) + remove-pendantic-Werror.patch) build() { unset MAKEFLAGS cd $name-$version - patch -Np1 -i ../ntrack-014-link.patch + patch -Np1 -i ../remove-pendantic-Werror.patch + autoreconf -fi PYTHON=python2 ./configure --prefix=/usr\ --sysconfdir=/etc \ @@ -22,4 +23,3 @@ build() { make make DESTDIR=$PKG install } - |