libguess: remove long_desc.
This commit is contained in:
parent
903e35a47f
commit
7525bf009a
1 changed files with 4 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libguess'
|
# Template file for 'libguess'
|
||||||
pkgname=libguess
|
pkgname=libguess
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libmowgli-devel"
|
makedepends="libmowgli-devel"
|
||||||
|
@ -11,16 +11,6 @@ homepage="http://www.atheme.org/project/libguess"
|
||||||
license="custom"
|
license="custom"
|
||||||
distfiles="http://distfiles.atheme.org/${pkgname}-${version}.tar.gz"
|
distfiles="http://distfiles.atheme.org/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e3c9ad3102c9447c591131674135795fb012e073d92e887a2b05c9bbbcbe913f
|
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() {
|
pre_configure() {
|
||||||
sed -i 's/libmowgli >= 0.9.50/libmowgli-2/g' configure
|
sed -i 's/libmowgli >= 0.9.50/libmowgli-2/g' configure
|
||||||
|
@ -31,10 +21,11 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libguess-devel_package() {
|
libguess-devel_package() {
|
||||||
depends="libmowgli-devel libguess>=${version}"
|
depends="libmowgli-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue