Magellan Linux

Annotation of /trunk/deprecated/ntrack/ntrack-016-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14418 - (hide annotations) (download)
Tue Dec 18 14:04:16 2012 UTC (11 years, 5 months ago) by niro
File size: 565 byte(s)
-moved to 'deprecated'
1 niro 12267 # $Id$
2    
3     PNAME="ntrack"
4     PVER="016"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="Network connectivity tracking library for desktop applications."
10     HOMEPAGE="https://launchpad.net/ntrack/"
11    
12     DEPEND=">= dev-libs/libnl-1.1
13     >= dev-libs/glib2-2.32
14     >= x11-libs/qt4-core-4.8"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     http://launchpad.net/ntrack/main/${PVER}/+download/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"
27 niro 12269
28     # no parallel make!
29     MAKEOPTS="-j1"