Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
994a7af9
Verified
Commit
994a7af9
authored
Jan 02, 2019
by
A. Wilcox
🦊
Browse files
user/xf86-video-ast: new package
parent
b301105a
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/xf86-video-ast/APKBUILD
0 → 100644
View file @
994a7af9
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
xf86-video-ast
pkgver
=
1.1.5
pkgrel
=
0
pkgdesc
=
"ASPEED video driver for X11"
url
=
"https://www.X.Org/"
arch
=
"all"
license
=
"MIT"
depends
=
""
makedepends
=
"util-macros xorgproto-dev xorg-server-dev"
subpackages
=
""
source
=
"https://www.x.org/releases/individual/driver/xf86-video-ast-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"067c2ce3e74c83fe1531213308753cb80482d177c93009c99dc49e95bfa6ff058d81cc716d6c343b9ca1e0eb7aedf3b84beb12ad08b8cd4d9f43e11f9e192e8e xf86-video-ast-1.1.5.tar.bz2"
Write
Preview
Supports
Markdown
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