void-packages/srcpkgs/asunder/template

19 lines
628 B
Bash

# Template file for 'asunder'
pkgname=asunder
version=3.0.1
revision=1
build_style=gnu-configure
hostmakedepends="intltool pkg-config"
makedepends="gtk+-devel libcddb-devel"
depends="cdparanoia flac lame opus vorbis-tools wavpack"
short_desc="Graphical Audio CD ripper and encoder"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="http://littlesvr.ca/asunder/"
distfiles="http://littlesvr.ca/asunder/releases/asunder-${version}.tar.bz2"
checksum=8868e2e1b97b6687c800e7f612262a316bb857edd39883768ce628b6d253376b
pre_build() {
vsed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
}