vp-build/srcpkgs/bc/template

19 lines
546 B
Bash
Raw Normal View History

2011-12-24 09:05:17 +01:00
# Template file for 'bc'
pkgname=bc
version=1.06.95
2014-11-23 11:26:19 +01:00
revision=5
2011-12-24 09:05:17 +01:00
build_style=gnu-configure
configure_args="--with-readline"
hostmakedepends="flex"
makedepends="readline-devel"
2014-02-18 15:19:03 +01:00
short_desc="An arbitrary precision numeric processing language"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-12-24 09:05:17 +01:00
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"
}