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.

17 lines
404 B

7 years ago
  1. pkgname=mlv2dng
  2. pkgver=2013.09.02
  3. pkgrel=1
  4. pkgdesc="Magic Lantern Raw file conversion tool."
  5. arch=('any')
  6. url='https://www.bitbucket.org/gnarr/mlv2dng'
  7. license="GPL"
  8. depends=()
  9. makedepends=('wget')
  10. source=(https://dl.dropboxusercontent.com/u/3181048/mlv2dng_linux.zip)
  11. md5sums=('8722547d51a3fe81ae38a3bf3da9c6dc')
  12. package()
  13. {
  14. mkdir -p "$pkgdir/usr/bin"
  15. install -m755 $srcdir/mlv2dng "$pkgdir/usr/bin"
  16. }