diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-10 14:53:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-10 14:59:57 +0000 |
commit | a27d2bd8bf2de9ab847935fa6ec2363a85270ee7 (patch) | |
tree | d4d1143a035b38ce48a76c50276630b70c562904 /testing | |
parent | a1ab97672a9f84f79ee19643f8aea3774ccbba3b (diff) | |
download | aports-a27d2bd8bf2de9ab847935fa6ec2363a85270ee7.tar.bz2 aports-a27d2bd8bf2de9ab847935fa6ec2363a85270ee7.tar.xz |
main/mythes: moved to main
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mythes/APKBUILD | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/testing/mythes/APKBUILD b/testing/mythes/APKBUILD deleted file mode 100644 index b4f24aa940..0000000000 --- a/testing/mythes/APKBUILD +++ /dev/null @@ -1,55 +0,0 @@ -# Contributor: Timo Teräs <timo.teras@iki.fi> -# Maintainer: Timo Teräs <timo.teras@iki.fi> -pkgname=mythes -pkgver=1.2.4 -pkgrel=0 -pkgdesc="A simple thesaurus" -url="http://hunspell.sourceforge.net/" -arch="all" -license="GPL2+ LGPL2+ MPL 1.1" -subpackages="$pkgname-dev" -depends="" -depends_dev="perl hunspell-dev" -makedepends="$depends_dev" -source="http://downloads.sourceforge.net/hunspell/$pkgname-$pkgver.tar.gz - " - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --disable-static \ - --disable-dependency-tracking \ - --enable-fast-install \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make -j1 DESTDIR="$pkgdir" install || return 1 - rm "$pkgdir"/usr/lib/*.la || return 1 -} - -dev() { - default_dev - - mkdir -p "$subpkgdir"/usr - mv "$pkgdir"/usr/bin "$subpkgdir"/usr -} - -md5sums="a8c2c5b8f09e7ede322d5c602ff6a4b6 mythes-1.2.4.tar.gz" -sha256sums="1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f mythes-1.2.4.tar.gz" -sha512sums="a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21 mythes-1.2.4.tar.gz" |