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 2E0631EBFF9 for ; Thu, 3 Feb 2011 06:05:32 +0000 (UTC) Received: by wwa36 with SMTP id 36so815737wwa.25 for ; Wed, 02 Feb 2011 22:05:31 -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=S51Hn/WPS7mb4qBwaryOD/1iZ+Pj/GFB87aXLjOr2mk=; b=RXeNHO3vc3b2YT03hmgYlxKRmB51GwXHhehabNMq/ip1loitqZZCiReDgi8RAkw0+c prQCO1lpFu8JDRx0uCmIigYM9aNeAD0j1FPBwGxxTiNC/duNMvE3l37L6Sb6ih9pGUXB KJI7fD7IgxW+WprjQToQDtpJvu+v0x5QB0b4E= 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=DLszK2EajZDYvnOx4hw7s6GzaR8vWGetD/KXx/0QDuKg3Y9FWXNKxcKTwoYppNP8w7 w5w/RqqJpTGls0vK0zLKvKUWCPRdfBhHntpxGzb7QeirIDgNp4w5rO27/ejK3n3/jcl8 pY9D3CEWnuzft1vHLp+rAH8Lgt+URcNbwiEtc= 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.191.160 with SMTP id g32mr3075642wen.18.1296713131615; Wed, 02 Feb 2011 22:05:31 -0800 (PST) Received: by 10.216.170.211 with HTTP; Wed, 2 Feb 2011 22:05:31 -0800 (PST) In-Reply-To: <1296207025-28687-2-git-send-email-duanejevon@gmail.com> References: <1296207025-28687-1-git-send-email-duanejevon@gmail.com> <1296207025-28687-2-git-send-email-duanejevon@gmail.com> Date: Thu, 3 Feb 2011 08:05:31 +0200 Message-ID: Subject: [alpine-devel] Re: [PATCH 2/4] testing/liblockfile: new aport From: Duane Hughes To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=0016363b98aa95e5c7049b5a8d83 --0016363b98aa95e5c7049b5a8d83 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: > library files for file locking tools > --- > testing/liblockfile/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ > 1 files changed, 38 insertions(+), 0 deletions(-) > create mode 100644 testing/liblockfile/APKBUILD > > diff --git a/testing/liblockfile/APKBUILD b/testing/liblockfile/APKBUILD > new file mode 100644 > index 0000000..8415b3d > --- /dev/null > +++ b/testing/liblockfile/APKBUILD > @@ -0,0 +1,38 @@ > +# Contributor: Duane Hughes > +# Maintainer: Natanael Copa > +pkgname=liblockfile > +pkgver=1.08 > +pkgrel=0 > +pkgdesc="Shared library with NFS-safe locking functions" > +url="http://packages.debian.org/sid/liblockfile1" > +arch="all" > +license="GPL" > +depends="" > +makedepends= > +install= > +subpackages="$pkgname-dev $pkgname-doc" > +source=" > http://ftp.debian.org/debian/pool/main/libl/liblockfile/${pkgname}_$pkgver.orig.tar.gz > " > + > +_builddir="$srcdir"/$pkgname-$pkgver > + > + > +build() { > + cd "$_builddir" > + ./configure --prefix=/usr \ > + --sysconfdir=/etc \ > + --mandir=/usr/share/man > + make -j1 || return 1 > +} > + > +package() { > + cd "$_builddir" > + > + install -d "$pkgdir"/usr/include > + install -d "$pkgdir"/usr/bin > + install -d "$pkgdir"/usr/lib > + install -d "$pkgdir"/usr/share/man > + > + make -j1 ROOT="$pkgdir" install > +} > + > +md5sums="c24e2dfb4a2aab0263fe5ac1564d305e liblockfile_1.08.orig.tar.gz" > -- > 1.7.3.2 > > --0016363b98aa95e5c7049b5a8d83 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:
library files for file locking tools
---
=A0testing/liblockfile/APKBUILD | =A0 38 ++++++++++++++++++++++++++++++++++= ++++
=A01 files changed, 38 insertions(+), 0 deletions(-)
=A0create mode 100644 testing/liblockfile/APKBUILD

diff --git a/testing/liblockfile/APKBUILD b/testing/liblockfile/APKBUILD new file mode 100644
index 0000000..8415b3d
--- /dev/null
+++ b/testing/liblockfile/APKBUILD
@@ -0,0 +1,38 @@
+# Contributor: Duane Hughes <du= anejevon@gmail.com>
+# Maintainer: Natanael Copa <n= copa@alpinelinux.org>
+pkgname=3Dliblockfile
+pkgver=3D1.08
+pkgrel=3D0
+pkgdesc=3D"Shared library with NFS-safe locking functions"
+url=3D"http://packages.debian.org/sid/liblockfile1"
+arch=3D"all"
+license=3D"GPL"
+depends=3D""
+makedepends=3D
+install=3D
+subpackages=3D"$pkgname-dev $pkgname-doc"
+source=3D"http://ftp.debian= .org/debian/pool/main/libl/liblockfile/${pkgname}_$pkgver.orig.tar.gz&q= uot;
+
+_builddir=3D"$srcdir"/$pkgname-$pkgver
+
+
+build() {
+ =A0 =A0 =A0 cd "$_builddir"
+ =A0 =A0 =A0 ./configure --prefix=3D/usr \
+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 --sysconfdir=3D/etc \
+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 --mandir=3D/usr/share/man
+ =A0 =A0 =A0 make -j1 || return 1
+}
+
+package() {
+ =A0 =A0 =A0 cd "$_builddir"
+
+ =A0 =A0 =A0 install -d "$pkgdir"/usr/include
+ =A0 =A0 =A0 install -d "$pkgdir"/usr/bin
+ =A0 =A0 =A0 install -d "$pkgdir"/usr/lib
+ =A0 =A0 =A0 install -d "$pkgdir"/usr/share/man
+
+ =A0 =A0 =A0 make -j1 ROOT=3D"$pkgdir" install
+}
+
+md5sums=3D"c24e2dfb4a2aab0263fe5ac1564d305e =A0liblockfile_1.08.orig.= tar.gz"
--
1.7.3.2


--0016363b98aa95e5c7049b5a8d83-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---