mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
25 lines
495 B
Plaintext
25 lines
495 B
Plaintext
DESCRIPTION="wget"
|
|
HOMEPAGE="http://www.gnu.org/software/wget"
|
|
SRC_URI="http://ftp.gnu.org/gnu/wget/wget-1.12.tar.gz"
|
|
CHECKSUM_MD5="141461b9c04e454dc8933c9d1f2abf83"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd wget-1.12
|
|
libtoolize --force --copy --install
|
|
aclocal -I m4
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--disable-nls --disable-ipv6
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd wget-1.12
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="2009 Free Software Foundation"
|