void-packages/srcpkgs/sed/template
Juan RP 48c4dd53c9 sed: needs gettext and texinfo to build.
--HG--
extra : convert_revision : 75b631608735fe68b8ea8b54baf8a03b3080bb76
2010-04-22 12:24:06 +02:00

19 lines
623 B
Plaintext

# Template file for 'sed'
pkgname=sed
version=4.2.1
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--bindir=/bin"
short_desc="The GNU stream editor"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
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."
Add_dependency run glibc
Add_dependency run acl
Add_dependency build acl-devel
Add_dependency build gettext
Add_dependency build texinfo