X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 5749DDC11C7 for ; Sun, 27 Dec 2015 21:56:58 +0000 (UTC) Received: from mail-qg0-f53.google.com (mail-qg0-f53.google.com [209.85.192.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 243ABDC0113 for ; Sun, 27 Dec 2015 21:56:57 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id e32so45846250qgf.3 for ; Sun, 27 Dec 2015 13:56:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=xcvyHvBXY21LNkRc6eI0mStsX6c6NyR8WTaMqDzHpQY=; b=nhd9ehb/Exn2qWC5VC7TNSpHYb7XOV93RwZv3mtJ73KG6f2QvuYw3odjCtpmW2nNxC yhbIWE3ulDrDjVWtwww7SDfM+rp4JsqXH/5QT9XsJcc7BimGJVcL52L9OWv0iSQDQHfA dj1ZTd6wuyo6h10g5PNKFolHEsEzI2wZXian3AUWawXTOTnuNW2nadqo4PJGqxisvcKh AfduLnFqKcPIk7t90eUdTu3JZip8IPRmuymjDt0AuoOv69enF2biWjuSwXvF/zeD81zj cO3BMPGtfOi4itKcRVgbL36DJy8PeEGFrVfuaNg/Hhawb6IfXYNV1d0N3iCG3KclGTpk 7GHg== X-Received: by 10.140.137.199 with SMTP id 190mr69604091qhj.91.1451253416611; Sun, 27 Dec 2015 13:56:56 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 From: Grant McLendon Date: Sun, 27 Dec 2015 21:56:46 +0000 Message-ID: Subject: [alpine-aports] [PATCH] testing/libcouchbase: new aport To: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a11375f3e60561f0527e844d1 X-Virus-Scanned: ClamAV using ClamSMTP --001a11375f3e60561f0527e844d1 Content-Type: text/plain; charset=UTF-8 https://github.com/couchbase/libcouchbase The couchbase client for C. --- testing/libcouchbase/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 testing/libcouchbase/APKBUILD diff --git a/testing/libcouchbase/APKBUILD b/testing/libcouchbase/APKBUILD new file mode 100755 index 0000000..3c7b6c2 --- /dev/null +++ b/testing/libcouchbase/APKBUILD @@ -0,0 +1,42 @@ +# Contributor: Grant McLendon +# Maintainer: Grant McLendon +pkgname=libcouchbase +pkgver=2.5.4 +pkgrel=0 +pkgdesc="libcouchbase" +url="https://github.com/couchbase/libcouchbase" +arch="all" +license="ASL 2.0" +dependes="libstdc++" +depends_dev="libev-dev" +makedepends="$depends_dev cmake perl" +install="" +subpackages="$pkgname-doc $pkgname-dev" +source="$pkgname-$pkgver.tar.gz:: https://github.com/couchbase/libcouchbase/archive/$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +build() { + cd "$_builddir" + ./configure.pl \ + --prefix=/usr || return 1 + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR="${pkgdir}" install || return 1 +} +md5sums="1f39eae49509c84300e1c325f0efa652 libcouchbase-2.5.4.tar.gz" +sha256sums="06c0b25d7cb8ae9cfc52adefaa293d4b8f0dbef870bb64af261b714c1b1cb9fd libcouchbase-2.5.4.tar.gz" +sha512sums="9b20699ced43e066df95c68228fb34e622f6383a26f7804ee4d88563a49d3d855c240314c61a100a0152ef64eea1a1ec513edc914adbb68ea7dc3f39114f8a62 libcouchbase-2.5.4.tar.gz" -- 2.6.4 --001a11375f3e60561f0527e844d1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
http= s://github.com/couchbase/libcouchbase

The couchbase client for C= .
---
testing/libcouchbase/APKBUILD | 42 +++++++++++++++++++++++++++= +++++++++++++++
1 file changed, 42 insertions(+)
create mode 100755= testing/libcouchbase/APKBUILD


diff --git a/testing/libcouchbase= /APKBUILD b/testing/libcouchbase/APKBUILD
new file mode 100755
index = 0000000..3c7b6c2
--- /dev/null
+++ b/testing/libcouchbase/APKBUILD@@ -0,0 +1,42 @@
+# Contributor: Grant McLendon <grant@rightsup.com>
+# Maintainer: Grant McLen= don <grant@rightsup.com>+pkgname=3Dlibcouchbase
+pkgver=3D2.5.4
+pkgrel=3D0
+pkgdesc=3D&q= uot;libcouchbase"
+url=3D"https://github.com/couchbase/libcouchbase"
+a= rch=3D"all"
+license=3D"ASL 2.0"
+dependes=3D&quo= t;libstdc++"
+depends_dev=3D"libev-dev"
+makedepends= =3D"$depends_dev cmake perl"
+install=3D""
+subpa= ckages=3D"$pkgname-doc $pkgname-dev"
+source=3D"$pkgname-= $pkgver.tar.gz::https://github.com/couchbase/libcouchbase/archive/$pkgver= .tar.gz"
+
+_builddir=3D"$srcdir"/$pkgname-$pkgver=
+
+prepare() {
+ local i
+ cd "$_builddir"
+ for = i in $source; do
+ case $i in
+ *.patch) msg $i; patch -p1 -i "$= srcdir"/$i || return 1;;
+ esac
+ done
+}
+
+build() {<= br>+ cd "$_builddir"
+ ./confi= gure.pl \
+ --prefix=3D/usr || return 1
+ make || return 1
+}<= br>+
+package() {
+ cd "$_builddir"
+ make DESTDIR=3D&qu= ot;${pkgdir}" install || return 1
+}
+md5sums=3D"1f39eae495= 09c84300e1c325f0efa652 libcouchbase-2.5.4.tar.gz"
+sha256sums=3D&qu= ot;06c0b25d7cb8ae9cfc52adefaa293d4b8f0dbef870bb64af261b714c1b1cb9fd libcouc= hbase-2.5.4.tar.gz"
+sha512sums=3D"9b20699ced43e066df95c68228f= b34e622f6383a26f7804ee4d88563a49d3d855c240314c61a100a0152ef64eea1a1ec513edc= 914adbb68ea7dc3f39114f8a62 libcouchbase-2.5.4.tar.gz"
--
2.6.4<= br>
--001a11375f3e60561f0527e844d1-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---