mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
32 lines
721 B
Plaintext
32 lines
721 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xf86-video-dummy
|
|
pkgver=0.4.1
|
|
pkgrel=0
|
|
pkgdesc="X.Org driver for dummy cards"
|
|
url="https://xorg.freedesktop.org"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="xorg-server-dev libxi-dev util-macros xorgproto"
|
|
source="https://www.x.org/releases/individual/driver/xf86-video-dummy-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
ff7fd8b668e5e9f40a5d27f82599b7a455a8162fc1a247195335c17980f00ce10ae6b2c062239cbaa67d8684c86174f85b398dd7f7065d36f69294bd6f2469de xf86-video-dummy-0.4.1.tar.xz
|
|
"
|