# Maintainer: Carlos Aznarán # Contributor: Antonio Rojas # Contributor: Ronald van Haren # Contributor: Damir Perisa _base=Celestia pkgname=${_base,,} pkgver=1.6.4 pkgrel=2 pkgdesc="Real-time space simulation" arch=(x86_64) license=(GPL) url="https://${pkgname}project.space" depends=(gtk2 libtheora lua gtkglext freeglut libxmu glu libjpeg-turbo mesa) options=('!makeflags') source=(https://github.com/${_base}Project/${_base}/archive/${pkgver}/${_base}-${pkgver}.tar.gz m4.patch::https://github.com/${_base}Project/${_base}/pull/2173.patch) sha512sums=('58f5e55bcb193f89202663a2af8dbb920fa5bd4e893c0ec1884488b238d459d91ffc750b6b7a71653bdbe9e79e88d785020f9b189df8fad750bea39bf995a91c' 'd9fe5c8d100c5eabeb177ad42a199b2591cc43cda3dd87cbc714e54654349da04c2bc76cfe3f2bf490b5e7f4b98dcc3aaf74b3a1921b50de3f1a67125f277ba1') prepare() { cd ${_base}-${pkgver} patch -p1 -i ../m4.patch } build() { cd ${_base}-${pkgver} autoreconf -vi ./configure --prefix=/usr \ --with-lua=/usr \ --datadir=/usr/share \ --with-gtk \ --disable-rpath \ --with-lua make } package() { cd ${_base}-${pkgver} make DESTDIR="${pkgdir}" MKDIR_P='mkdir -p' install }