void-packages/srcpkgs/ed/template

19 lines
822 B
Text
Raw Normal View History

2010-11-26 00:29:24 +00:00
# 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 <xtraeme@gmail.com>"
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
2010-11-26 00:29:24 +00:00
sense that it is the original editor for Unix, and thus widely available."
Add_dependency run glibc
Add_dependency build texinfo