Files
haikuports/dev-libs/popt/popt-1.16.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

27 lines
505 B
Plaintext

DESCRIPTION="popt"
HOMEPAGE="http://rpm5.org/files/popt/"
SRC_URI="http://rpm5.org/files/popt/popt-1.16.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="3743beefa3dd6247a73f8f7a32c14c33"
BUILD()
{
cd popt-1.16
libtoolize --force --copy --install
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
aclocal -I m4
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd popt-1.16
make install
}
LICENSE="MIT"
COPYRIGHT="1998-2002 Red Hat, Inc."