# Maintainer: Natanael Copa pkgname=libsexy pkgver=0.1.11 pkgrel=1 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"