iso-codes: update to 3.26, homepage and license.
This commit is contained in:
parent
9e1bf612f3
commit
59efde4836
1 changed files with 8 additions and 5 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template build file for 'iso-codes'.
|
# Template build file for 'iso-codes'.
|
||||||
pkgname=iso-codes
|
pkgname=iso-codes
|
||||||
version=3.14
|
version=3.26
|
||||||
distfiles="ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$pkgname-$version.tar.bz2"
|
homepage="http://pkg-isocodes.alioth.debian.org/"
|
||||||
|
distfiles="${DEBIAN_SITE}/main/i/iso-codes/${pkgname}_${version}.orig.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_install_args="pkgconfigdir=/usr/lib/pkgconfig"
|
make_install_args="pkgconfigdir=/usr/lib/pkgconfig"
|
||||||
short_desc="List of country, language and currency names"
|
short_desc="List of country, language and currency names"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=10ba5426a64970ae8b8da0f9bc837bbb9e69f261197846bd980755814837f83d
|
license="LGPL-2.1"
|
||||||
|
checksum=2eda4b215c034924321e6331c8ee9d40a63bada40d79cd5765a3cc9640b42298
|
||||||
long_desc="
|
long_desc="
|
||||||
iso-codes provides the list of the country, language and currency names in
|
iso-codes provides the list of the country, language and currency names in
|
||||||
one place, rather than repeated in many third-party programs. This was
|
one place, rather than repeated in many third-party programs. This was
|
||||||
originally done to centralize this data in Debian systems.
|
originally done to centralize this data in Debian systems.
|
||||||
|
|
||||||
The aim of iso-codes is to create a single \"gettext\" domain \"iso-639\" which
|
The aim of iso-codes is to create a single gettext domain iso-639 which
|
||||||
contains the translations of language names, and one \"iso-3166\" listing the
|
contains the translations of language names, and one iso-3166 listing the
|
||||||
translations of country names."
|
translations of country names."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
Add_dependency build gettext
|
||||||
|
|
Loading…
Reference in a new issue