diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 10:14:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 10:14:08 +0000 |
commit | b6f09a03ac9e8005c4058b2be0a6d20be052ea7f (patch) | |
tree | 3c6b1826f6793b91bea0971270001c3c5fa160d2 /main/libsexy/APKBUILD | |
parent | e190b10f2a9dad34f906a920429092a75c89c42c (diff) | |
download | aports-b6f09a03ac9e8005c4058b2be0a6d20be052ea7f.tar.bz2 aports-b6f09a03ac9e8005c4058b2be0a6d20be052ea7f.tar.xz |
main/libsexy: move .so to -dev package
ref #384
Diffstat (limited to 'main/libsexy/APKBUILD')
-rw-r--r-- | main/libsexy/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/libsexy/APKBUILD b/main/libsexy/APKBUILD index ad2f441bd..1246adc55 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 } |