13 lines
232 B
Bash
13 lines
232 B
Bash
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require cdemud
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
DEPENDENCIES+="
|
|
build+run:
|
|
dev-libs/libdaemon[>=0.10]
|
|
"
|
|
|