aboutsummaryrefslogtreecommitdiffstats
path: root/main/pth
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-15 14:43:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-15 14:43:15 +0000
commit4945bc4995b337dfc6a77a5fdfe2ed58d53634a4 (patch)
tree4d24eeb052b2045983d89326c68bceb1b11944f1 /main/pth
parente50125b4d5b4f0c1cc48dce03dce3bc8089900fe (diff)
main/pth: move .so to -dev package
ref #384
Diffstat (limited to 'main/pth')
-rw-r--r--main/pth/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/pth/APKBUILD b/main/pth/APKBUILD
index ec920d874f8..49730bd3836 100644
--- a/main/pth/APKBUILD
+++ b/main/pth/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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