Christian Wiese
13 years ago
5 changed files with 72 additions and 4 deletions
@ -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 |
@ -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" |
@ -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 |
Loading…
Reference in new issue