Skip to content
Snippets Groups Projects
Verified Commit 8b8831d6 authored by Andreas Radke's avatar Andreas Radke
Browse files

upgpkg: 0.9.7-5; SPDX license, fix build

parent ed1443af
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = xf86-video-sisusb
pkgdesc = X.org SiS USB video driver
pkgver = 0.9.7
pkgrel = 5
url = https://xorg.freedesktop.org/
arch = x86_64
license = BSD-3-Clause
makedepends = xorg-server-devel
makedepends = X-ABI-VIDEODRV_VERSION=25.2
depends = glibc
conflicts = xorg-server<21.1.1
conflicts = X-ABI-VIDEODRV_VERSION<25
conflicts = X-ABI-VIDEODRV_VERSION>=26
source = https://xorg.freedesktop.org//releases/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2
sha256sums = f4400416b920cd1136d60d36b99d33f245cdeaf2ad6c1340936c7c0987761424
pkgname = xf86-video-sisusb
#Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-video-sisusb
pkgver=0.9.7
pkgrel=4
pkgrel=5
pkgdesc="X.org SiS USB video driver"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
license=('custom')
license=('BSD-3-Clause')
depends=('glibc')
makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2')
conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 'X-ABI-VIDEODRV_VERSION>=26')
......@@ -21,7 +22,7 @@ build() {
# See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
export CFLAGS=${CFLAGS/-fno-plt}
export CXXFLAGS=${CXXFLAGS/-fno-plt}
export LDFLAGS=${LDFLAGS/,-z,now}
export LDFLAGS=${LDFLAGS/-Wl,-z,now}
./configure --prefix=/usr
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment