# Maintainer: Natanael Copa pkgname=xf86-video-rendition pkgver=4.2.7 pkgrel=0 pkgdesc="Rendition video driver" url="https://xorg.freedesktop.org/" arch="all" license="MIT" subpackages="$pkgname-doc" depends= options="!strip" makedepends="xorg-server-dev libxi-dev util-macros xorgproto" source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" builddir=$srcdir/$pkgname-$pkgver build() { cd "$builddir" export LDFLAGS="$LDFLAGS -Wl,-z,lazy" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install # Stripping manually strip $pkgdir/usr/lib/xorg/modules/drivers/rendition_drv.so install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } sha512sums="5a23a599488946499e9bb3dfaf553cd68b6a1555a9c46b4038f355038a28747715bb940c52170f909917386911c8ae2607c669ba28f24a6c10ad375dab4535aa xf86-video-rendition-4.2.7.tar.bz2"