summaryrefslogtreecommitdiffstats
path: root/extra/ntrack/Pkgfile
blob: 961c4b154d08aed978a23c2e873a1bb46c4e47e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# Run on: qt,libnl

name=ntrack
version=009
release=1
source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz )

build() {
	cd $name-$version
	./configure --prefix=/usr\
		--sysconfdir=/etc \
    		--localstatedir=/var
	make
	make DESTDIR=$PKG install
}