diff options
Diffstat (limited to 'main/libsexy')
-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 ad2f441bd5..1246adc558 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 } |