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.
 
 

23 lines
563 B

# Maintainer: Sabart Otto - Seberm <seberm[at]gmail[dot].com
pkgname=cr2fits
pkgver=1
pkgrel=1
pkgdesc="A script to convert RAW images to FITS images."
url=()
arch=('any')
license=('GPL')
install=''
source=(https://github.com/eaydin/cr2fits/blob/master/cr2fits.py)
depends=('python2' 'python2-pyfits' 'dcraw' 'dolphin')
optdepends=()
conflicts=()
provides=''
makedepends=()
package() {
mkdir -p $pkgdir/usr/bin/
cp $srcdir/$pkgname.py $pkgdir/usr/bin/$pkgname.py
chmod 755 $pkgdir/usr/bin/$pkgname.py
}
md5sums=('04924ee6fa2529d57e83603e73516984')