Magellan Linux

Contents of /branches/R11-unstable/extras/libmowgli/libmowgli-2.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25543 - (show annotations) (download)
Tue Nov 25 03:54:37 2014 UTC (9 years, 5 months ago) by niro
File size: 493 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libmowgli"
4 PVER="2.0.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Performance and usability extensions to C."
10 HOMEPAGE="http://www.atheme.org/project/mowgli"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://atheme.org/downloads/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | grep '\(\.tar\.gz\)' | sed 's/.*-\(.*\)\(\.tar\.gz\).*/\1/;q'"