From e00b3c4c5b38263565b62a6674516f8492b2a532 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 30 Jun 2010 15:55:05 +0000 Subject: main/libowfat: moved from testing --- main/libowfat/APKBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 main/libowfat/APKBUILD (limited to 'main/libowfat') diff --git a/main/libowfat/APKBUILD b/main/libowfat/APKBUILD new file mode 100644 index 000000000..8e3ee0eca --- /dev/null +++ b/main/libowfat/APKBUILD @@ -0,0 +1,33 @@ +# Maintainer: Natanael Copa +pkgname=libowfat +pkgver=0.28 +pkgrel=0 +pkgdesc="reimplementation of libdjb" +url="http://www.fefe.de/libowfat/" +license="GPL" +depends= +makedepends= +install= +subpackages="$pkgname-dev $pkgname-doc" +source="http://dl.fefe.de/libowfat-$pkgver.tar.bz2" + +_builddir="$srcdir"/$pkgname-$pkgver + +prepare() { + cd "$_builddir" +} + +build() { + cd "$_builddir" + make || return 1 +} + +package() { + cd "$_builddir" + make prefix="$pkgdir"/usr MAN3DIR="$pkgdir"/usr/share/man/man3 install + # buffer manpage conflicts with openssl + mv "$pkgdir"/usr/share/man/man3/buffer.3 \ + "$pkgdir"/usr/share/man/man3/owfatbuffer.3 +} + +md5sums="6bbee9a86506419657d87123b7a6f2c1 libowfat-0.28.tar.bz2" -- cgit v1.2.3