From 4945bc4995b337dfc6a77a5fdfe2ed58d53634a4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Jul 2010 14:43:15 +0000 Subject: main/pth: move .so to -dev package ref #384 --- main/pth/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/pth/APKBUILD b/main/pth/APKBUILD index ec920d874..49730bd38 100644 --- a/main/pth/APKBUILD +++ b/main/pth/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=pth pkgver=2.0.7 -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Portable Threads." url="http://www.gnu.org/software/pth" license="LGPL-2.1" @@ -27,6 +27,10 @@ build () { --mandir=/usr/share/man make || return 1 +} + +package() { + cd "$srcdir"/$pkgname-$pkgver make -j1 DESTDIR="$pkgdir" install } md5sums="9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz -- cgit v1.2.3