#Packager: George Vlahavas pkgname=unico pkgver=1.0.2 pkgrel=1gv source=("https://launchpad.net/unico/1.0/1.0.2/+download/unico-1.0.2.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://launchpad.net/unico slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "unico (The Unico GTK+ theming engine)" "Unico is a Gtk+ engine that aims to be the more complete yet powerful" "theming engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine" "written with Gtk+ style context APIs in mind, using CSS as first class" "citizen." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }