# Contributor: Horst Burkhardt # Maintainer: Horst Burkhardt pkgname=schismtracker pkgver=20180209 pkgrel=0 pkgdesc="A highly portable Impulse Tracker clone" url="http://schismtracker.org/" arch="all" license="GPL-2.0-only" options="!check" # No test suite. depends="" makedepends="libtool sdl-dev sdl2-dev libx11-dev libxdmcp-dev libxau-dev libxext-dev libbsd-dev" source="schismtracker-20180209.tar.gz::https://github.com/schismtracker/schismtracker/archive/20180209.tar.gz" build() { cd "$builddir" autoreconf -i ./configure \ --enable-extra-opt \ --enable-fortify-source \ --prefix=/usr make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="0bc5b43dd491db8b63d4a0c980a25b48c1e91a113633a034ea3281d664c52b13bcae7a0b8e12d6862b39078b544e0c91721f8a73e3f0536f3b748f548c701140 schismtracker-20180209.tar.gz"