void-packages/srcpkgs/asunder/template
2017-11-20 23:28:39 -05:00

20 lines
713 B
Bash

# Template file for 'asunder'
pkgname=asunder
version=2.9.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel libcddb-devel"
# XXX: Still wants: bin/neroAacEnc (AAC nero encoder) bin/mac (monkey's audio)
# bin/mpcenc (Musepack)
depends="cdparanoia lame flac vorbis-tools opus wavpack"
short_desc="Graphical Audio CD ripper and encoder"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://littlesvr.ca/asunder/"
distfiles="http://littlesvr.ca/asunder/releases/asunder-${version}.tar.bz2"
checksum=b9bc0c4ef273c26adde71d735b67ba3da00b79913c0da6c7318cc02873ee4b6e
pre_build() {
sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
}