Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12267 - (hide annotations) (download)
Tue May 15 11:35:08 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/extras/ntrack/ntrack-016-r1.smage2
File size: 906 byte(s)
auto added: ver bump to 016-r1
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     mirror://${PNAME}/${PNAME}-014-dead-loop-fix.patch
25     mirror://${PNAME}/${PNAME}-014-link.patch
26     )
27    
28     UP2DATE="updatecmd http://www.libssh.org/files/ | lasttarball gz"
29    
30     src_prepare()
31     {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fixes a loop error
36     mpatch ${PNAME}-014-dead-loop-fix.patch || die
37    
38     # fixes unresolved sysmbols 'ntrack_list_insert_sorted'
39     # see: https://bugs.launchpad.net/ntrack/+bug/750554
40     mpatch ${PNAME}-014-link.patch || die
41     }