diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/libraw | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/libraw')
-rw-r--r-- | community/libraw/PKGBUILD | 35 | ||||
-rw-r--r-- | community/libraw/libraw.changelog | 20 |
2 files changed, 0 insertions, 55 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD deleted file mode 100644 index c6492c0fd..000000000 --- a/community/libraw/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 99878 2013-10-31 02:14:23Z allan $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Ionut Biru <ibiru@archlinux.org> -# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> -# Contributor: Brad Fanella <bradfanella@archlinux.us> - -pkgname=libraw -pkgver=0.15.4 -pkgrel=2 -pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" -arch=('i686' 'x86_64') -url="http://www.libraw.org/" -license=('CDDL' 'LGPL' 'custom') -depends=('lcms') -options=('!makeflags') -changelog=$pkgname.changelog -source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz) -sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79') - -build() { - cd ${srcdir}/LibRaw-${pkgver} - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/LibRaw-${pkgver} - - make DESTDIR=${pkgdir} install - -#license - install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \ - ${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf -} diff --git a/community/libraw/libraw.changelog b/community/libraw/libraw.changelog deleted file mode 100644 index 0c3b4b6fa..000000000 --- a/community/libraw/libraw.changelog +++ /dev/null @@ -1,20 +0,0 @@ -2013-09-03 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.15.4-1 - -2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.15.2-1 - -2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.14.8-1 - -2012-09-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.14.7-1 - -2012-04-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.14.6-1 - -2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.14.5-1 - -2011-12-13 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * libraw 0.14.4-1 |