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
18 lines
655 B
Text
18 lines
655 B
Text
# Template file for 'texinfo'
|
|
pkgname=texinfo
|
|
version=4.13a
|
|
wrksrc="$pkgname-4.13"
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="The GNU Documentation System"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
|
long_desc="
|
|
Texinfo is the official documentation format of the GNU project. It was
|
|
invented by Richard Stallman and Bob Chassell many years ago, loosely based
|
|
on Brian Reid's Scribe and other formatting languages of the time. It is
|
|
used by many non-GNU projects as well."
|
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|