mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Initial .bep file checkin for wput
This commit is contained in:
24
net-misc/wput/wput-0.6.1.bep
Normal file
24
net-misc/wput/wput-0.6.1.bep
Normal file
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user