From 5d8f74148ddc88d96794a963f676c658959c37d9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 2 Aug 2009 12:46:03 +0000 Subject: x11/libsexy: new aport Doing naughty things to good widgets. http://chipx86.com/wiki/Libsexy --- x11/libsexy/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11/libsexy/APKBUILD diff --git a/x11/libsexy/APKBUILD b/x11/libsexy/APKBUILD new file mode 100644 index 0000000000..64488a0ad9 --- /dev/null +++ b/x11/libsexy/APKBUILD @@ -0,0 +1,22 @@ +# Maintainer: Natanael Copa +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" -- cgit v1.2.3