summaryrefslogtreecommitdiffstats
path: root/extra/ntrack/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ntrack/Pkgfile')
-rwxr-xr-xextra/ntrack/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/ntrack/Pkgfile b/extra/ntrack/Pkgfile
deleted file mode 100755
index f0ac4f62e..000000000
--- a/extra/ntrack/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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=014
-release=3
-source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz
- ntrack-014-link.patch)
-
-build() {
- unset MAKEFLAGS
- cd $name-$version
- patch -Np1 -i ../ntrack-014-link.patch
-
- PYTHON=python2 ./configure --prefix=/usr\
- --sysconfdir=/etc \
- --localstatedir=/var
- make
- make DESTDIR=$PKG install
-}
-