15 lines
529 B
Bash
15 lines
529 B
Bash
# Template file for gcdemu'
|
|
pkgname=gcdemu
|
|
version=3.2.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="gcdemu-${version}"
|
|
build_style=cmake
|
|
hostmakedepends="python3 intltool"
|
|
depends="cdemu-daemon python3-gobject libnotify gtk+3"
|
|
short_desc="A GTK application 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/gcdemu-${version}.tar.bz2"
|
|
checksum=6cd6b6f22b329bf487f07189050d1750161ecf99a532ce3a85211809fe57a418
|