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.

21 lines
554 B

  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=skychart-data-dso
  3. pkgver=4.0
  4. pkgrel=1
  5. _pkgver=4.0-3431
  6. pkgdesc="DSO data of the SAC database for skychart / Cartes du Ciel"
  7. arch=(any)
  8. license=(GPL)
  9. url="http://www.ap-i.net/skychart/start"
  10. depends=('skychart')
  11. makedepends=('bzip2')
  12. source=(
  13. "https://datapacket.dl.sourceforge.net/project/skychart/2-catalogs/Nebulea/${pkgname}-${_pkgver}-linux_all.tar.bz2"
  14. )
  15. md5sums=('2c5c31bbbb7c30dec7be4b00a1201675')
  16. package() {
  17. mkdir -p ${pkgdir}/usr
  18. cp -R ${srcdir}/* ${pkgdir}/usr/
  19. }