Added ed-1.5 build template.
This commit is contained in:
parent
c456dd392d
commit
1e58d3b52b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ed/template
Normal file
18
srcpkgs/ed/template
Normal file
|
@ -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 <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
|
||||||
|
sense that it is the original editor for Unix, and thus widely available."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency build texinfo
|
Loading…
Add table
Add a link
Reference in a new issue