Magellan Linux

Contents of /branches/magellan-next/core/gperf/gperf-3.0.4-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7585 - (show annotations) (download)
Thu May 26 21:57:18 2011 UTC (12 years, 11 months ago) by niro
File size: 415 byte(s)
auto added: ver bump to 3.0.4-r4
1 # $Id$
2
3 PNAME="gperf"
4 PVER="3.0.4"
5 PBUILD="r4"
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"