summaryrefslogtreecommitdiff
path: root/community/gnome-web-photo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-web-photo/PKGBUILD')
-rw-r--r--community/gnome-web-photo/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/gnome-web-photo/PKGBUILD b/community/gnome-web-photo/PKGBUILD
new file mode 100644
index 000000000..e354d0386
--- /dev/null
+++ b/community/gnome-web-photo/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 68361 2012-03-23 03:17:03Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Phillip Smith <fukawi2@NO-SPAM.gmail.com>
+# Contributor: Adam <adam@russ.co.il>
+
+pkgname=gnome-web-photo
+pkgver=0.10.5
+pkgrel=2
+pkgdesc="Generate full-size image files and thumbnails from HTML files and web pages"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/gnome-web-photo/"
+license=('LGPL')
+depends=('libwebkit3')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b76a116af977e0b30ed82e50dc5c41827f257502c357eeda42347ebfabcdd7f5')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}