25 lines
681 B
Bash
25 lines
681 B
Bash
# Template build file for 'xf86-video-mga'.
|
|
pkgname=xf86-video-mga
|
|
version=1.6.5
|
|
revision=2
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config xorg-util-macros"
|
|
makedepends="xorg-server-devel"
|
|
depends="virtual?xserver-abi-video-23_1"
|
|
nocross=yes
|
|
short_desc="Xorg Matrox Graphics Adapter video driver"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=b663cd8e6364f7c4e2637b9fcab9861d0e3971518c73b00d213f6545a1289422
|
|
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|