summaryrefslogtreecommitdiff
blob: 071e307f88a014555cba7c0fd2a59f6bf6ac279b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="KDE frontend to fuseiso"
HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FuseIso"
SRC_URI="http://ubiz.ru/dm/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="sys-fs/fuseiso"
RDEPEND="$DEPEND"

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