summaryrefslogtreecommitdiff
path: root/community/libraw/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-07 11:25:20 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-07 11:25:20 -0300
commitea72eac0bc0d1abf4f6008383a8cf96bff0476da (patch)
treec6d9bfd076e21295939291fbf187f33d49de5538 /community/libraw/PKGBUILD
parent6ba17fd7084afd34f49d65a2d214a0c9617b4cd4 (diff)
parent93a9cde1226d0c82849bc71ff4d481d3d2698dc1 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/avidemux/PKGBUILD extra/kdesdk/PKGBUILD extra/swh-plugins/PKGBUILD kde-unstable/kdesdk/PKGBUILD multilib/nspluginwrapper/PKGBUILD
Diffstat (limited to 'community/libraw/PKGBUILD')
-rw-r--r--community/libraw/PKGBUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD
index 7476fdd31..1e4ff5faf 100644
--- a/community/libraw/PKGBUILD
+++ b/community/libraw/PKGBUILD
@@ -1,9 +1,11 @@
-# $Id: PKGBUILD 41732 2011-03-08 17:21:40Z ibiru $
+# $Id: PKGBUILD 48795 2011-06-05 19:15:38Z bfanella $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
pkgname=libraw
_pkgbasename=LibRaw
-pkgver=0.13.2
+pkgver=0.13.5
pkgrel=1
pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,16 +14,17 @@ license=('CDDL' 'LGPL' 'custom')
depends=('lcms')
options=('!makeflags')
source=(http://www.libraw.org/data/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('e92895f6b8f975be63f59448c1b8a79b')
+md5sums=('bf6894f6a60b411da012f58a0954e910')
build() {
- cd ${srcdir}/${_pkgbasename}-${pkgver}
- ./configure --prefix=/usr
- make
+ cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
}
package() {
- cd ${srcdir}/${_pkgbasename}-${pkgver}
+ cd ${srcdir}/${_pkgbasename}-${pkgver}
- make DESTDIR=${pkgdir} install
+ make DESTDIR=${pkgdir} install
}