recode: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 11:01:45 +01:00
parent 7c3d4591f6
commit 0fb1942ef0
1 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'recode'
pkgname=recode
version=3.6
revision=6
revision=7
patch_args="-Np1"
build_style=gnu-configure
configure_args="--without-included-gettext jm_cv_func_working_malloc=yes
@ -13,13 +13,6 @@ license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${DEBIAN_SITE}/main/r/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf
long_desc="
Free recode converts files between character sets and usages. When exact
transliterations are not possible, it may get rid of the offending
characters or fall back on approximations. This program recognizes or
produces nearly 300 different character sets and is able to transliterate
files between almost any pair. Most RFC 1345 character sets, and all
libiconv character sets, are supported."
pre_configure() {
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
@ -33,15 +26,16 @@ pre_configure() {
librecode_package() {
short_desc+=" - shared library"
pkg_install() {
vmove "usr/lib/*.so*"
vmove "usr/lib/*.so.*"
}
}
recode-devel_package() {
depends="libglib-devel librecode>=${version}"
depends="libglib-devel librecode>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}