Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2366 - pciutils-2.1.9.ebuild lacks development install targets
Summary: pciutils-2.1.9.ebuild lacks development install targets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 2371
  Show dependency tree
 
Reported: 2002-05-02 19:14 UTC by Bart Lauwers
Modified: 2002-05-02 20:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Lauwers 2002-05-02 19:14:36 UTC
Hi,

 The ebuild for pciutils does not install headers nor library. This makes it
hard to install programs that try to incorporate these functions. (like
nv-tv-out for example...)

 The patch below adds the files needed.

# diff -Naur sys-apps/pciutils/pciutils-2.1.9.ebuild.ORG
sys-apps/pciutils/pciutils-2.1.9.ebuild
--- sys-apps/pciutils/pciutils-2.1.9.ebuild.ORG   Fri May  3 03:58:44 2002
+++ sys-apps/pciutils/pciutils-2.1.9.ebuild       Fri May  3 03:55:10 2002
@@ -40,5 +40,9 @@

        insinto /usr/share/misc
        doins pci.ids
+
+       insinto /usr/include/pci
+       doins lib/*.h
+       dolib lib/libpci.a
 }

#

Thnx!
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-05-02 20:48:29 UTC
Sorry to butt in, but I needed to fix this in order to test bug 2371.  Since the
changes are trivial, I've committed -r1 of the ebuild.