X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by lists.alpinelinux.org (Postfix) with ESMTP id BE14C1EBFF5 for ; Thu, 3 Feb 2011 06:05:49 +0000 (UTC) Received: by wwa36 with SMTP id 36so815870wwa.25 for ; Wed, 02 Feb 2011 22:05:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=qnZTvUUeLEpf13fE1jH9vXadRK4eeERRqodmGqyI7Wk=; b=QbYrdTABD/l4BVA7/n/ckYF5d2rgOveFX4S1HvlMkNAgekgNBrmkNk4711mC5/PyGy 7q3AhYxESVyUEuOaO2dBGeD1bZxX7SAw4hIyMqdV1zJLUp3HwBL+Zo38A4fuh5USWr4/ U8sWFDzFRPYlMRCEluIQfrFdTpDHNStHAjAL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pg89c6iqTOCxSXwcY0Xe6nIo1QBXWvdysgq4MzWIWcqeuMFTNuDzA+BEgDAMH2s+zW 1zlyLqK7gFWcdAP8z7xtdIjRp5hMp0l33YZX8UdQlLpnRezVDhFY6I4R4ua9zItAK2ze a4EXfp6P58588/fi6Lmycgr+CqYQmG76ZXQfM= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.216.180.76 with SMTP id i54mr3211096wem.33.1296713148953; Wed, 02 Feb 2011 22:05:48 -0800 (PST) Received: by 10.216.170.211 with HTTP; Wed, 2 Feb 2011 22:05:48 -0800 (PST) In-Reply-To: <1296207025-28687-3-git-send-email-duanejevon@gmail.com> References: <1296207025-28687-1-git-send-email-duanejevon@gmail.com> <1296207025-28687-3-git-send-email-duanejevon@gmail.com> Date: Thu, 3 Feb 2011 08:05:48 +0200 Message-ID: Subject: [alpine-devel] Re: [PATCH 3/4] testing/lockfile-progs: new aport From: Duane Hughes To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=0016e65a0dfc9e74ce049b5a8ed8 --0016e65a0dfc9e74ce049b5a8ed8 Content-Type: text/plain; charset=ISO-8859-1 Could this please be placed in testing repo, if approved? Thanks! On Fri, Jan 28, 2011 at 11:30 AM, Duane Hughes wrote: > utilities for safely unlocking locked files/mailboxes > --- > testing/lockfile-progs/APKBUILD | 32 ++++++++++++++++++++++++++++++++ > 1 files changed, 32 insertions(+), 0 deletions(-) > create mode 100644 testing/lockfile-progs/APKBUILD > > diff --git a/testing/lockfile-progs/APKBUILD > b/testing/lockfile-progs/APKBUILD > new file mode 100644 > index 0000000..2b4f3b5 > --- /dev/null > +++ b/testing/lockfile-progs/APKBUILD > @@ -0,0 +1,32 @@ > +# Contributor: Duane Hughes > +# Maintainer: Natanael Copa > +pkgname=lockfile-progs > +pkgver=0.1.15 > +pkgrel=0 > +pkgdesc="Programs for locking and unlocking files and mailboxes" > +url="http://packages.debian.org/sid/lockfile-progs" > +arch="all" > +license="GPL" > +depends="liblockfile" > +makedepends="liblockfile-dev" > +install= > +subpackages="$pkgname-doc" > +source=" > http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_$pkgver.tar.gz > " > + > +_builddir="$srcdir"/sid > + > +build() { > + cd "$_builddir" > + make || return 1 > +} > + > +package() { > + cd "$_builddir" > + > + install -d "$pkgdir"/usr/bin > + install -d "$pkgdir"/usr/share/man > + install -m 755 "$_builddir"/bin/* "$pkgdir"/usr/bin > + install -m 644 "$_builddir"/man/* "$pkgdir"/usr/share/man > +} > + > +md5sums="abfcda83a1868073673f4d78066b8f8a lockfile-progs_0.1.15.tar.gz" > -- > 1.7.3.2 > > --0016e65a0dfc9e74ce049b5a8ed8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Could this please be placed in testing repo, if approved? Thanks!

On Fri, Jan 28, 2011 at 11:30 AM, Duane Hughes <duanejevon@gmail= .com> wrote:
utilities for safely unlocking locked files= /mailboxes
---
=A0testing/lockfile-progs/APKBUILD | =A0 32 +++++++++++++++++++++++++++++++= +
=A01 files changed, 32 insertions(+), 0 deletions(-)
=A0create mode 100644 testing/lockfile-progs/APKBUILD

diff --git a/testing/lockfile-progs/APKBUILD b/testing/lockfile-progs/APKBU= ILD
new file mode 100644
index 0000000..2b4f3b5
--- /dev/null
+++ b/testing/lockfile-progs/APKBUILD
@@ -0,0 +1,32 @@
+# Contributor: Duane Hughes <du= anejevon@gmail.com>
+# Maintainer: Natanael Copa <n= copa@alpinelinux.org>
+pkgname=3Dlockfile-progs
+pkgver=3D0.1.15
+pkgrel=3D0
+pkgdesc=3D"Programs for locking and unlocking files and mailboxes&quo= t;
+url=3D"http://packages.debian.org/sid/lockfile-progs"
+arch=3D"all"
+license=3D"GPL"
+depends=3D"liblockfile"
+makedepends=3D"liblockfile-dev"
+install=3D
+subpackages=3D"$pkgname-doc"
+source=3D"http://ftp.debian.org/= debian/pool/main/l/lockfile-progs/${pkgname}_$pkgver.tar.gz"
+
+_builddir=3D"$srcdir"/sid
+
+build() {
+ =A0 =A0 =A0 cd "$_builddir"
+ =A0 =A0 =A0 make || return 1
+}
+
+package() {
+ =A0 =A0 =A0 cd "$_builddir"
+
+ =A0 =A0 =A0 install -d "$pkgdir"/usr/bin
+ =A0 =A0 =A0 install -d "$pkgdir"/usr/share/man
+ =A0 =A0 =A0 install -m 755 "$_builddir"/bin/* "$pkgdir&quo= t;/usr/bin
+ =A0 =A0 =A0 install -m 644 "$_builddir"/man/* "$pkgdir&quo= t;/usr/share/man
+}
+
+md5sums=3D"abfcda83a1868073673f4d78066b8f8a =A0lockfile-progs_0.1.15.= tar.gz"
--
1.7.3.2


--0016e65a0dfc9e74ce049b5a8ed8-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---