diff options
Diffstat (limited to 'x11/libsexy/APKBUILD')
-rw-r--r-- | x11/libsexy/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/libsexy/APKBUILD b/x11/libsexy/APKBUILD new file mode 100644 index 000000000..64488a0ad --- /dev/null +++ b/x11/libsexy/APKBUILD @@ -0,0 +1,22 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=libsexy +pkgver=0.1.11 +pkgrel=0 +pkgdesc="Doing naughty things to good widgets." +url="http://chipx86.com/wiki/Libsexy" +license="GPL" +subpackages="$pkgname-dev $pkgname-doc" +makedepends="gtk+-dev libxml2-dev iso-codes" +source="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --disable-static + make || return 1 + make DESTDIR="$pkgdir" install + rm -f "$pkgdir"/usr/lib/libsexy.a +} + +md5sums="33c079a253270ec8bfb9508e4bb30754 libsexy-0.1.11.tar.gz" |