python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / banner / template
blobdcd33b92ca259c2543b18f6e785dbaf90f9d56e5
1 # Template file for 'banner'
2 pkgname=banner
3 version=1.2
4 revision=4
5 conflicts="bsd-games>=0"
6 build_style=gnu-configure
7 short_desc="Prints ASCII banners"
8 maintainer="allan <mail@may.mooo.com>"
9 license="GPL-2"
10 homepage="http://www.moria.de/~michael/banner/"
11 distfiles="http://www.moria.de/~michael/comp/banner/banner-${version}.tar.gz"
12 checksum=84828f417e6139733cff98c8bb4765a70070352ab7d471ecd1f54d8fa8a9f746
14 pre_configure() {
15         sed -i configure \
16                 -e '2439i if ! test "$cross_compiling"; then' \
17                 -e '2497a fi'
19 do_install() {
20         make prefix=${DESTDIR}/usr BINDIR=${DESTDIR}/usr/bin MANDIR=${DESTDIR}/usr/share/man install