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

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