summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-23 16:37:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-23 16:37:01 +0000
commit56fc16e0b38200ef8b67a95dd5e7442c48fdd67f (patch)
tree8acd5ca71658f0f2e8d497e4370a7295713cadab /testing
parentc36912a4e86aaea180c2a31b9c10943b6a09e0de (diff)
main/aspell-en: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/aspell-en/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/aspell-en/APKBUILD b/testing/aspell-en/APKBUILD
deleted file mode 100644
index 8963220cc76..00000000000
--- a/testing/aspell-en/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=aspell-en
-pkgver=6.0
-pkgrel=0
-pkgdesc="English dictionary for aspell"
-url="http://aspell.net/"
-license="custom"
-depends="aspell"
-makedepends="aspell-dev"
-source="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2"
-
-_builddir="$srcdir"/aspell6-en-$pkgver-0
-build () {
- cd "$_builddir"
- ./configure || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- install -D -m644 Copyright \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE || return 1
-}
-
-md5sums="16449e0a266e1ecc526b2f3cd39d4bc2 aspell6-en-6.0-0.tar.bz2"