Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
59e12d7c
Verified
Commit
59e12d7c
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/pciutils: fix hwids, enable hwdb support
parent
f96226f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/pciutils/APKBUILD
+7
-11
7 additions, 11 deletions
user/pciutils/APKBUILD
with
7 additions
and
11 deletions
user/pciutils/APKBUILD
+
7
−
11
View file @
59e12d7c
...
...
@@ -2,14 +2,14 @@
# Maintainer:
pkgname
=
pciutils
pkgver
=
3.6.2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"PCI bus configuration space access library and tools"
url
=
"http://mj.ucw.cz/pciutils.html"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"GPL-2.0-only"
depends
=
"hw
data
-pci"
makedepends
=
"linux-headers"
depends
=
"hw
ids
-pci"
makedepends
=
"
eudev-dev kmod-dev
linux-headers
cmd:which
"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
$pkgname
-libs"
source
=
"https://www.kernel.org/pub/software/utils/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
fix-linking-pci-malloc-Makefile.patch
...
...
@@ -33,15 +33,11 @@ package() {
SHARED
=
yes
\
SHAREDIR
=
"
$pkgdir
"
/usr/share/hwdata
\
MANDIR
=
"
$pkgdir
"
/usr/share/man
\
install
install
-d
"
$pkgdir
"
/usr/lib
ln
-s
libpci.so.
${
pkgver
%%.*
}
"
$pkgdir
"
/usr/lib/libpci.so
install
-D
-m
644 lib/libpci.pc
"
$pkgdir
"
/usr/lib/pkgconfig/libpci.pc
for
i
in
config.h header.h pci.h types.h
;
do
install
-D
-m
644 lib/
${
i
}
"
$pkgdir
"
/usr/include/pci/
${
i
}
done
install
install-lib
rm
"
$pkgdir
"
/usr/sbin/update-pciids
rm
"
$pkgdir
"
/usr/share/man/man8/update-pciids.8
rm
-r
"
$pkgdir
"
/usr/share/hwdata
}
sha512sums
=
"a9332f07755ab8af6ba99a5fa3cf739b0f3688276902673b9fe981955c4fa732c3d0ccaa150942ecaf4b263a10c2653f5454aa87492cac1dd805f33500fac489 pciutils-3.6.2.tar.gz
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment