From a2fc2732dfddfcd1f48f876e598e72473aa16382 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 18 Jun 2010 05:05:31 +0000 Subject: [PATCH] Initial .bep file for popt-1.16 --- dev-libs/popt/popt-1.16.bep | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-libs/popt/popt-1.16.bep diff --git a/dev-libs/popt/popt-1.16.bep b/dev-libs/popt/popt-1.16.bep new file mode 100644 index 000000000..8847c296d --- /dev/null +++ b/dev-libs/popt/popt-1.16.bep @@ -0,0 +1,25 @@ +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=/boot/common + make +} + +INSTALL { + cd popt-1.16 + make install +} + +LICENSE="MIT" +COPYRIGHT="1998-2002 Red Hat, Inc." \ No newline at end of file