#Packager: George Vlahavas pkgname=retrosmart-icon-theme pkgver=0.2 pkgrel=1gv arch=noarch source=("https://github.com/mdomlop/retrosmart-icon-theme/archive/0.2.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "credits") url=https://github.com/mdomlop/retrosmart-icon-theme slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "retrosmart-icon-theme (a set of icons based on the Haiku OS look)" "Retrosmart icon theme is a set of icons mainly based on the Haiku OS" "look. Mainly the icons were taked from that project (with MIT license," "and therefore GPL compatible), some others were created from scratch" "or crafted from other forgotten sources in the internet (with unknown" "licenses)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }