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 CB27CDC07AA; Tue, 15 Sep 2015 08:41:48 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 20531DC01E7; Tue, 15 Sep 2015 08:41:47 +0000 (UTC) Date: Tue, 15 Sep 2015 10:41:45 +0200 From: Natanael Copa To: ScrumpyJack Cc: Alpine Aports List Subject: Re: [alpine-aports] [PATCH] testing/termrec: new aport Message-ID: <20150915104145.7f1840ac@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 14 Sep 2015 08:51:42 +0000 (UTC) ScrumpyJack wrote: > > termrec is a program for recording "videos" of terminal output > http://angband.pl/termrec.html > --- > testing/termrec/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > create mode 100644 testing/termrec/APKBUILD > > diff --git a/testing/termrec/APKBUILD b/testing/termrec/APKBUILD > new file mode 100644 > index 0000000..2f26a58 > --- /dev/null > +++ b/testing/termrec/APKBUILD > @@ -0,0 +1,42 @@ > +# Contributor: ScrumpyJack > +# Maintainer: > +pkgname=termrec > +pkgver=0.17 > +pkgrel=0 > +pkgdesc="termrec is a program for recording "videos" of terminal output" > +url="http://angband.pl/termrec.html" > +arch="all" > +license="GPL" > +depends="" > +depends_dev="" > +makedepends="zlib-dev" > +install="" > +subpackages="$pkgname-dev $pkgname-doc" > +source="http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz" > +options="libtool" I applied it, but is the usr/lib/libtty.la really needed? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---