blob: f9f109d0025af50ae2675980b21441eb7415579d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.10.ebuild,v 1.6 2005/02/07 18:27:26 gustavoz Exp $
inherit kde eutils
need-kde 3.1
DESCRIPTION="Utility to ease working with compressed files such as tar.gz/tar.bz2"
HOMEPAGE="http://perso.wanadoo.fr/coquelle/karchiver/"
SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc"
SLOT="0"
IUSE=""
src_unpack() {
kde_src_unpack
epatch ${FILESDIR}/${P}-gcc3.4.patch
}
|