18 lines
551 B
Text
18 lines
551 B
Text
# Template file for 'bc'
|
|
pkgname=bc
|
|
version=1.06.95
|
|
revision=5
|
|
build_style=gnu-configure
|
|
configure_args="--with-readline"
|
|
hostmakedepends="flex"
|
|
makedepends="readline-devel>=6.3"
|
|
short_desc="An arbitrary precision numeric processing language"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnu.org/software/${pkgname}/"
|
|
license="GPL-3"
|
|
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
|
|
|
|
do_build() {
|
|
make ${makejobs} LEX="flex -I"
|
|
}
|