void-packages/srcpkgs/ed/template

17 lines
459 B
Bash
Raw Normal View History

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