mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Initial addition of bep file for enchant, this is a work in progress. TODO: Install glib and try
building, update and needed.
This commit is contained in:
19
app-text/enchant/enchant-1.6.0.bep
Normal file
19
app-text/enchant/enchant-1.6.0.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="Enchant - spellchecker wrapper library"
|
||||
HOMEPAGE="http://www.abisource.com/downloads/enchant.1.6.0/enchant-1.6.0.tar.gz"
|
||||
SRC_URI="http://www.abisource.com/downloads/enchant/1.6.0/enchant-1.6.0.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-libs/glib-2.0 >= 2.6"
|
||||
CHECKSUM_MD5="de11011aff801dc61042828041fb59c7"
|
||||
BUILD {
|
||||
cd enchant-1.6.0
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd enchant-1.6.0
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2002-2007 Dom Lachowicz"
|
||||
Reference in New Issue
Block a user