# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-105.ebuild,v 1.2 2005/01/01 13:17:38 eradicator Exp $ # the SRC_URI always has the same file name ... make sure you # `rm ${DISTDIR}/lg-base.tar.gz` and make a new digest with # every version bump DESCRIPTION="Linux Gazette - common files" HOMEPAGE="http://linuxgazette.net/" SRC_URI="mirror://gentoo/lg-base-${PV}.tar.gz" #SRC_URI="http://linuxgazette.net/ftpfiles/lg-base.tar.gz" LICENSE="OPL" SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="" S=${WORKDIR}/lg src_install() { dodir /usr/share/doc/linux-gazette mv * ${D}/usr/share/doc/linux-gazette/ }