Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
179
Merge Requests
179
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
0efd735d
Commit
0efd735d
authored
Feb 20, 2009
by
Leonardo Arena
Committed by
Natanael Copa
Feb 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra/pciutils: new aport
parent
3bee008c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
extra/pciutils/APKBUILD
extra/pciutils/APKBUILD
+29
-0
No files found.
extra/pciutils/APKBUILD
0 → 100644
View file @
0efd735d
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname
=
pciutils
pkgver
=
3.1.2
pkgrel
=
0
pkgdesc
=
"PCI bus configuration space access library and tools"
url
=
"http://mj.ucw.cz/pciutils.html"
license
=
"GPL"
depends
=
"uclibc"
makedepends
=
""
install
=
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
source
=
"http://www.kernel.org/pub/software/utils/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
ZLIB
=
no
PREFIX
=
/usr
SHAREDIR
=
/usr/share/hwdata
MANDIR
=
/usr/share/man all
||
return
1
make
PREFIX
=
${
pkgdir
}
/usr
SHAREDIR
=
${
pkgdir
}
/usr/share/hwdata
MANDIR
=
${
pkgdir
}
/usr/share/man
install
install
-d
${
pkgdir
}
/usr/lib
install
-m644
lib/libpci.a
${
pkgdir
}
/usr/lib
for
i
in
config.h header.h pci.h types.h
;
do
install
-D
-m
644 lib/
${
i
}
${
pkgdir
}
/usr/include/pci/
${
i
}
done
}
md5sums
=
"b6cc13955ad769a25c475a87d2ef5596 pciutils-3.1.2.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment