Files
haikuports/dev-libs/chmlib/chmlib-0.40.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

31 lines
640 B
Plaintext

DESCRIPTION="CHMLIB is a library for dealing with Microsoft ITSS/CHM format files."
HOMEPAGE="http://www.jedrea.com/chmlib/"
SRC_URI="http://www.jedrea.com/chmlib/chmlib-0.40.zip"
CHECKSUM_MD5="a20d86103b8ab369e5b93506d5ffa802"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd chmlib-0.40
rm aclocal.m4
rm acinclude.m4
libtoolize --force --copy --install
aclocal
sed -i 's/lpthread//g' configure.in Makefile.in src/Makefile.in
autoconf
automake
chmod 777 configure
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd chmlib-0.40
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2003 Jed Wing"