Magellan Linux

Annotation of /branches/R11-unstable/core/bc/bc-1.07.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31998 - (hide annotations) (download)
Tue Feb 12 12:39:19 2019 UTC (5 years, 3 months ago) by niro
Original Path: trunk/core/bc/bc-1.07.1-r2.smage2
File size: 569 byte(s)
auto added: ver bump to 1.07.1-r2
1 niro 31998 # $Id$
2    
3     PNAME="bc"
4     PVER="1.07.1"
5     PBUILD="r2"
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-6.1
13     >= sys-libs/readline-8.0"
14    
15     SDEPEND=">= sys-dev/flex-2.6
16     >= sys-apps/ed-1.1"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
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 --with-readline || die
35     mmake || die
36     }