mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
updated enchant bep file, GCI
This commit is contained in:
@@ -1,19 +1,24 @@
|
||||
DESCRIPTION="Enchant - spellchecker wrapper library"
|
||||
HOMEPAGE="http://www.abisource.com/downloads/enchant.1.6.0/enchant-1.6.0.tar.gz"
|
||||
DESCRIPTION="Generic spell-checking dictionary library"
|
||||
HOMEPAGE="http://abisource.com/projects/enchant/"
|
||||
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"
|
||||
REVISION= "1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/pkgconfig >= 0.23, sys-devel/gettext >= 0.17 , dev-lib/glib >= 2.24.2"
|
||||
CHECKSUM_MD5="de11011aff801dc61042828041fb59c7"
|
||||
BUILD {
|
||||
cd enchant-1.6.0
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
cd enchant-1.6.0
|
||||
cp /boot/common/share/libtool/config/config.* .
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
automake --add-missing
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd enchant-1.6.0
|
||||
make install
|
||||
cd enchant-1.6.0
|
||||
make install DESTDIR=${DESTDIR}
|
||||
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2002-2007 Dom Lachowicz"
|
||||
COPYRIGHT="2003-2010 Dom Lachowicz"
|
||||
Reference in New Issue
Block a user