git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8a6b03e
Branches
Tags
master
keks-overlay.git
sci-geosciences
tiles
tiles-1.ebuild
tiles meta-package
Hanno Böck
commited
8a6b03e
at 2007-11-09 15:05:53
tiles-1.ebuild
Blame
History
Raw
# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://foo.bar.com/" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/perl-File-Spec dev-perl/Math-VecStat dev-perl/Math-Vec dev-perl/libwww-perl dev-perl/GD app-text/xmlstarlet media-gfx/pngcrush media-gfx/inkscape app-arch/zip dev-util/subversion media-fonts/dejavu" src_compile() { einfo Just a meta package } src_install() { einfo Installed all deps for tiles at home }