21 lines
724 B
Bash
21 lines
724 B
Bash
# Template file for 'asunder'
|
|
pkgname=asunder
|
|
version=2.9.3
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://littlesvr.ca/asunder/"
|
|
distfiles="http://littlesvr.ca/asunder/releases/asunder-${version}.tar.bz2"
|
|
checksum=8533c634802a6e830c887015eb169f4807de6539ae3d373620c81be05a886098
|
|
|
|
pre_build() {
|
|
sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
|
|
}
|