c2bfc6b7d5
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible. + Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate. + Clean up xlint warnings. + inetutils: update to 1.9.3 and split into subpkgs
16 lines
459 B
Bash
16 lines
459 B
Bash
# Template file for 'ed'
|
|
pkgname=ed
|
|
version=1.11
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="lzip"
|
|
short_desc="GNU Line-oriented text editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
|
checksum=bd146ede5f225e20946ad94ef6bdf07939313bcc41dde5d2beedcea1a147a134
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|