termux-packages/x11-packages/iso-codes/build.sh

19 lines
810 B
Bash
Raw Normal View History

2019-08-14 00:12:38 +02:00
TERMUX_PKG_HOMEPAGE=https://salsa.debian.org/iso-codes-team/iso-codes
TERMUX_PKG_DESCRIPTION="Lists of the country, language, and currency names"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
2019-08-20 17:35:49 +02:00
TERMUX_PKG_VERSION=4.3
2019-08-14 00:12:38 +02:00
TERMUX_PKG_SRCURL=https://salsa.debian.org/iso-codes-team/iso-codes/uploads/049ce6aac94d842be809f4063950646c/iso-codes-$TERMUX_PKG_VERSION.tar.xz
2019-08-20 17:35:49 +02:00
TERMUX_PKG_SHA256=891da4006a71011358ffc27657ac66e7b2814bb05a8e9d5d9ea4c14df5ca2892
2019-08-14 00:12:38 +02:00
TERMUX_PKG_PLATFORM_INDEPENDENT=true
#If you install ISO codes over a previous installed version, the install step will fail when creating some symlinks
termux_step_post_configure() {
sed -i '/^LN_S/s/s/sfvn/' */Makefile
}
termux_step_make_install() {
make pkgconfigdir=$TERMUX_PREFIX/lib/pkgconfig install
}