# $Id: PKGBUILD 59840 2011-12-01 01:26:04Z ebelanger $ # Maintainer: Stefan Husmann pkgname=fotoxx pkgver=11.12 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" arch=('i686' 'x86_64') 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=('3734fc182c9002f45c664f7b0e42314d') 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 }