c16374a02f
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1209 6952d904-891a-0410-993b-d76249ca496b
29 lines
704 B
Bash
29 lines
704 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
inherit qt4 cmake-utils multilib
|
|
|
|
DESCRIPTION="Qt lightScribe - OS labeler for Linux"
|
|
HOMEPAGE="http://sourceforge.net/projects/qlscribe/"
|
|
SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="debug multilib"
|
|
|
|
RDEPEND="x11-libs/qt-gui:4
|
|
app-cdr/liblightscribe
|
|
amd64? ( app-emulation/emul-linux-x86-baselibs )"
|
|
DEPEND="${RDEPEND}
|
|
dev-util/cmake[qt4]"
|
|
|
|
mycmakeargs="-DDBUS_SYSTEM_POLICY_DIR=/etc/dbus-1/system.d
|
|
-DDBUS_SYSTEM_SERVICE_DIR=/usr/share/dbus-1/services"
|
|
|
|
src_install() {
|
|
cmake-utils_src_install
|
|
}
|