void-packages/srcpkgs/asunder/template
2017-06-22 15:00:45 +02:00

20 lines
711 B
Bash

# Template file for 'asunder'
pkgname=asunder
version=2.9
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=12a0329871c938344954f9c10cd4391c630ba0d5b976023cbf91f6b915ff5467
pre_build() {
sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
}