2011-12-24 08:05:17 +00:00
|
|
|
# Template file for 'bc'
|
|
|
|
pkgname=bc
|
2011-12-24 08:31:30 +00:00
|
|
|
version=1.06.95
|
2014-11-23 10:26:19 +00:00
|
|
|
revision=5
|
2011-12-24 08:05:17 +00:00
|
|
|
build_style=gnu-configure
|
2011-12-24 08:23:07 +00:00
|
|
|
configure_args="--with-readline"
|
2013-04-12 06:55:23 +00:00
|
|
|
hostmakedepends="flex"
|
2014-11-23 10:26:19 +00:00
|
|
|
makedepends="readline-devel>=6.3"
|
2014-02-18 14:19:03 +00:00
|
|
|
short_desc="An arbitrary precision numeric processing language"
|
2014-06-08 09:52:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-12-24 08:05:17 +00:00
|
|
|
homepage="http://www.gnu.org/software/${pkgname}/"
|
|
|
|
license="GPL-3"
|
2013-04-12 06:55:23 +00:00
|
|
|
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
|
2011-12-24 08:31:30 +00:00
|
|
|
checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
|
2011-12-24 08:05:17 +00:00
|
|
|
|
2013-04-12 06:55:23 +00:00
|
|
|
do_build() {
|
2011-12-24 08:23:07 +00:00
|
|
|
make ${makejobs} LEX="flex -I"
|
|
|
|
}
|