void-packages/srcpkgs/k3b/template
2018-06-05 09:13:30 +02:00

23 lines
874 B
Bash

# Template file for 'k3b'
pkgname=k3b
version=18.04.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake"
makedepends="kcmutils-devel kfilemetadata5-devel knewstuff-devel
knotifyconfig-devel lame-devel libXft-devel libcddb-devel libdvdread-devel
libkcddb-devel libmad-devel libmpcdec-devel libmusicbrainz5-devel
libsamplerate-devel"
short_desc="CD/DVD Kreator for Linux"
depends="cdrdao cdrtools dvd+rw-tools"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="https://github.com/KDE/k3b"
distfiles="https://github.com/KDE/k3b/archive/v${version}.tar.gz"
checksum=46e49323a8e6f2273fa2a2eae952d8be426ebb2c2c76f5011dfab3e004369899
case "$XBPS_TARGET_MACHINE" in
*-musl)
# missing fstab.h
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/6208/steps/shell_3/logs/stdio" ;;
esac