#Maintainer: Tomoki Tsuchiya pkgname=shotwell pkgver=0.8.1 pkgrel=1tt #arch=noarch source=(http://www.yorba.org/download/shotwell/0.8/shotwell-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") url=http://www.yorba.org/shotwell/ sourcetemplate=http://people.salixos.org/tsuren/packages/13.1/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "shotwell (digital photo organizer)" "Shotwell is a digital photo organizer designed for the GNOME desktop " "environment. It allows you to import photos from disk or camera, " "organize them in various ways, view them in full-window or fullscreen " "mode, and export them to share with others. " ) 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 }