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 9EC70DC14DD for ; Sat, 19 Mar 2016 13:04:10 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 62D1DDC00D8 for ; Sat, 19 Mar 2016 13:04:08 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id u110so122187773qge.3 for ; Sat, 19 Mar 2016 06:04:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dafiti.com.br; s=google; h=mime-version:from:to:cc:subject:date:message-id :content-transfer-encoding; bh=uZ8PvEAqI/i2iUpkz1n9w3OdjLg87WIXNppwCL/L3k8=; b=Gv68Yqfbrfc/16OHLzhLQTvZKjP3ukv9pfnGf8SYQTC1R39NB9XFflCHNzi+RtA6YH drJ6NRxMdCvYzJKYhNOnrS+eHyWegJtS82Vi55aCRySn+1VWlfbQ/P4kCN+3SshA65Rd fkuA7rwwvYhArY2hZigTVMTyTx0TUJOFuhnPg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:cc:subject:date:message-id :content-transfer-encoding; bh=uZ8PvEAqI/i2iUpkz1n9w3OdjLg87WIXNppwCL/L3k8=; b=cttZLsztKmI7lPbtRN7wqkeck464i/HeuTeJF/TYgBu2oHtwBHZCBuITVYhwPpQKPM gpAxLA75JKdXoIevR9gkboGkf6F4s97W1dK9QcCz2W8WRy2M2QBktsxFNBFr384aTUZb flIqNTysIh38AV6h4bDXVZt2AmUVoK5A7Z2Ev/GEow2vS3g8Qz6o2ss/Mqpi+/LX6aAY v2Sn5reNyl4j/5KPJ2VmXzHU/8Mf8l+MnByeu9h1JdUecnLZtggc1QNYNSuXYn/TWdu0 foIubIK+kFhJXLLLS6TUAU3WIBT0kuY8sCAJDZuGl7BtiAT1zg1fKN+KT0m6psIXGow1 59pQ== X-Gm-Message-State: AD7BkJI2BJZ176pLaKDMYXvSi5IPvvnEGHg0hY6g0U0axsJ0otu5gmWwea9xUFmlb6FgFYJ1895mm0CJMN9NzWSg5nU64mJO85lUSNL2PdRZHX8nwthBp8CIa8vr91hoViHa/nAp1TQL2Wym/Z4HGw== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.141.6.136 with SMTP id i130mr30507904qhd.21.1458392648105; Sat, 19 Mar 2016 06:04:08 -0700 (PDT) Received: from localhost.localdomain ([201.52.216.254]) by smtp.gmail.com with ESMTPSA id x124sm8088423qhc.42.2016.03.19.06.04.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 19 Mar 2016 06:04:07 -0700 (PDT) From: Fabio da Silva Ribeiro To: alpine-aports@lists.alpinelinux.org Cc: Fabio da Silva Ribeiro Subject: [alpine-aports] [PATCH] testing/rabbitmq-c: RabbitMQ C AMQP client library Date: Sat, 19 Mar 2016 10:03:52 -0300 Message-Id: <1458392632-5020-1-git-send-email-silva.ribeiro@dafiti.com.br> X-Mailer: git-send-email 2.1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP --- testing/rabbitmq-c/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/rabbitmq-c/APKBUILD diff --git a/testing/rabbitmq-c/APKBUILD b/testing/rabbitmq-c/APKBUILD new file mode 100644 index 0000000..2190c26 --- /dev/null +++ b/testing/rabbitmq-c/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Fabio Ribeiro +# Maintainer: Fabio Ribeiro +pkgname=3Drabbitmq-c +pkgver=3D0.7.1 +pkgrel=3D0 +pkgdesc=3D"RabbitMQ C client" +url=3D"https://github.com/alanxz/rabbitmq-c/tree/v$pkgver" +arch=3D"all" +license=3D"MIT" +source=3D"https://github.com/alanxz/$pkgname/releases/download/v$pkgver/$p= kgname-$pkgver.tar.gz" + +_builddir=3D"$srcdir"/$pkgname-$pkgver + +build() { + cd "$_builddir" + ./configure --prefix=3D/usr || return 1 + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR=3D"$pkgdir" install || return 1 +} + +md5sums=3D"6216c8876299a5efc4ff5ff84dc636d8 rabbitmq-c-0.7.1.tar.gz" +sha256sums=3D"23df349a7d157543e756acc67e47b217843ecbdafaefe3e4974073bb99d8= a26d rabbitmq-c-0.7.1.tar.gz" +sha512sums=3D"197b8476373e3a9056d5f24e0d932a37a556a946d2b6471c95e8b0e693b6= 11de51882be4911bd099f2c2e76153225d83cac1bec8106c031058315f062a8a4ab4 rabbi= tmq-c-0.7.1.tar.gz" --=20 2.1.4 --=20 *** Esta mensagem, incluindo seus anexos, pode conter informa=E7=F5es confidenc= iais=20 e/ou privilegiadas. Se voc=EA n=E3o for a pessoa autorizada a receber esta= =20 mensagem, n=E3o pode usar, copiar ou divulgar as informa=E7=F5es nela conti= das ou=20 tomar qualquer a=E7=E3o baseada nessas informa=E7=F5es. Caso esta mensagem = tenha=20 sido recebida por engano, por favor avise imediatamente o remetente,=20 respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos sua= =20 coopera=E7=E3o. This message, including any attachments, may contain confidential and/or=20 privileged information. If you are not the addressee or authorized to=20 receive this for the addressee, you must not use, copy, disclose or take=20 any action based on this message or any information herein. If you have=20 received this message in error, please advise the sender immediately by=20 reply e-mail and delete this message.Thank you for your cooperation --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---