20 lines
730 B
Bash
20 lines
730 B
Bash
# Template file for 'asunder'
|
|
pkgname=asunder
|
|
version=2.9.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="intltool pkg-config"
|
|
makedepends="gtk+-devel libcddb-devel"
|
|
# XXX: Still wants: bin/neroAacEnc (AAC nero encoder) bin/mac (monkey's audio)
|
|
# bin/mpcenc (Musepack)
|
|
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=64ce1159e237ec5fa785fe1e98f4e176f27e3b043f1ed0a058948f2cbe323d19
|
|
|
|
pre_build() {
|
|
sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
|
|
}
|