mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file for neon-0.29.1
This commit is contained in:
18
net-misc/neon/neon-0.29.1.bep
Normal file
18
net-misc/neon/neon-0.29.1.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.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="openssl, libxml2"
|
||||
CHECKSUM_MD5="eb4eac0499cb6fced6e3b11e4b720ebb"
|
||||
BUILD {
|
||||
cd neon-0.29.1
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd neon-0.29.1
|
||||
make install
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: neon
|
||||
Version: 0.29.0
|
||||
Version: 0.29.1
|
||||
Copyright: 1999-2009 Joe Orton
|
||||
License: GNU LGPL v2
|
||||
URL: http://www.webdav.org/neon
|
||||
|
||||
Reference in New Issue
Block a user