New package: abcde-2.5.4_1

This commit is contained in:
hanspolo 2013-12-29 15:02:46 +01:00
parent ee8acdd20c
commit 7bf93976a3
1 changed files with 18 additions and 0 deletions

18
srcpkgs/abcde/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'abcde'
pkgname=abcde
version=2.5.4
revision=1
makedepends="vorbis-tools cd-discid"
build_style="gnu-makefile"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2"
homepage="http://code.google.com/p/abcde/"
distfiles="http://abcde.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=85b679b970e728a986487adcbff7c51eb0e72f9fa10c4450521f8e029fa6e591
short_desc="A Better CD Encoder"
abcde_package() {
pkg_install() {
vmove all
}
}