24 lines
874 B
Bash
24 lines
874 B
Bash
# Template file for 'k3b'
|
|
pkgname=k3b
|
|
version=18.04.0
|
|
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=bd120bd9618ab6de621cb0246a0c19addc89144880fdbc03ec633dfcbc2d9b29
|
|
|
|
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
|