banner: fix homepage and xlint warning
This commit is contained in:
parent
9fed9de6fd
commit
e3dffe7d04
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'banner'
|
||||
pkgname=banner
|
||||
version=1.2
|
||||
revision=4
|
||||
conflicts="bsd-games>=0"
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
short_desc="Prints ASCII banners"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.moria.de/~michael/banner/"
|
||||
homepage="http://www.moria.de/~michael/comp/banner"
|
||||
distfiles="http://www.moria.de/~michael/comp/banner/banner-${version}.tar.gz"
|
||||
checksum=84828f417e6139733cff98c8bb4765a70070352ab7d471ecd1f54d8fa8a9f746
|
||||
conflicts="bsd-games>=0"
|
||||
|
||||
pre_configure() {
|
||||
sed -i configure \
|
||||
|
|
Loading…
Reference in New Issue