diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
commit | fa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch) | |
tree | 1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xf86-video-rendition | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-xf86-video-rendition')
-rw-r--r-- | xorg-xf86-video-rendition/.footprint | 12 | ||||
-rw-r--r-- | xorg-xf86-video-rendition/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-video-rendition/.nostrip | 2 | ||||
-rw-r--r-- | xorg-xf86-video-rendition/Pkgfile | 17 |
4 files changed, 32 insertions, 0 deletions
diff --git a/xorg-xf86-video-rendition/.footprint b/xorg-xf86-video-rendition/.footprint new file mode 100644 index 00000000..445953b0 --- /dev/null +++ b/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-xf86-video-rendition/.md5sum b/xorg-xf86-video-rendition/.md5sum new file mode 100644 index 00000000..43a52ecb --- /dev/null +++ b/xorg-xf86-video-rendition/.md5sum @@ -0,0 +1 @@ +b69d578591f3ece72e844a5bb22674f7 xf86-video-rendition-4.0.1.3.tar.bz2 diff --git a/xorg-xf86-video-rendition/.nostrip b/xorg-xf86-video-rendition/.nostrip new file mode 100644 index 00000000..a87154b4 --- /dev/null +++ b/xorg-xf86-video-rendition/.nostrip @@ -0,0 +1,2 @@ +usr/X11R6/lib/xorg/modules/v10002d.uc +usr/X11R6/lib/xorg/modules/v20002d.uc diff --git a/xorg-xf86-video-rendition/Pkgfile b/xorg-xf86-video-rendition/Pkgfile new file mode 100644 index 00000000..027f00e1 --- /dev/null +++ b/xorg-xf86-video-rendition/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg driver xf86-video-rendition +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de + +name=xorg-xf86-video-rendition +version=4.0.1.3 +release=1 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-video-rendition-$version.tar.bz2) + +build() { + cd xf86-video-rendition-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |