void-packages/srcpkgs/ed/template

17 lines
459 B
Bash
Raw Normal View History

2010-11-26 01:29:24 +01:00
# Template file for 'ed'
pkgname=ed
2016-02-13 06:28:17 +01:00
version=1.13
2015-07-09 07:44:53 +02:00
revision=1
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"
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"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
2016-02-13 06:28:17 +01:00
checksum=cd66c54a53cd6ef35a217556e7b2b2fdd973ca2708f4fc41636b0bc06388c7d3
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
}