Magellan Linux

Contents of /trunk/extras/libnl/libnl-1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2030 - (show annotations) (download)
Fri Jun 12 10:45:14 2009 UTC (14 years, 10 months ago) by niro
File size: 925 byte(s)
auto added: ver bump to 1.1-r1
1 # $Id$
2
3 PNAME="libnl"
4 PVER="1.1"
5 PBUILD="r1"
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 }

Properties

Name Value
svn:keywords Id