void-packages/srcpkgs/bc/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

18 lines
546 B
Bash

# 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"
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"
}