16 lines
535 B
Plaintext
16 lines
535 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 full acl
|