2010-11-26 00:29:24 +00:00
|
|
|
# Template file for 'ed'
|
|
|
|
pkgname=ed
|
2014-03-14 10:05:45 +00:00
|
|
|
version=1.10
|
|
|
|
revision=1
|
2014-01-01 15:10:11 +00:00
|
|
|
build_style=gnu-configure
|
2014-03-14 10:05:45 +00:00
|
|
|
hostmakedepends="lzip"
|
2010-11-26 00:29:24 +00:00
|
|
|
short_desc="GNU Line-oriented text editor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-02 09:21:08 +00:00
|
|
|
license="GPL-3"
|
2012-07-09 15:20:26 +00:00
|
|
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
2014-03-14 10:05:45 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.lz"
|
|
|
|
checksum=9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a
|
2014-02-18 16:25:32 +00:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make CC=$CC
|
|
|
|
}
|