diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xf86-video-vesa | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xf86-video-vesa')
-rwxr-xr-x | xorg/xf86-video-vesa/build | 9 | ||||
-rw-r--r-- | xorg/xf86-video-vesa/checksums | 1 | ||||
-rw-r--r-- | xorg/xf86-video-vesa/depends | 3 | ||||
-rw-r--r-- | xorg/xf86-video-vesa/sources | 1 | ||||
-rw-r--r-- | xorg/xf86-video-vesa/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/xorg/xf86-video-vesa/build b/xorg/xf86-video-vesa/build new file mode 100755 index 00000000..3054c8be --- /dev/null +++ b/xorg/xf86-video-vesa/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export LDFLAGS="-Wl,-z,lazy" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xf86-video-vesa/checksums b/xorg/xf86-video-vesa/checksums new file mode 100644 index 00000000..581b5037 --- /dev/null +++ b/xorg/xf86-video-vesa/checksums @@ -0,0 +1 @@ +2982dd4eaf649101bd2c0dde37151a65157f6cbe120a692e6a6de764e36e03ea xf86-video-vesa-2.4.0.tar.gz diff --git a/xorg/xf86-video-vesa/depends b/xorg/xf86-video-vesa/depends new file mode 100644 index 00000000..831090ef --- /dev/null +++ b/xorg/xf86-video-vesa/depends @@ -0,0 +1,3 @@ +libXi +xorg-util-macros make +xorgproto make diff --git a/xorg/xf86-video-vesa/sources b/xorg/xf86-video-vesa/sources new file mode 100644 index 00000000..d27258e8 --- /dev/null +++ b/xorg/xf86-video-vesa/sources @@ -0,0 +1 @@ +https://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-2.4.0.tar.gz diff --git a/xorg/xf86-video-vesa/version b/xorg/xf86-video-vesa/version new file mode 100644 index 00000000..7afb4de6 --- /dev/null +++ b/xorg/xf86-video-vesa/version @@ -0,0 +1 @@ +2.4.0 1 |