15 lines
297 B
Bash
15 lines
297 B
Bash
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require cdemu-common [ name=cdemu-client autogen=true ]
|
|
|
|
SLOT="0"
|
|
|
|
DEPENDENCIES="
|
|
build+run:
|
|
app-emulation/cdemud
|
|
dev-lang/python
|
|
dev-libs/glib
|
|
"
|
|
|