2009-08-20 20:05:04 +02:00
|
|
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2009-08-20 19:46:51 +02:00
|
|
|
require cdemu-common [ name=cdemu-client autogen=true ]
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
build+run:
|
|
|
|
app-emulation/cdemud
|
|
|
|
dev-lang/python
|
|
|
|
dev-libs/glib
|
2009-10-12 00:24:47 +02:00
|
|
|
dev-python/dbus-python
|
2009-08-20 19:46:51 +02:00
|
|
|
"
|
|
|
|
|