abcde: fix installation.

This commit is contained in:
Juan RP 2015-10-12 11:24:02 +02:00
parent d56c3eca9d
commit ce13f6aeff

View file

@ -5,10 +5,13 @@ revision=1
noarch=yes
conf_files="/etc/${pkgname}.conf"
depends="cd-discid vorbis-tools perl"
build_style=gnu-makefile
maintainer="Juan RP <xtraeme@voidlinux.eu>"
short_desc="A Better CD Encoder"
license="GPL-2"
homepage="http://abcde.einval.com/"
distfiles="http://abcde.einval.com/download/abcde-${version}.tar.gz"
checksum=3401e39785b20edee843d4d875b47d2b559f764681c482c4491a8c8ba605f250
do_install() {
make prefix=${DESTDIR}/usr sysconfdir=${DESTDIR}/etc install
}