# Description: A collection of GTK+ widgets that extend the standard widgets. # URL: http://www.chipx86.com/wiki/Libsexy # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: gtk name=libsexy version=0.1.11 release=2 source=(http://releases.chipx86.com/libsexy/libsexy/libsexy-$version.tar.gz libsexy-0.1.11-fix-null-list.patch libsexy-0.1.11-pkgconfig-pollution.patch) build() { cd $name-$version patch -p1 -i $SRC/libsexy-0.1.11-fix-null-list.patch patch -p0 -i $SRC/libsexy-0.1.11-pkgconfig-pollution.patch sed -i -e "/^SUBDIRS = /s/docs //" Makefile.in ./configure --prefix=/usr make make DESTDIR=$PKG install }