Initial .bep file for libanthy.

This commit is contained in:
Scott McCreary
2009-11-10 03:04:40 +00:00
parent 3bcd92404a
commit 932418da83

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Anthy -- free and secure Japanese input system"
HOMEPAGE="http://anthy.sourceforge.jp/"
SRC_URI="http://sourceforge.jp/frs/redir.php?m=keihanna&f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd anthy-9100h
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd anthy-9100h
make install
}