16 lines
530 B
Bash
16 lines
530 B
Bash
# Template file for 'gcdemu'
|
|
pkgname=gcdemu
|
|
version=3.2.3
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="gcdemu-${version}"
|
|
build_style=cmake
|
|
hostmakedepends="python3 intltool"
|
|
depends="cdemu-daemon python3-gobject libnotify gtk+3"
|
|
short_desc="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=e4794a36f932e1044cdb04eac506bdc3bb3c9cbad6a8a1a463472305b90a7ea7
|