diff --git a/app-text/enchant/enchant-1.6.0.bep b/app-text/enchant/enchant-1.6.0.bep index 6bde00d0d..027ef6b77 100644 --- a/app-text/enchant/enchant-1.6.0.bep +++ b/app-text/enchant/enchant-1.6.0.bep @@ -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" \ No newline at end of file