Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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