blob: 7581a1229501560a80c53149b43bf311f24de5a5 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-0.9.ebuild,v 1.4 2005/11/04 18:11:35 betelgeuse Exp $
inherit gnustep
S=${WORKDIR}/${PN/z/Z}
DESCRIPTION="Zipper is a tool for inspecting the contents of a compressed archive and for extracting."
HOMEPAGE="http://xanthippe.dyndns.org/Zipper/"
SRC_URI="http://xanthippe.dyndns.org/Zipper/${P/z/Z}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND="${GS_DEPEND}
gnustep-libs/renaissance
gnustep-libs/objcunit"
RDEPEND="${GS_RDEPEND}
app-arch/tar
app-arch/unzip
app-arch/lha
app-arch/unlzx"
# what to do about rar? unrar doesn't seem to work right, and rar is intel only
egnustep_install_domain "System"
|