Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
703 B

# Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
pkgname=cr2hdr
pkgver=2014.05.07
pkgrel=1
pkgdesc="Dual ISO image processing tool for Canon DSLR's with Magic Lantern firmware."
arch=('any')
url='https://bitbucket.org/hudson/magic-lantern'
license="GPL"
depends=('perl-image-exiftool' 'dcraw')
optdepends=('octave')
makedepends=('wget' 'p7zip')
source=(
'https://bitbucket.org/rufustfirefly/magic-lantern/downloads/cr2hdr-static.linux.x86.2014-06-19-f9a29c7c0685.7z'
)
md5sums=('a526d2f700603003ade464e0521f8e23')
package() {
mv ${srcdir}/cr2hdr-static.linux.x86.2014-06-19-f9a29c7c0685 ${srcdir}/cr2hdr
mkdir -p "${pkgdir}/usr/bin"
cp -ar ${srcdir}/cr2hdr "${pkgdir}/usr/bin"
}