16 lines
614 B
Bash
16 lines
614 B
Bash
# Template file for 'cdemu-client'
|
|
pkgname=cdemu-client
|
|
version=3.2.1
|
|
revision=1
|
|
archs=noarch
|
|
build_style=cmake
|
|
configure_args="-DCMAKE_INSTALL_COMPLETIONSDIR=/usr/share/bash-completion/completions"
|
|
hostmakedepends="python3 intltool pkg-config"
|
|
depends="cdemu-daemon python3-gobject"
|
|
short_desc="Simple command-line client for controlling CDEmu daemon"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://cdemu.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/cdemu/cdemu-client-${version}.tar.bz2"
|
|
checksum=e54d2f5686d27bd49e65b84542fb2446ef349c27fa17ee14675d98bd311115b5
|