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
513 B

7 years ago
7 years ago
7 years ago
  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=mlvdump
  3. pkgver=2016.03.24
  4. pkgrel=1
  5. pkgdesc="Magic Lantern Raw file conversion tool."
  6. arch=('any')
  7. url='http://www.magiclantern.fm/modules/modules/mlv_dump.zip/'
  8. license="GPL"
  9. makedepends=('wget')
  10. source=(
  11. 'https://www.magiclantern.fm/modules/modules/mlv_dump.zip/mlv_dump.zip'
  12. )
  13. md5sums=('197ec9d2d66df8e5820fe4afc9f93301')
  14. package() {
  15. mkdir -p "${pkgdir}/usr/bin"
  16. install -m755 ${srcdir}/mlv_dump.linux "${pkgdir}/usr/bin/mlvdump"
  17. }