18 lines
641 B
Bash
18 lines
641 B
Bash
# Template file for 'asunder'
|
|
pkgname=asunder
|
|
version=2.9.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="intltool pkg-config"
|
|
makedepends="gtk+-devel libcddb-devel"
|
|
depends="MonkeysAudio 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=ea3c7fa65b2373461eb3d9f929aa85499aa00359a43dbbd80d1e1f48056a96f9
|
|
|
|
pre_build() {
|
|
vsed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
|
|
}
|