blob: abc88ed346419c8e5b6e136faa4d3c016cbdec2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-cd-burner/nautilus-cd-burner-0.4.0.ebuild,v 1.2 2003/08/07 03:42:03 vapier Exp $
inherit gnome2 debug
DESCRIPTION="CDR plugin for Nautilus"
SRC_URI="http://ftp.acc.umu.se/pub/GNOME/sources/nautilus-cd-burner/0.4/${P}.tar.gz"
HOMEPAGE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
RDEPEND=">=gnome-base/nautilus-2.1
>=gnome-base/gnome-vfs-2.1.3"
DEPEND=">=dev-util/intltool-0.18
>=dev-util/pkgconfig-0.12.0
${RDEPEND}"
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README"
|