2008-10-22 14:58:56 +00:00
|
|
|
# Template file for 'sed'
|
|
|
|
pkgname=sed
|
2009-08-09 22:25:51 +00:00
|
|
|
version=4.2.1
|
2012-03-01 08:34:59 +00:00
|
|
|
revision=3
|
|
|
|
homepage="http://www.gnu.org/software/sed"
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-03-01 08:34:59 +00:00
|
|
|
configure_args="--without-included-regex"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="acl-devel"
|
2008-10-22 14:58:56 +00:00
|
|
|
short_desc="The GNU stream editor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-01 08:34:59 +00:00
|
|
|
license="GPL-3"
|
2009-08-09 22:25:51 +00:00
|
|
|
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
|
2008-10-22 14:58:56 +00:00
|
|
|
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."
|
2008-10-27 06:42:40 +00:00
|
|
|
|