aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxtst
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-15 12:05:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-15 12:05:40 +0000
commiteef02315cbd75fa185e9ce9c7147391125daae61 (patch)
tree3b2ae2a5369aa33e77382036837c343db9418388 /main/libxtst
parent95f8ed10dcc92974c6d46947dfe7f9627fa2a30f (diff)
downloadaports-eef02315cbd75fa185e9ce9c7147391125daae61.tar.bz2
aports-eef02315cbd75fa185e9ce9c7147391125daae61.tar.xz
main/libxtst: move .so to -dev package
ref #384
Diffstat (limited to 'main/libxtst')
-rw-r--r--main/libxtst/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/libxtst/APKBUILD b/main/libxtst/APKBUILD
index 37eac75472..835d2dd376 100644
--- a/main/libxtst/APKBUILD
+++ b/main/libxtst/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxtst
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="X11 Testing -- Resource extension library"
url="http://xorg.freedesktop.org/"
license="custom"
@@ -17,6 +17,10 @@ build ()
./configure --prefix=/usr \
--build=${CHOST} --host=${CHOST}
make || return 1
+}
+
+package() {
+ cd "$srcdir"/libXtst-$pkgver
make DESTDIR="$pkgdir" install || return 1
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}