Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/bc/bc-1.07.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9877 - (hide annotations) (download)
Thu Aug 3 13:52:07 2017 UTC (6 years, 9 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/bc/bc-1.07.1-r1.smage2
File size: 574 byte(s)
-release branches/alx07x-unstable
1 niro 9499 # $Id$
2    
3     PNAME="bc"
4     PVER="1.07.1"
5     PBUILD="r1"
6    
7     PCAT="sys-dev"
8    
9     DESCRIPTION="bc is an arbitrary precision numeric processing language."
10     HOMEPAGE="http://www.gnu.org/software/bc/"
11    
12     DEPEND=">= sys-libs/ncurses-5.9"
13    
14 niro 9505 # busybox ed is incompat
15     SDEPEND=">= sys-dev/flex-2.5.35
16     >= sys-apps/ed-1.1"
17 niro 9499
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21 niro 9502 sminclude mbuild
22 niro 9499
23     SRC_URI=(
24     gnu://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd_gnu ${PNAME} gz"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure --without-readline || die
35     mmake || die
36     }