New package: vorbis-tools_1.4.0_1

This commit is contained in:
hanspolo 2013-12-29 12:58:48 +01:00
parent 6ad23894b3
commit ee8acdd20c

View file

@ -0,0 +1,19 @@
# Template file for 'vorbis-tools'
pkgname=vorbis-tools
version=1.4.0
revision=1
hostmakedepends="pkg-config"
makedepends="libogg-devel libvorbis-devel"
build_style="gnu-configure"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2"
homepage="http://www.vorbis.com/"
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
checksum=a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc
short_desc="Tools for Vorbis-Codecs e.g. oggenc and oggdec"
vorbis-tools_package() {
pkg_install() {
vmove all
}
}