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

7 years ago
  1. # Maintainer: Sabart Otto - Seberm <seberm[at]gmail[dot].com
  2. pkgname=cr2fits
  3. pkgver=1
  4. pkgrel=1
  5. pkgdesc="A script to convert RAW images to FITS images."
  6. url=()
  7. arch=('any')
  8. license=('GPL')
  9. install=''
  10. source=(https://github.com/eaydin/cr2fits/blob/master/cr2fits.py)
  11. depends=('python2' 'python2-pyfits' 'dcraw' 'dolphin')
  12. optdepends=()
  13. conflicts=()
  14. provides=''
  15. makedepends=()
  16. package() {
  17. mkdir -p $pkgdir/usr/bin/
  18. cp $srcdir/$pkgname.py $pkgdir/usr/bin/$pkgname.py
  19. chmod 755 $pkgdir/usr/bin/$pkgname.py
  20. }
  21. md5sums=('04924ee6fa2529d57e83603e73516984')