mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated neon to 0.29.3
This commit is contained in:
18
net-misc/neon/neon-0.29.3.bep
Normal file
18
net-misc/neon/neon-0.29.3.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="neon is an HTTP and WebDAV client library, with a C interface"
|
||||
HOMEPAGE="http://www.webdav.org/neon/"
|
||||
SRC_URI="http://www.webdav.org/neon/neon-0.29.3.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="openssl, libxml2"
|
||||
CHECKSUM_MD5="ba1015b59c112d44d7797b62fe7bee51"
|
||||
BUILD {
|
||||
cd neon-0.29.3
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd neon-0.29.3
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user