Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/gperf/gperf-3.0.4-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6668 - (hide annotations) (download)
Wed Jul 15 14:02:20 2015 UTC (8 years, 9 months ago) by niro
Original Path: smage/trunk/core/gperf/gperf-3.0.4-r5.smage2
File size: 435 byte(s)
auto added: ver bump to 3.0.4-r5
1 niro 6668 # $Id$
2    
3     PNAME="gperf"
4     PVER="3.0.4"
5     PBUILD="r5"
6    
7     PCAT="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=">= virtual/glibc
13     >= sys-libs/libstdc++-5.1"
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"