16 lines
501 B
Bash
16 lines
501 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/keyarcher/keyarcher-0.1.ebuild,v 1.4 2008/03/08 13:34:44 coldwind Exp $
|
|
|
|
inherit gnustep-2
|
|
|
|
MY_PN="KeyArcher"
|
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
|
|
|
DESCRIPTION="Reads keyed archives content"
|
|
HOMEPAGE="http://home.gna.org/pmanager/"
|
|
SRC_URI="http://download.gna.org/pmanager/0.2/${MY_PN}-${PV}.tar.bz2"
|
|
|
|
KEYWORDS="amd64 ppc x86"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|