Magellan Linux

Annotation of /branches/magellan-next/extras/ntrack/ntrack-014-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8681 - (hide annotations) (download)
Wed Jul 27 18:59:16 2011 UTC (12 years, 9 months ago) by niro
File size: 725 byte(s)
-rebuild against fixed python
1 niro 8681 # $Id$
2    
3     PNAME="ntrack"
4     PVER="014"
5     PBUILD="r2"
6    
7     PCATEGORIE="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.28
14     >= x11-libs/qt-core-4.7"
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     mirror://${PNAME}/${PNAME}-${PVER}-dead-loop-fix.patch
25     )
26    
27     UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fixes a loop error
35     mpatch ${PNAME}-${PVER}-dead-loop-fix.patch || die
36     }