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.

19 lines
617 B

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