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 50DBDDC180C for ; Tue, 16 Feb 2016 10:00:13 +0000 (UTC) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D771EDC0824 for ; Tue, 16 Feb 2016 10:00:10 +0000 (UTC) Received: by mail-wm0-f49.google.com with SMTP id g62so97523771wme.1 for ; Tue, 16 Feb 2016 02:00:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=OUiz7cuS8Gj4fErMTwYUop90sx/de421aCS14xNORWg=; b=TZb9c+FwEWlaj50m1qInWAKjMHBBl5x37RkOAkKpqNoRq/EzW0f0+z7OBsla4C5s4/ HSIOO+RM0T6PJrQb5996MR9QTtjluHifndaqz/tqrWkQiPq83NttPIzUGoeRfzLqB810 GVPdwevmHM1AK5q6huibfXWFCcgoRa5NN8ceEjaYaJk8WE91clj7a0QgP2eOlxTQyTjp A+LUGW6s8r7xZWjZaCBiicbaJGxicH8AEexWzgM6LUuYLE7Iui/X4Y8yAUmHW9+4JbZb +YZyX6pTVAVczPZNFDtmhbEVZy07YaC9UYBlqSxp1klFZd9+TdCd+E3K095MIIAnZBW3 GNQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=OUiz7cuS8Gj4fErMTwYUop90sx/de421aCS14xNORWg=; b=Rn2Qm6naRlQqa3IYOYl5a+Mn5L+/HFSamSCX8jlXc2a/HwX2vox4hpW4CibbJe7DZR eIKOlL2wquGLZyv5xvBLD6trQWIg56ZwA+jw2pGqzlOQqlS90GUfXTLTuP7WAk1AYjCB NeeIewZU5itf5HtL2h64dBzScn8Y1SCHokQD4vC22xjF+8a+g2ue8SRHoN7mJLZhlFPE nisGtMnC4yCvC/1ZsVjbHfKdi9dnZcz4BlRexJElM0uSi38MmCVMhBoZWrGA8obrZ9fy ix20w4F28WsBP/rNUQ32YxlO+3VKsMhg8cZw9jVE4u1GV9YBFvWKaEIvbFQ+5ACSD47W zMAw== X-Gm-Message-State: AG10YOSC6fDGhbsBgSInZ9ikbHt57Gwq6qSwhxJPkUETy8bYa7oEjnFedhymHlMJ6NWyeQ== X-Received: by 10.194.176.170 with SMTP id cj10mr21224452wjc.165.1455616380179; Tue, 16 Feb 2016 01:53:00 -0800 (PST) Received: from 490622f2b58d.tsm-office.site ([62.176.239.226]) by smtp.gmail.com with ESMTPSA id gg7sm29432486wjd.10.2016.02.16.01.52.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Feb 2016 01:52:59 -0800 (PST) Sender: Marvin Preuss From: Marvin Steadfast To: alpine-aports@lists.alpinelinux.org Cc: Marvin Steadfast Subject: [alpine-aports] [PATCH] testing/unibilium: new aport Date: Tue, 16 Feb 2016 09:52:50 +0000 Message-Id: <1455616370-9636-1-git-send-email-marvin@xsteadfastx.org> X-Mailer: git-send-email 2.6.4 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: https://github.com/mauke/unibilium/ A terminfo parsing library --- testing/unibilium/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/unibilium/APKBUILD diff --git a/testing/unibilium/APKBUILD b/testing/unibilium/APKBUILD new file mode 100644 index 0000000..579ae61 --- /dev/null +++ b/testing/unibilium/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Marvin Steadfast +# Maintainer: Marvin Steadfast +pkgname=unibilium +pkgver=1.2.0 +pkgrel=0 +pkgdesc="A terminfo parsing library" +url="https://github.com/mauke/unibilium/" +arch="all" +license="LGPL3" +depends="" +depends_dev="libtool" +makedepends="$depends_dev" +install="" +subpackages="" +source="$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz" + +_builddir="$srcdir"/"$pkgname"-"$pkgver" +build() { + cd "$_builddir" + make PREFIX=/usr || return 1 +} + +package() { + cd "$_builddir" + make PREFIX=/usr DESTDIR="$pkgdir" install || return 1 +} + +md5sums="9b1c97839a880a373da6c097443b43c4 unibilium-1.2.0.tar.gz" +sha256sums="623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8 unibilium-1.2.0.tar.gz" +sha512sums="7aff79669200810c2910006aba657ca2276123ecb3e6e0ba01fa2d1c3cdf838c391594e6035ef150deb6185c4f1e43fe1b0bfb59b23c6697d801a5bdee37a0ee unibilium-1.2.0.tar.gz" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---