blob: 789c935ac8f8c5a2f38b59130eb19433a609581e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/plconv/plconv-0.1.ebuild,v 1.1 2007/09/10 21:00:36 voyageur Exp $
inherit gnustep-2
DESCRIPTION="Command-line tool for converting between different property-list formats"
HOMEPAGE="http://home.gna.org/pmanager/"
SRC_URI="http://download.gna.org/pmanager/0.2/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
|