ed: update to 1.10.
This commit is contained in:
parent
14c15b0973
commit
57021024b9
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'ed'
|
# Template file for 'ed'
|
||||||
pkgname=ed
|
pkgname=ed
|
||||||
version=1.8
|
version=1.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="lzip"
|
||||||
short_desc="GNU Line-oriented text editor"
|
short_desc="GNU Line-oriented text editor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnu.org/software/ed/ed.html"
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
||||||
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.lz"
|
||||||
checksum=64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273
|
checksum=9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC
|
make CC=$CC
|
||||||
|
|
Loading…
Reference in New Issue