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