mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-28 00:42:25 +01:00
testing/aspell-da: new aport
This commit is contained in:
parent
520621e536
commit
49d76942eb
28
testing/aspell-da/APKBUILD
Normal file
28
testing/aspell-da/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Maintainer: Martin Kjær Jørgensen <me@lagy.org>
|
||||
pkgname=aspell-da
|
||||
pkgver=1.6.36.11.0
|
||||
pkgrel=0
|
||||
_lang=${pkgname##*-}
|
||||
_archive_name="aspell6-da-1.6.36-11-0"
|
||||
pkgdesc="Danish dictionary for aspell"
|
||||
url="http://aspell.net/"
|
||||
arch="noarch"
|
||||
license="custom"
|
||||
options="!check" # No test suite
|
||||
makedepends="aspell-dev"
|
||||
source="https://ftp.gnu.org/gnu/aspell/dict/$_lang/$_archive_name.tar.bz2"
|
||||
builddir="$srcdir/$_archive_name"
|
||||
|
||||
build() {
|
||||
./configure
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244 aspell6-da-1.6.36-11-0.tar.bz2
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user