Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/bison/bison-3.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14715 - (hide annotations) (download)
Tue Aug 4 11:51:57 2020 UTC (3 years, 9 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/bison/bison-3.7.1-r1.smage2
File size: 421 byte(s)
-release branches/alx07x-unstable
1 niro 14454 # $Id$
2    
3     PNAME="bison"
4     PVER="3.7.1"
5     PBUILD="r1"
6    
7     PCAT="sys-dev"
8    
9     DESCRIPTION="A yacc-compatible parser generator."
10     HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
11    
12     DEPEND=">= sys-dev/m4-1.4
13     >= sys-dev/gettext-0.20"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.xz"
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} xz"