mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Initial .bep for libs3, it's not yet working, will need to be patched or perhaps built with gcc4, getting the gcc error not
liking -o with -c or -S.
This commit is contained in:
19
net-libs/libs3/libs3-2.0.bep
Normal file
19
net-libs/libs3/libs3-2.0.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="A C Library API for Amazon S3"
|
||||
HOMEPAGE="http://libs3.ischo.com"
|
||||
SRC_URI="http://libs3.ischo.com/libs3-2.0.tar.gz"
|
||||
CHECKSUM_MD5="e52da69ddc11019e98cf8246fc55b4e1"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="net-misc/curl >= 7.24"
|
||||
BUILD {
|
||||
cd libs3-2.0
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libs3-2.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2012 Bryan Ischo"
|
||||
Reference in New Issue
Block a user