libguess: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 18:02:44 +01:00
parent 903e35a47f
commit 7525bf009a
1 changed files with 4 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libguess'
pkgname=libguess
version=1.1
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libmowgli-devel"
@ -11,16 +11,6 @@ homepage="http://www.atheme.org/project/libguess"
license="custom"
distfiles="http://distfiles.atheme.org/${pkgname}-${version}.tar.gz"
checksum=e3c9ad3102c9447c591131674135795fb012e073d92e887a2b05c9bbbcbe913f
long_desc="
High-speed character set detection library.
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
in parallel, and quickly. Right now, libguess passes a byte to each DFA on the
same pass, meaning that the winning character set can be deduced as
efficiently as possible.
libguess is fully reentrant, using only local stack memory for DFA operations."
pre_configure() {
sed -i 's/libmowgli >= 0.9.50/libmowgli-2/g' configure
@ -31,10 +21,11 @@ post_install() {
}
libguess-devel_package() {
depends="libmowgli-devel libguess>=${version}"
short_desc+=" -- development files"
depends="libmowgli-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}