mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
recode: remove long_desc.
This commit is contained in:
parent
7c3d4591f6
commit
0fb1942ef0
1 changed files with 4 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'recode'
|
# Template file for 'recode'
|
||||||
pkgname=recode
|
pkgname=recode
|
||||||
version=3.6
|
version=3.6
|
||||||
revision=6
|
revision=7
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-included-gettext jm_cv_func_working_malloc=yes
|
configure_args="--without-included-gettext jm_cv_func_working_malloc=yes
|
||||||
|
@ -13,13 +13,6 @@ license="GPL-2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${DEBIAN_SITE}/main/r/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/r/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf
|
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() {
|
pre_configure() {
|
||||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
||||||
|
@ -33,15 +26,16 @@ pre_configure() {
|
||||||
librecode_package() {
|
librecode_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
recode-devel_package() {
|
recode-devel_package() {
|
||||||
depends="libglib-devel librecode>=${version}"
|
depends="libglib-devel librecode>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue