Magellan Linux

Annotation of /trunk/deprecated/libnl/libnl-1.1-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21103 - (hide annotations) (download)
Tue Mar 11 12:39:59 2014 UTC (10 years, 3 months ago) by niro
File size: 980 byte(s)
-moved to 'deprecated'
1 niro 12729 # $Id$
2    
3     PNAME="libnl"
4     PVER="1.1"
5     PBUILD="r5"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="libnl is a library for applications dealing with netlink sockets."
10     HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18     msetfeature "!check"
19    
20     SRC_URI=(
21     http://www.infradead.org/~tgr/${PNAME}/files/${SRCFILE}
22     http://www.kernel.org/pub/linux/bluetooth/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${PNAME}-${PVER}-vlan-header.patch
25     mirror://${PNAME}/${PNAME}-${PVER}-minor-leaks.patch
26     mirror://${PNAME}/${PNAME}-${PVER}-glibc-2.8-ULONG_MAX.patch
27     mirror://${PNAME}/${PNAME}-${PVER}-flags.patch
28     )
29    
30     # fake
31     UP2DATE="echo ${PVER}"
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     mpatch ${PNAME}-${PVER}-vlan-header.patch || die
39     mpatch ${PNAME}-${PVER}-minor-leaks.patch || die
40     mpatch ${PNAME}-${PVER}-glibc-2.8-ULONG_MAX.patch || die
41     mpatch ${PNAME}-${PVER}-flags.patch || die
42     }