a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
21 lines
599 B
Bash
21 lines
599 B
Bash
# Template file for 'xf86-video-r128'
|
|
pkgname=xf86-video-r128
|
|
version=6.12.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorgproto xorg-server-devel"
|
|
depends="virtual?xserver-abi-video-24_1"
|
|
short_desc="Xorg ATI Rage 128 video driver"
|
|
maintainer="q66 <daniel@octaforge.org>"
|
|
license="MIT"
|
|
homepage="https://wiki.freedesktop.org/xorg"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=801c86882cbd2bbb3084d471dcc5cfee2c1754dcbfb4dc446676d58a6bd9e057
|
|
lib32disabled=yes
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|