2024-04-07 17:03:41 +02:00
|
|
|
# Description: xorg driver xf86-video-vboxvideo
|
|
|
|
# URL: https://xorg.freedesktop.org
|
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-server
|
2017-12-01 20:48:04 +01:00
|
|
|
|
|
|
|
name=xorg-xf86-video-vboxvideo
|
2024-04-07 17:03:41 +02:00
|
|
|
version=1.0.1
|
2017-12-01 20:48:04 +01:00
|
|
|
release=1
|
2024-04-07 17:03:41 +02:00
|
|
|
source=(https://xorg.freedesktop.org/archive/individual/driver/xf86-video-vboxvideo-$version.tar.xz)
|
2017-12-01 20:48:04 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xf86-video-vboxvideo-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|