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
16 lines
559 B
Text
16 lines
559 B
Text
# Template file for 'sed'
|
|
pkgname=sed
|
|
version=4.1.5
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
|
|
short_desc="The GNU stream editor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=be955bef7a81d69222e929689e0de0ecf64c13dc5b15b2ee5696d5ef66fdeec0
|
|
long_desc="
|
|
Sed, the GNU Stream Editor, copies the named files (standard input default)
|
|
to the standard output, edited according to a script of commands."
|
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|