summaryrefslogtreecommitdiff
path: root/user/xf86-video-r128/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-07 21:13:04 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-07 21:13:04 +0000
commit5b7db395d89e68024ef35229cf9ae7dfd633c566 (patch)
tree2432a2b3926561384278d2e1ddb5aa044a86d594 /user/xf86-video-r128/APKBUILD
parentb11dd705935ee67df9ea1049c6951c123006a25d (diff)
downloadpackages-5b7db395d89e68024ef35229cf9ae7dfd633c566.tar.gz
packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.tar.bz2
packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.tar.xz
packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.zip
user/*: Modernise / fix syntax / deps
Also move freedreno to the ARM-only depends.
Diffstat (limited to 'user/xf86-video-r128/APKBUILD')
-rw-r--r--user/xf86-video-r128/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/xf86-video-r128/APKBUILD b/user/xf86-video-r128/APKBUILD
index 094b11633..0e6702994 100644
--- a/user/xf86-video-r128/APKBUILD
+++ b/user/xf86-video-r128/APKBUILD
@@ -15,7 +15,6 @@ source="https://www.x.org/releases/individual/driver/xf86-video-r128-$pkgver.tar
"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,12 +26,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}