# $Id: PKGBUILD 59254 2011-11-22 03:06:06Z ebelanger $ # Maintainer: Stefan Husmann pkgname=fotoxx pkgver=11.11.1 pkgrel=3 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils') optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning') install=fotoxx.install source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") md5sums=('c51f6682639bd7d2e5f1df4d03f09e53') build() { cd "$srcdir/$pkgname-$pkgver" sed -e 's+xdg-deskto+#xdg-deskto+' -e 's/kornelix-//' -i Makefile make PREFIX=/usr } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" PREFIX=/usr install }