# Maintainer: BenObiWan pkgname=zelda-roth-se pkgver=1.0.3 pkgrel=1 epoch= pkgdesc="Zelda : Return of the Hylian solarus edition." 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/$pkgname/$pkgname-$pkgver.tar.gz) noextract=() md5sums=('fdddc764e0515d99a122f219f41836b0') 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 }