From b6f09a03ac9e8005c4058b2be0a6d20be052ea7f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Jul 2010 10:14:08 +0000 Subject: main/libsexy: move .so to -dev package ref #384 --- main/libsexy/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/libsexy/APKBUILD b/main/libsexy/APKBUILD index ad2f441bd5..1246adc558 100644 --- a/main/libsexy/APKBUILD +++ b/main/libsexy/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 } -- cgit v1.2.3