#Packager: George Vlahavas pkgname=libsexy pkgver=0.1.11 pkgrel=1gv arch=x86_64 source=(http://releases.chipx86.com/libsexy/libsexy/libsexy-0.1.11.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.chipx86.com/w/index.php/Libsexy slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libsexy (a collection of GTK+ widgets)" "libsexy is a collection of GTK+ widgets that extend the functionality" "of such standard widgets as GtkEntry and GtkLabel by subclassing them" "and working around the limitations of the widgets." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }