Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6753 - (show annotations) (download)
Wed Sep 22 13:08:41 2010 UTC (13 years, 7 months ago) by niro
File size: 978 byte(s)
auto added: ver bump to 1.1-r3
1 # $Id: libnl-1.1-r2.smage2 4029 2009-11-17 18:35:00Z niro $
2
3 PNAME="libnl"
4 PVER="1.1"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
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
20 SRC_URI=(
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 }