blob: cf26ee1ac2b864d11a3abd5206b77bc28d736e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Francisco Gimeno <kikov@fco-gimeno.com>
# Manteiner Jos� Alberto Su�rez L�pez <bass@gentoo.org>
DESCRIPTION="libgnome 1.2 EBook."
EBOOKNAME="gnome"
EBOOKVERSION="1.2"
NOVERSION="1"
EBOOKDESTDIR="libgnome"
. /usr/portage/eclass/inherit.eclass || die
inherit ebook
|