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.
|
pkgname=mlv2dng
|
|
pkgver=2013.09.02
|
|
pkgrel=1
|
|
pkgdesc="Magic Lantern Raw file conversion tool."
|
|
arch=('any')
|
|
url='https://www.bitbucket.org/gnarr/mlv2dng'
|
|
license="GPL"
|
|
depends=()
|
|
makedepends=('wget')
|
|
source=(https://dl.dropboxusercontent.com/u/3181048/mlv2dng_linux.zip)
|
|
md5sums=('8722547d51a3fe81ae38a3bf3da9c6dc')
|
|
|
|
package()
|
|
{
|
|
mkdir -p "$pkgdir/usr/bin"
|
|
install -m755 $srcdir/mlv2dng "$pkgdir/usr/bin"
|
|
}
|