Magellan Linux

Annotation of /branches/R11-unstable/core/libmnl/libmnl-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32162 - (hide annotations) (download)
Mon Apr 29 11:47:13 2019 UTC (5 years ago) by niro
File size: 449 byte(s)
-release branches/R11-unstable
1 niro 28990 # $Id$
2    
3     PNAME="libmnl"
4     PVER="1.0.4"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="Minimalistic netlink library."
10     HOMEPAGE="https://netfilter.org/projects/libmnl/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     http://ftp.netfilter.org/pub/${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd http://ftp.netfilter.org/pub/${PNAME}/ | highesttarball"