From fa19d4b3316ded8d2d5cf009059200741abcc8c5 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 7 Apr 2006 18:48:00 +0200 Subject: initial import --- xorg-xf86-video-suncg6/.footprint | 10 ++++++++++ xorg-xf86-video-suncg6/.md5sum | 1 + xorg-xf86-video-suncg6/Pkgfile | 17 +++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 xorg-xf86-video-suncg6/.footprint create mode 100644 xorg-xf86-video-suncg6/.md5sum create mode 100644 xorg-xf86-video-suncg6/Pkgfile (limited to 'xorg-xf86-video-suncg6') diff --git a/xorg-xf86-video-suncg6/.footprint b/xorg-xf86-video-suncg6/.footprint new file mode 100644 index 00000000..ccd43d17 --- /dev/null +++ b/xorg-xf86-video-suncg6/.footprint @@ -0,0 +1,10 @@ +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/suncg6_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/suncg6_drv.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man4/ +-rw-r--r-- root/root usr/man/man4/suncg6.4.gz diff --git a/xorg-xf86-video-suncg6/.md5sum b/xorg-xf86-video-suncg6/.md5sum new file mode 100644 index 00000000..92006cfe --- /dev/null +++ b/xorg-xf86-video-suncg6/.md5sum @@ -0,0 +1 @@ +5d681712d589c17cd7a2425e2377c723 xf86-video-suncg6-1.0.0.5.tar.bz2 diff --git a/xorg-xf86-video-suncg6/Pkgfile b/xorg-xf86-video-suncg6/Pkgfile new file mode 100644 index 00000000..994e97ff --- /dev/null +++ b/xorg-xf86-video-suncg6/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg driver xf86-video-suncg6 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de + +name=xorg-xf86-video-suncg6 +version=1.0.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-video-suncg6-$version.tar.bz2) + +build() { + cd xf86-video-suncg6-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3