Added recode-3.6 build template.

This commit is contained in:
Juan RP
2010-12-14 00:26:36 +01:00
parent decc932c12
commit 677dc32589
10 changed files with 105 additions and 0 deletions

27
srcpkgs/recode/template Normal file
View File

@@ -0,0 +1,27 @@
# Template file for 'recode'
pkgname=recode
version=3.6
patch_args="-Np1"
distfiles="${DEBIAN_SITE}/main/r/${pkgname}/${pkgname}_${version}.orig.tar.gz"
build_style=gnu_configure
configure_args="--without-included-gettext"
short_desc="Character set conversion utility"
maintainer="Juan RP <xtraeme@gmail.com>"
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."
subpackages="librecode $pkgname-devel"
Add_dependency run glibc
Add_dependency run librecode
Add_dependency build texinfo
pre_configure()
{
cd ${wrksrc} && rm -f acinclude.m4 && autoreconf -fi && libtoolize
}