From b6ccaaa2d2f411c32d8e1cd59611f996c4984cda Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Oct 2008 16:11:22 +0200 Subject: [PATCH] Added coreutils-6.12 template. --HG-- extra : convert_revision : b478d03a0b8f9fe7a741ba587920e3a69b0e1a91 --- templates/coreutils.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/coreutils.tmpl diff --git a/templates/coreutils.tmpl b/templates/coreutils.tmpl new file mode 100644 index 00000000000..3af88b4ebed --- /dev/null +++ b/templates/coreutils.tmpl @@ -0,0 +1,14 @@ +# Template file for 'coreutils' +pkgname=coreutils +version=6.12 +distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version@.tar.gz" +build_style=gnu_configure +short_desc="The GNU core utilities" +maintainer="Juan RP " +checksum=49d2f703e2310e6328cb6f9d9bae3612c42b3ee5175f449692c5b95e453cf18a +long_desc=" + The GNU Core Utilities are the basic file, shell and text manipulation + utilities of the GNU operating system. These are the core utilities + which are expected to exist on every operating system." + +run_depends="glibc-2.8"