1b358afeaf
Also introduce "libs.depends", that adds a rundep of a package with a proper version. This is to avoid modifying all dependent packages if there's an API/ABI change. --HG-- extra : convert_revision : a46b11b8e9187bdb2bfc954ad5ff40ecd9c0fe31
16 lines
578 B
Text
16 lines
578 B
Text
# Template file for 'sed'
|
|
pkgname=sed
|
|
sourcepkg=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
|
|
subpackages="base docs locale"
|