geoip: remove long_desc.
This commit is contained in:
parent
5a1c91bf21
commit
2e8bde5638
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'geoip'
|
||||
pkgname=geoip
|
||||
version=1.4.8
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="GeoIP-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="zlib-devel"
|
||||
conf_files="/etc/geoip/GeoIP.conf"
|
||||
short_desc="Non-DNS IP-to-country resolver C library and utilities"
|
||||
|
@ -13,25 +14,25 @@ homepage="http://www.maxmind.com/app/c"
|
|||
license="GPL-2"
|
||||
distfiles="http://geolite.maxmind.com/download/${pkgname}/api/c/GeoIP-${version}.tar.gz"
|
||||
checksum=cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4
|
||||
long_desc="
|
||||
GeoIP is the proprietary technology that drives MaxMind's IP geolocation data
|
||||
and services. GeoIP provides businesses with a non-invasive way to determine
|
||||
geographical and other information about their Internet visitors in
|
||||
real-time."
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libgeoip_package() {
|
||||
short_desc+=" - Runtime library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove usr/share/GeoIP
|
||||
}
|
||||
}
|
||||
|
||||
geoip-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="zlib-devel libgeoip>=${version}"
|
||||
depends="zlib-devel libgeoip>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue