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

7 years ago
  1. pkgname=mlvdump
  2. pkgver=2016.03.24
  3. pkgrel=1
  4. pkgdesc="Magic Lantern Raw file conversion tool."
  5. arch=('any')
  6. url='http://www.magiclantern.fm/modules/modules/mlv_dump.zip/'
  7. license="GPL"
  8. depends=()
  9. makedepends=('wget')
  10. source=(http://www.magiclantern.fm/modules/modules/mlv_dump.zip/mlv_dump.zip)
  11. md5sums=('197ec9d2d66df8e5820fe4afc9f93301')
  12. package()
  13. {
  14. mkdir -p "$pkgdir/usr/bin"
  15. #cp $srcdir/mlv_dump.linux "$pkgdir/usr/bin/mlvdump"
  16. #chmod 755 "$pkgdir/usr/bin/mlvdump"
  17. install -m755 $srcdir/mlv_dump.linux "$pkgdir/usr/bin/mlvdump" #Filesize differs!!!
  18. }