20 lines
713 B
Bash
20 lines
713 B
Bash
# Template file for 'asunder'
|
|
pkgname=asunder
|
|
version=2.9.1
|
|
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=401d29d2ea5e6a70cb1485edd6ae5bfaf495fc02d3f0322991c8d6cbbbb2c6fb
|
|
|
|
pre_build() {
|
|
sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
|
|
}
|