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:
Scott McCreary
2012-02-25 01:12:24 +00:00
parent 27b28e414d
commit 2c07873276

View 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"