Celeste 8d018fced9 testing/schismtracker: upgrade to 20230906
also, build with FLAC support,
and switch project URL to HTTPS
2023-09-22 11:14:05 +00:00

49 lines
950 B
Plaintext

# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=schismtracker
pkgver=20230906
pkgrel=0
pkgdesc="Oldschool sample-based music composition tool"
url="https://schismtracker.org/"
arch="all"
license="GPL-2.0-or-later"
depends="python3"
makedepends="
alsa-lib-dev
automake
autoconf
flac-dev
libxext-dev
libxv-dev
python3-dev
sdl2-dev
"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/schismtracker/schismtracker/archive/refs/tags/$pkgver.tar.gz"
prepare() {
default_prepare
# Prevent aports git date from being used as PACKAGE_VERSION
GIT_DIR=. autoreconf -fvi
}
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
d2446784de38cf1dcb1376aec5c2ca4017af686445c2e546a4fe9536818f6d168e3699c759fc5682e0e61b3389f6836cd069797b057e3b8bcf1b59fdeae669fc schismtracker-20230906.tar.gz
"