16 lines
511 B
Bash
16 lines
511 B
Bash
|
# Template file for gcdemu'
|
||
|
pkgname=gcdemu
|
||
|
version=3.1.0
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="gcdemu-${version}"
|
||
|
build_style=cmake
|
||
|
hostmakedepends="python intltool"
|
||
|
depends="cdemu-daemon python-gobject libnotify gtk+3"
|
||
|
short_desc="A GTK application for controlling CDEmu daemon"
|
||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://cdemu.sourceforge.net"
|
||
|
distfiles="${SOURCEFORGE_SITE}/cdemu/gcdemu-3.1.0.tar.bz2"
|
||
|
checksum=025c801300aa6ef13b9da484d8bd1ec2774c53e898942d44a43b4d27c0e0b666
|