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
189
Merge Requests
189
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
a3914a6a
Commit
a3914a6a
authored
Apr 19, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/xf86-video-vesa: new aport
X.org vesa video driver
parent
f0251824
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
x11/xf86-video-vesa/APKBUILD
x11/xf86-video-vesa/APKBUILD
+23
-0
No files found.
x11/xf86-video-vesa/APKBUILD
0 → 100644
View file @
a3914a6a
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xf86-video-vesa
pkgver
=
2.2.0
pkgrel
=
0
pkgdesc
=
"X.org vesa video driver"
url
=
"http://xorg.freedesktop.org/"
license
=
"custom"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
"uclibc"
makedepends
=
"pkgconfig g++ xorg-server-dev libxi-dev fontsproto randrproto
videoproto renderproto"
source
=
"http://xorg.freedesktop.org//releases/individual/driver/
$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
=
"9a86b683f73f3806f55d05cd804a6f4a xf86-video-vesa-2.2.0.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