vp-build/srcpkgs/bc/template

19 lines
572 B
Plaintext
Raw Normal View History

2011-12-24 09:05:17 +01:00
# Template file for 'bc'
pkgname=bc
version=1.06.95
revision=3
2011-12-24 09:05:17 +01:00
build_style=gnu-configure
configure_args="--with-readline"
hostmakedepends="flex"
makedepends="libfl-devel readline-devel>=6.3"
2014-02-18 15:19:03 +01:00
short_desc="An arbitrary precision numeric processing language"
2011-12-24 09:05:17 +01:00
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.gnu.org/software/${pkgname}/"
license="GPL-3"
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
2011-12-24 09:05:17 +01:00
do_build() {
make ${makejobs} LEX="flex -I"
}