Files
haikuports/net-misc/wput/wput-0.6.1.bep
Chris Roberts 54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00

24 lines
523 B
Plaintext

DESCRIPTION="wput"
HOMEPAGE="http://wput.sourceforge.net/"
SRC_URI="http://voxel.dl.sourceforge.net/sourceforge/wput/wput-0.6.1.tgz"
CHECKSUM_MD5="92b41efed4db8eb4f3443c23bf7ceecf"
REVISION="1"
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
}