updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / gallery / PKGBUILD
blobc36d8c9b6dc188b9c03cba885643b7b7c17c76a5
1 pkgname=gallery
2 pkgver=3.0
3 pkgrel=1
4 pkgdesc="Open source web based photo album organizer"
5 arch=(any)
6 url="http://gallery.menalto.com"
7 license=('GPL')
8 depends=('php>=5.0.6')
9 optdepends=('imagemagick: to process images (or netpbm, gd, or graphicsmagick)'
10             'netpbm: to process images (or imagemagick, gd, or graphicsmagick)'
11             'gd: to process images (or imagemagick, netpbm, or graphicsmagick)'
12             'graphicsmagick: to process images (or imagemagick, netpbm, or gd)'
13             'jhead: to extract EXIF data from images'
14             'ffmpeg: to create thumbnails for movies'
15             'dcraw: to process RAW images produced by high end digital cameras'
16             'zip: required for the zip download module'
17             'unzip: required for the archive upload module')
18 source=(http://downloads.sourceforge.net/gallery/$pkgname-$pkgver.zip)
19 md5sums=('d6862ffc036bb9b01f194b26574719b3')
21 build() {
22   mkdir -p "$pkgdir/srv/http"
23   cp -a "$srcdir/gallery3" "$pkgdir/srv/http/gallery3installer"
26 # vim:set ts=2 sw=2 et: