#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=shotwell pkgver=0.23.0 pkgrel=1rl #arch=noarch source=(https://download.gnome.org/sources/shotwell/0.23/$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/" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') 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 \ --lib=lib${LIBDIRSUFFIX} \ --disable-desktop-update \ --disable-icon-update \ --disable-schemas-compile make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }