From 973ef13e7cdf3c7f8544a281539215717b55771d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 22 Sep 2019 23:51:59 +0200 Subject: community/gtkspell3: move from testing --- community/gtkspell3/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 community/gtkspell3/APKBUILD (limited to 'community') diff --git a/community/gtkspell3/APKBUILD b/community/gtkspell3/APKBUILD new file mode 100644 index 0000000000..0de7521e4c --- /dev/null +++ b/community/gtkspell3/APKBUILD @@ -0,0 +1,37 @@ +# Contributor: Carlo Landmeter +# Maintainer: Rasmus Thomsen +pkgname=gtkspell3 +pkgver=3.0.10 +pkgrel=0 +pkgdesc="rovides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" +url="http://gtkspell.sourceforge.net/" +arch="all" +license="GPL-2.0-or-later" +makedepends="enchant2-dev gtk+3.0-dev vala gobject-introspection-dev + automake autoconf libtool" +options="!check" # no tests +subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-lang" +source="https://downloads.sourceforge.net/gtkspell/gtkspell3-$pkgver.tar.xz" + +prepare() { + default_prepare + autoreconf -fi +} + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --target=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="3b1ceaa9ffa06bd3f6dae39c95db951588e5cf2edf4f551cac6972822ba230af3415c5045fa24f7a4dfe05c2e386ab3f67cb80cb779576b4e54293b7b9fbc28e gtkspell3-3.0.10.tar.xz" -- cgit v1.2.3