From 66bd5e6d05b6e2b75585da048164fa5411c552bb Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 17 Dec 2018 07:13:26 -0600 Subject: user/aspell-dict-tr: new package --- user/aspell-dict-tr/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/aspell-dict-tr/APKBUILD (limited to 'user/aspell-dict-tr/APKBUILD') diff --git a/user/aspell-dict-tr/APKBUILD b/user/aspell-dict-tr/APKBUILD new file mode 100644 index 000000000..6e32881a1 --- /dev/null +++ b/user/aspell-dict-tr/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-tr +pkgver=0.50.0 +_pkgver=${pkgver%.*}-${pkgver#*.*.} +pkgrel=0 +pkgdesc="Turkish dictionaries for aspell" +url="http://aspell.net" +arch="noarch" +options="!check" # no tests +license="GPL-2.0-only" +depends="aspell" +makedepends="debianutils-which" +source="ftp://ftp.gnu.org/gnu/aspell/dict/tr/aspell-tr-$_pkgver.tar.bz2" +builddir="$srcdir/aspell-tr-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} +sha512sums="0054eef2089a916695b7501676d9cedb1d14defdea76deb01656a6a644b4e646db46470040227814f750e0d69dcc72b1023967eb7924b42ddcefd3d604709059 aspell-tr-0.50-0.tar.bz2" -- cgit v1.2.3-60-g2f50