Browse Source

pciids: Added pciids 2012.01.14 - PCI ID's database (splitted out from pciutils)

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
33b2af197c
  1. 16
      base/pciids/pciids.cache
  2. 20
      base/pciids/pciids.conf
  3. 35
      base/pciids/pciids.desc
  4. 4
      base/pciutils/pciutils.conf
  5. 1
      base/pciutils/pciutils.desc

16
base/pciids/pciids.cache

@ -0,0 +1,16 @@
[TIMESTAMP] 1326834981 Tue Jan 17 22:16:21 2012
[BUILDTIME] 0 (5)
[SIZE] 0.71 MB, 7 files
[DEP] bash
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] fhs
[DEP] findutils
[DEP] gawk
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] sed

20
base/pciids/pciids.conf

@ -0,0 +1,20 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pciids/pciids.conf
# Copyright (C) 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
autoextract=0
pkg_pciids_custmain() {
bzcat $( match_source_file -p pciids-${ver} ) > $root$datadir/pci.ids
}
custmain="pkg_pciids_custmain"

35
base/pciids/pciids.desc

@ -0,0 +1,35 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../pciids/pciids.desc
[COPY] Copyright (C) 2012 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] PCI ID's database
[T] The pciids package provides the PCI ID's database including all known ID's
[T] of vendors, devices, subsystems and device classes of PCI devices.
[T] It is used in various programs to display full human-readable names instead
[T] of cryptic numeric codes.
[U] http://pciids.sourceforge.net/
[A] Martin Mares <mj@ucw.cz>
[A] Michal Vaner <vorner@ucw.cz>
[M] Christian Wiese <chris@opensde.org>
[C] base/system
[L] GPL BSD
[S] Stable
[V] 2012.01.14
[P] X -?---5---9 109.000
[D] 2498791216 pciids-2012.01.14.bz2 !http://pci-ids.ucw.cz/v2.2/pci.ids.bz2

4
base/pciutils/pciutils.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pciutils/pciutils.conf
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2006 - 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -37,8 +37,6 @@ hook_add preconf 3 "pciutils_preconf"
# always install the library and header files
var_append makeinstopt ' ' "install-lib"
hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > $root$datadir/pci.ids"
if pkginstalled gzip; then
# HACK: LDFLAGS is used before the objects, so the given -lz is ignored
var_append GCC_WRAPPER_APPEND '-c?:-lz'

1
base/pciutils/pciutils.desc

@ -33,4 +33,3 @@
[P] X -?---5---9 109.000
[D] 3725660743 pciutils-3.1.8.tar.gz ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
[D] 2498791216 pci.ids-2012-01-14.bz2 !http://pci-ids.ucw.cz/v2.2/pci.ids.bz2

Loading…
Cancel
Save