e0030bc0fe
- Added an additional shell func to add full (build/run), build or run time dependencies to packages. An optional third parameter can be used to specify other version than the one set in the depends file. - Use a "depends" file in package directory to specify minimum required ABI/API version for a package, so that there's no need to set the version all the time in pkgs. - Updated bash to 4.0. --HG-- extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
15 lines
462 B
Text
15 lines
462 B
Text
# Template file for 'gawk'
|
|
pkgname=gawk
|
|
version=3.1.6
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="ac_cv_func_working_mktime=yes"
|
|
short_desc="The GNU awk utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=06dd872da7145088ae08475f7b11e5b9e810b8ead7d78d039003e671bb76ec65
|
|
long_desc="
|
|
The GNU AWK utility, a pattern scanning and processing tool."
|
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|