Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Müller
aports
Commits
55783237
Commit
55783237
authored
15 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
x11/xf86-video-openchrome: new aport
parent
7e444f16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
x11/xf86-video-openchrome/APKBUILD
+26
-0
26 additions, 0 deletions
x11/xf86-video-openchrome/APKBUILD
with
26 additions
and
0 deletions
x11/xf86-video-openchrome/APKBUILD
0 → 100644
+
26
−
0
View file @
55783237
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xf86-video-openchrome
pkgver
=
0.2.903
pkgrel
=
0
pkgdesc
=
"X.Org driver for VIA/S3G cards"
url
=
"http://xorg.freedesktop.org/"
license
=
"custom"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
"uclibc libxvmc"
makedepends
=
"pkgconfig g++ xorg-server-dev libxi-dev libxvmc-dev fontsproto
randrproto videoproto renderproto xf86driproto mesa-dev"
source
=
"http://xorg.freedesktop.org/releases/individual/driver/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
${
CC
:-
gcc
}
-dumpspecs
|
sed
's/%(link_now)//g'
>
"
$srcdir
"
/gcc-specs
export
GCC_SPECS
=
"
$srcdir
"
/gcc-specs
./configure
--prefix
=
/usr
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
md5sums
=
"c0820787e89958c9114d359b6a3cd464 xf86-video-openchrome-0.2.903.tar.bz2"
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