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
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
165
Merge Requests
165
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
22073147
Commit
22073147
authored
Feb 19, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/libpciaccess: new aport
parent
6401907e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
x11/libpciaccess/APKBUILD
x11/libpciaccess/APKBUILD
+20
-0
No files found.
x11/libpciaccess/APKBUILD
0 → 100644
View file @
22073147
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libpciaccess
pkgver
=
0.10.5
pkgrel
=
0
pkgdesc
=
"X11 PCI access library"
url
=
"http://xorg.freedesktop.org/"
license
=
"custom"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
"uclibc"
makedepends
=
"pkgconfig"
source
=
"http://xorg.freedesktop.org//releases/individual/lib/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
md5sums
=
"617bebf31e5685c83f935009aeae5f38 libpciaccess-0.10.5.tar.bz2"
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