19 lines
628 B
Bash
19 lines
628 B
Bash
# Template file for 'asunder'
|
|
pkgname=asunder
|
|
version=3.0.2
|
|
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=b71341d746ccf56aa77b1785c6af81aa641d084ac3d34b78beb537618848b64b
|
|
|
|
pre_build() {
|
|
vsed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
|
|
}
|