#Packager: Dimitris Tzemos pkgname=shotwell pkgver=0.26.3 pkgrel=1dj source=(https://download.gnome.org/sources/shotwell/0.26/$pkgname-$pkgver.tar.xz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://yorba.org/shotwell/" doinst() { if [ -x /usr/sbin/update-all ]; then /usr/sbin/update-all fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "shotwell (A digital photo organizer)" "A digital photo organizer designed for the GNOME desktop environment" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --disable-schemas-compile \ --enable-static=no \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }