summaryrefslogtreecommitdiff
path: root/community/fotoxx/PKGBUILD
blob: b253d453bef712c9b8a74c2a0b19e5d2c6fb3b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 59254 2011-11-22 03:06:06Z ebelanger $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

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
}