85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
19 lines
841 B
Text
19 lines
841 B
Text
# Template build file for 'iso-codes'.
|
|
pkgname=iso-codes
|
|
version=3.10.2
|
|
distfiles="ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
make_install_args="pkgconfigdir=/usr/lib/pkgconfig"
|
|
short_desc="List of country, language and currency names"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=6ec67b145f714de4c6e85520401dfc50f9be88bcad331d2fa316e54b04da34cb
|
|
long_desc="
|
|
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
|
|
originally done to centralize this data in Debian systems.
|
|
|
|
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
|
|
translations of country names."
|
|
|
|
noarch=yes
|