diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 14:43:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 14:43:15 +0000 |
commit | 4945bc4995b337dfc6a77a5fdfe2ed58d53634a4 (patch) | |
tree | 4d24eeb052b2045983d89326c68bceb1b11944f1 /main/pth/APKBUILD | |
parent | e50125b4d5b4f0c1cc48dce03dce3bc8089900fe (diff) | |
download | aports-4945bc4995b337dfc6a77a5fdfe2ed58d53634a4.tar.bz2 aports-4945bc4995b337dfc6a77a5fdfe2ed58d53634a4.tar.xz |
main/pth: move .so to -dev package
ref #384
Diffstat (limited to 'main/pth/APKBUILD')
-rw-r--r-- | main/pth/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
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 <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 |