From 420f14d2aeeb46bb01e0ab739c949d6eb78e84f5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Oct 2008 16:58:56 +0200 Subject: [PATCH] Added sed-4.1.5 template. --HG-- extra : convert_revision : eb1a6ddd6178b9316c0d501e88398831c8c321c4 --- templates/sed.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/sed.tmpl diff --git a/templates/sed.tmpl b/templates/sed.tmpl new file mode 100644 index 0000000000..fa4c3ebe13 --- /dev/null +++ b/templates/sed.tmpl @@ -0,0 +1,13 @@ +# Template file for 'sed' +pkgname=sed +version=4.1.5 +distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz" +build_style=gnu_configure +short_desc="The GNU stream editor" +maintainer="Juan RP " +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." + +run_depends="glibc-2.8"