From 4514927cd69fa42fab58c04a9dd3ff811ffbf1d7 Mon Sep 17 00:00:00 2001 From: Duane Hughes Date: Fri, 28 Jan 2011 09:30:24 +0000 Subject: testing/lockfile-progs: new aport utilities for safely unlocking locked files/mailboxes --- testing/lockfile-progs/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/lockfile-progs/APKBUILD (limited to 'testing/lockfile-progs') diff --git a/testing/lockfile-progs/APKBUILD b/testing/lockfile-progs/APKBUILD new file mode 100644 index 0000000000..a1c5aad9f8 --- /dev/null +++ b/testing/lockfile-progs/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Duane Hughes +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" -- cgit v1.2.3