mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
27
app-i18n/anthy/anthy-9100.recipe
Normal file
27
app-i18n/anthy/anthy-9100.recipe
Normal file
@@ -0,0 +1,27 @@
|
||||
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=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd anthy-9100h
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2000-2007 TABATA Yusuke, UGAWA Tomoharu
|
||||
2004-2006 YOSHIDA Yuichi
|
||||
2000-2007 KMC(Kyoto University Micro Computer Club)
|
||||
2001-2002 TAKAI Kosuke, Nobuoka Takahiro"
|
||||
Reference in New Issue
Block a user