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
570 B

  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=skychart-data-pictures
  3. pkgver=4.0
  4. pkgrel=1
  5. _pkgver=4.0-3421
  6. pkgdesc="Pictures for objects in 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://ayera.dl.sourceforge.net/project/skychart/2-catalogs/Nebulea/${pkgname}-${_pkgver}-linux_all.tar.bz2"
  14. )
  15. md5sums=('eb0a3cae10d054eec53db6286b0eee81')
  16. package() {
  17. mkdir -p ${pkgdir}/usr
  18. cp -R ${srcdir}/* ${pkgdir}/usr/
  19. }