mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/anthy: new aport
This commit is contained in:
parent
c2e6ed52f4
commit
79c8488acc
47
testing/anthy/APKBUILD
Normal file
47
testing/anthy/APKBUILD
Normal file
@ -0,0 +1,47 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=anthy
|
||||
pkgver=9100h
|
||||
_filecode=37536
|
||||
pkgrel=0
|
||||
pkgdesc="Hiragana text to Kana Kanji mixed text Japanese input method"
|
||||
url="http://sourceforge.jp/projects/anthy/"
|
||||
arch="all"
|
||||
license="LGPL-2.1-or-later"
|
||||
subpackages="$pkgname-dev $pkgname-emacs::noarch"
|
||||
source="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
./src-util/anthy-agent --version
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make EMACS=emacs DESTDIR="$pkgdir" install
|
||||
rm -rf "$pkgdir"/usr/share/emacs
|
||||
}
|
||||
|
||||
emacs() {
|
||||
depends="$pkgname"
|
||||
pkgdesc="emacs support for Anthy"
|
||||
cd "$builddir"
|
||||
make EMACS=emacs DESTDIR="$subpkgdir" install
|
||||
rm -rf "$subpkgdir"/etc
|
||||
rm -rf "$subpkgdir"/usr/bin
|
||||
rm -rf "$subpkgdir"/usr/include
|
||||
rm -rf "$subpkgdir"/usr/lib
|
||||
rm -rf "$subpkgdir"/usr/share/anthy
|
||||
}
|
||||
|
||||
sha512sums="315ebd9e1af208f3ecaeaa13620213b35f004e47edb54e60c3e02c2997444cd2326cc58b725dd2d0bd6a723130884d946ea193ea3d92418082256b59ecc8d88b anthy-9100h.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user