From 6639881bccbf44c3654b58ee7a9a3b779dc7b960 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 29 Aug 2008 06:33:19 +0000 Subject: [PATCH] Initial .bep file checkin for wput --- net-misc/wput/wput-0.6.1.bep | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-misc/wput/wput-0.6.1.bep diff --git a/net-misc/wput/wput-0.6.1.bep b/net-misc/wput/wput-0.6.1.bep new file mode 100644 index 000000000..1de7761d3 --- /dev/null +++ b/net-misc/wput/wput-0.6.1.bep @@ -0,0 +1,24 @@ +DESCRIPTION="wput" +HOMEPAGE="http://wput.sourceforge.net/" +SRC_URI="http://voxel.dl.sourceforge.net/sourceforge/wput/wput-0.6.1.tgz" +REVISION="1" +STATUS_R5="untested" +STATUS_BONE="untested" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd wput-0.6.1 + cp /boot/home/config/share/libtool/config.guess . + cp /boot/home/config/share/libtool/config.sub . + libtoolize --force --copy + aclocal + automake --add-missing + autoconf + ./configure --prefix=/boot/common --enable-shared + make +} + +INSTALL { + cd wput-0.6.1 + make install +}