summaryrefslogtreecommitdiffstats
path: root/ntrack/Pkgfile
blob: c8e3933f7f7482019e26d643e467d8aed2cd5556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Librairie pour la recherche de connection reseau
# URL: http://launchpad.net/ntrack/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: qt, libnl, pyqt
# Run on: qt,libnl,pyqt

name=ntrack
version=016
release=1
source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz 
	remove-pendantic-Werror.patch)

build() { 
	unset MAKEFLAGS
	cd $name-$version
	patch -Np1 -i ../remove-pendantic-Werror.patch
	autoreconf -fi

	PYTHON=python2 ./configure --prefix=/usr\
		--sysconfdir=/etc \
    		--localstatedir=/var
	make
	make DESTDIR=$PKG install
}