From 1e58d3b52bdc24752ceed12b440edf5499cc8c35 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 26 Nov 2010 01:29:24 +0100 Subject: [PATCH] Added ed-1.5 build template. --- srcpkgs/ed/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/ed/template diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template new file mode 100644 index 00000000000..d30c4e03889 --- /dev/null +++ b/srcpkgs/ed/template @@ -0,0 +1,18 @@ +# Template file for 'ed' +pkgname=ed +version=1.5 +distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz" +build_style=gnu_configure +configure_args="--prefix=/ --mandir=/usr/share/man --infodir=/usr/share/info" +short_desc="GNU Line-oriented text editor" +maintainer="Juan RP " +checksum=97dd34a49ebc9c97e414b90a087d63eafc41377a340848c97e75a9cba187fba1 +long_desc=" + GNU ed is a line-oriented text editor. It is used to create, display, modify + and otherwise manipulate text files, both interactively and via shell scripts. + A restricted version of ed, red, can only edit files in the current directory + and cannot execute shell commands. Ed is the \"standard\" text editor in the + sense that it is the original editor for Unix, and thus widely available." + +Add_dependency run glibc +Add_dependency build texinfo