Magellan Linux

Annotation of /trunk/core/libnl/libnl-1.1-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10134 - (hide annotations) (download)
Tue Jan 17 12:52:57 2012 UTC (12 years, 8 months ago) by niro
File size: 980 byte(s)
-no check target in Makefile
1 niro 8356 # $Id$
2    
3     PNAME="libnl"
4     PVER="1.1"
5     PBUILD="r4"
6    
7 niro 10133 PCAT="dev-libs"
8 niro 8356
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 niro 10134 msetfeature "!check"
19 niro 8356
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     }