2010-11-26 01:29:24 +01:00
|
|
|
# Template file for 'ed'
|
|
|
|
pkgname=ed
|
2015-07-09 07:44:53 +02:00
|
|
|
version=1.12
|
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
build_style=gnu-configure
|
2014-03-14 11:05:45 +01:00
|
|
|
hostmakedepends="lzip"
|
2010-11-26 01:29:24 +01:00
|
|
|
short_desc="GNU Line-oriented text editor"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-01-02 10:21:08 +01:00
|
|
|
license="GPL-3"
|
2012-07-09 17:20:26 +02:00
|
|
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
2015-05-22 11:47:56 +02:00
|
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
2015-07-09 07:44:53 +02:00
|
|
|
checksum=d2655743144a0f6071a619dea2e142d75d2335b3dbfe8d4a643984a10e0a802f
|
2014-02-18 17:25:32 +01:00
|
|
|
|
|
|
|
do_build() {
|
2015-04-01 22:24:45 +02:00
|
|
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
2014-02-18 17:25:32 +01:00
|
|
|
}
|