# Maintainer: BenObiWan # Contributor: Sam101 # Contributor: BenObiWan # Contributor: Huulivoide pkgname=zsxd pkgver=1.10.2 pkgrel=5 epoch= pkgdesc="Free and opensource, amateur Zelda game with humoristic characters." arch=('any') url="http://www.zelda-solarus.com/" license=('custom') groups=() depends=('solarus>=1.4.0') makedepends=('zip' 'cmake') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=(http://www.zelda-solarus.com/downloads/zsxd/$pkgname-$pkgver.tar.gz) noextract=() md5sums=('5221e9741fe6a06bf12ff23ceb5021b0') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i "s/echo 'solarus /echo 'solarus_run /" CMakeLists.txt cmake -D CMAKE_INSTALL_PREFIX="/usr" -D CMAKE_BUILD_TYPE=Release . make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" PREFIX="/usr" install }