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.
|
# Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
|
|
|
|
pkgname=mlvdump
|
|
pkgver=2016.03.24
|
|
pkgrel=1
|
|
pkgdesc="Magic Lantern Raw file conversion tool."
|
|
arch=('any')
|
|
url='http://www.magiclantern.fm/modules/modules/mlv_dump.zip/'
|
|
license="GPL"
|
|
makedepends=('wget')
|
|
source=(
|
|
'https://www.magiclantern.fm/modules/modules/mlv_dump.zip/mlv_dump.zip'
|
|
)
|
|
md5sums=('197ec9d2d66df8e5820fe4afc9f93301')
|
|
|
|
package() {
|
|
mkdir -p "${pkgdir}/usr/bin"
|
|
install -m755 ${srcdir}/mlv_dump.linux "${pkgdir}/usr/bin/mlvdump"
|
|
}
|