Magellan Linux

Contents of /smage/trunk/core/gperf/gperf-3.0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1853 - (show annotations) (download)
Thu Sep 29 14:43:59 2011 UTC (12 years, 7 months ago) by niro
File size: 398 byte(s)
auto added: ver bump to 3.0.4-r2
1 # $Id$
2
3 PNAME="gperf"
4 PVER="3.0.4"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-util"
8
9 DESCRIPTION="GNU gperf is a perfect hash function generator."
10 HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 gnu://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_gnu ${PNAME} gz"