~alpine/aports

main/aspell-ru: new aport v1 PROPOSED

Valery Kartel: 1
 main/aspell-ru: new aport

 1 files changed, 28 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1576/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/aspell-ru: new aport Export this patch

---
 main/aspell-ru/APKBUILD | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 main/aspell-ru/APKBUILD
diff --git a/main/aspell-ru/APKBUILD b/main/aspell-ru/APKBUILD
new file mode 100644
index 0000000..6a1ae80
--- /dev/null
+++ b/main/aspell-ru/APKBUILD
@@ -0,0 +1,28 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=aspell-ru
pkgver=0.99f7
pkgrel=0
pkgdesc="Russian dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="GPL2"
depends="aspell"
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2"

_builddir="$srcdir"/aspell6-ru-$pkgver-1
build () {
	cd "$_builddir"
	./configure \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="c4c98eaa5e77ad3adccbc5c96cb57cb3  aspell6-ru-0.99f7-1.tar.bz2"
sha256sums="5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646  aspell6-ru-0.99f7-1.tar.bz2"
sha512sums="789fe15f5502b54008a41f2afb5635dcb7bb0a36e61b300ee48b2429c339793f5c4808d6063f13f1f8455ce251912433890e7d01ca59d8b0924ecd2987ceb430  aspell6-ru-0.99f7-1.tar.bz2"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---