Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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