figlet: clean up.
This commit is contained in:
parent
90183a7870
commit
c70592e34d
@ -1,12 +1,14 @@
|
|||||||
# Template file for 'figlet'
|
# Template file for 'figlet'
|
||||||
pkgname=figlet
|
pkgname=figlet
|
||||||
version=2.2.5
|
version=2.2.5
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_use_env=1
|
||||||
|
make_build_args="prefix=/usr LD=\$(CC)"
|
||||||
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
||||||
short_desc="Program for making large letters out of ordinary text"
|
short_desc="Program for making large letters out of ordinary text"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://www.figlet.org/"
|
homepage="http://www.figlet.org/"
|
||||||
distfiles="ftp://ftp.figlet.org/pub/figlet/program/unix/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://ftp.figlet.org/pub/figlet/program/unix/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d
|
checksum=bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d
|
||||||
@ -15,10 +17,6 @@ post_extract() {
|
|||||||
sed -i /DECLS/d utf8.h
|
sed -i /DECLS/d utf8.h
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" prefix=/usr
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user