summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-video-rendition
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:50:00 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:50:00 +0100
commit9ddec3b6e0fab6a37532f2e72fb917c0cabe33bd (patch)
treed57e7aff61ea5124f941444ade7708508fe54c5c /xorg/xorg-xf86-video-rendition
parent68421081b138a57e70c5f92eaa922f28c28536e7 (diff)
downloadnutyx-extra-9ddec3b6e0fab6a37532f2e72fb917c0cabe33bd.tar.gz
nutyx-extra-9ddec3b6e0fab6a37532f2e72fb917c0cabe33bd.tar.bz2
nutyx-extra-9ddec3b6e0fab6a37532f2e72fb917c0cabe33bd.tar.xz
nutyx-extra-9ddec3b6e0fab6a37532f2e72fb917c0cabe33bd.zip
Ajout de xorg-xf86-video-rendition#4.2.2-1
Diffstat (limited to 'xorg/xorg-xf86-video-rendition')
-rw-r--r--xorg/xorg-xf86-video-rendition/.footprint12
-rw-r--r--xorg/xorg-xf86-video-rendition/.md5sum1
-rw-r--r--xorg/xorg-xf86-video-rendition/.nostrip2
-rw-r--r--xorg/xorg-xf86-video-rendition/Pkgfile18
4 files changed, 33 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-rendition/.footprint b/xorg/xorg-xf86-video-rendition/.footprint
new file mode 100644
index 000000000..445953b04
--- /dev/null
+++ b/xorg/xorg-xf86-video-rendition/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.so
+-rw-r--r-- root/root usr/lib/xorg/modules/v10002d.uc
+-rw-r--r-- root/root usr/lib/xorg/modules/v20002d.uc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/rendition.4.gz
diff --git a/xorg/xorg-xf86-video-rendition/.md5sum b/xorg/xorg-xf86-video-rendition/.md5sum
new file mode 100644
index 000000000..661c1e85c
--- /dev/null
+++ b/xorg/xorg-xf86-video-rendition/.md5sum
@@ -0,0 +1 @@
+562955e5c0abb19e5f050a100be2c920 xf86-video-rendition-4.2.2.tar.bz2
diff --git a/xorg/xorg-xf86-video-rendition/.nostrip b/xorg/xorg-xf86-video-rendition/.nostrip
new file mode 100644
index 000000000..ca31695b3
--- /dev/null
+++ b/xorg/xorg-xf86-video-rendition/.nostrip
@@ -0,0 +1,2 @@
+usr/lib/xorg/modules/v10002d.uc
+usr/lib/xorg/modules/v20002d.uc
diff --git a/xorg/xorg-xf86-video-rendition/Pkgfile b/xorg/xorg-xf86-video-rendition/Pkgfile
new file mode 100644
index 000000000..ea4bebebe
--- /dev/null
+++ b/xorg/xorg-xf86-video-rendition/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-rendition
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-video-rendition
+version=4.2.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-$version.tar.bz2)
+
+build() {
+ cd xf86-video-rendition-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}