summaryrefslogtreecommitdiffstats
path: root/main/libsexy/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-15 10:14:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-15 10:14:08 +0000
commitb6f09a03ac9e8005c4058b2be0a6d20be052ea7f (patch)
tree3c6b1826f6793b91bea0971270001c3c5fa160d2 /main/libsexy/APKBUILD
parente190b10f2a9dad34f906a920429092a75c89c42c (diff)
main/libsexy: move .so to -dev package
ref #384
Diffstat (limited to 'main/libsexy/APKBUILD')
-rw-r--r--main/libsexy/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/libsexy/APKBUILD b/main/libsexy/APKBUILD
index ad2f441bd5f..1246adc558a 100644
--- a/main/libsexy/APKBUILD
+++ b/main/libsexy/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsexy
pkgver=0.1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Doing naughty things to good widgets."
url="http://chipx86.com/wiki/Libsexy"
license="GPL"
@@ -15,6 +15,10 @@ build ()
./configure --prefix=/usr \
--disable-static
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
rm -f "$pkgdir"/usr/lib/libsexy.a
}