16 lines
419 B
Text
16 lines
419 B
Text
# Template file for 'ed'
|
|
pkgname=ed
|
|
version=1.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="GNU Line-oriented text editor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
|
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.lz"
|
|
checksum=9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a
|
|
|
|
do_build() {
|
|
make CC=$CC
|
|
}
|