summaryrefslogtreecommitdiffstats
path: root/ntrack/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-02 10:36:01 +0000
committerpiernov <piernov@piernov.org>2012-06-02 10:36:01 +0000
commit7e3aae91057d82a84408b84e67a87ab7b7640ba1 (patch)
tree7f1746505158f14f437d6eb87893ddc31592c0a2 /ntrack/Pkgfile
parentd2d8e975f7f88ac9be24c64ab1284166edd312a7 (diff)
downloadnutyx-extra-7e3aae91057d82a84408b84e67a87ab7b7640ba1.tar.gz
nutyx-extra-7e3aae91057d82a84408b84e67a87ab7b7640ba1.tar.bz2
nutyx-extra-7e3aae91057d82a84408b84e67a87ab7b7640ba1.tar.xz
nutyx-extra-7e3aae91057d82a84408b84e67a87ab7b7640ba1.zip
ntrack 016-1 màj port
Diffstat (limited to 'ntrack/Pkgfile')
-rwxr-xr-xntrack/Pkgfile10
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
}
-