summaryrefslogtreecommitdiff
blob: 02f49dcd9fe57af1bdf67db4e3421c3b305d5914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

MY_PN="${PN/h/H}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Qt4 Open Source Auto ISO Image Mounter"
HOMEPAGE="http://www.hyperray.net/hyperget/haim-holoox-auto-iso-mounter"
SRC_URI="http://hyperray.org/Products/${MY_PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"

DEPEND="x11-libs/qt-gui:4"
RDEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_PN}"

src_install(){
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc Readme || die "dodoc failed"
}