# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="List of all known ID's used in PCI devices." HOMEPAGE="http://pciids.sourceforge.net/" SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/pci.ids-${PV}.gz" LICENSE="|| ( GPL-2 BSD )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="gzip" DEPEND="" RDEPEND="" S="${WORKDIR}" src_install() { mv pci.ids-${PV} pci.ids use gzip && gzip pci.ids insinto "/usr/share/misc" doins pci.ids* }