Magellan Linux

Contents of /branches/magellan-next/core/libnl/libnl-1.1-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8356 - (show annotations) (download)
Fri Jul 15 08:50:21 2011 UTC (12 years, 9 months ago) by niro
File size: 965 byte(s)
auto added: ver bump to 1.1-r4
1 # $Id$
2
3 PNAME="libnl"
4 PVER="1.1"
5 PBUILD="r4"
6
7 PCATEGORIE="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
19 SRC_URI=(
20 http://www.infradead.org/~tgr/${PNAME}/files/${SRCFILE}
21 http://www.kernel.org/pub/linux/bluetooth/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-vlan-header.patch
24 mirror://${PNAME}/${PNAME}-${PVER}-minor-leaks.patch
25 mirror://${PNAME}/${PNAME}-${PVER}-glibc-2.8-ULONG_MAX.patch
26 mirror://${PNAME}/${PNAME}-${PVER}-flags.patch
27 )
28
29 # fake
30 UP2DATE="echo ${PVER}"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 mpatch ${PNAME}-${PVER}-vlan-header.patch || die
38 mpatch ${PNAME}-${PVER}-minor-leaks.patch || die
39 mpatch ${PNAME}-${PVER}-glibc-2.8-ULONG_MAX.patch || die
40 mpatch ${PNAME}-${PVER}-flags.patch || die
41 }