diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xf86-video-suntcx | |
download | xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2 xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip |
Diffstat (limited to 'xorg-xf86-video-suntcx')
-rw-r--r-- | xorg-xf86-video-suntcx/.footprint | 11 | ||||
-rw-r--r-- | xorg-xf86-video-suntcx/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-video-suntcx/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xf86-video-suntcx/Pkgfile.old | 18 |
4 files changed, 47 insertions, 0 deletions
diff --git a/xorg-xf86-video-suntcx/.footprint b/xorg-xf86-video-suntcx/.footprint new file mode 100644 index 0000000..6559546 --- /dev/null +++ b/xorg-xf86-video-suntcx/.footprint @@ -0,0 +1,11 @@ +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/suntcx_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/suntcx_drv.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/suntcx.4.gz diff --git a/xorg-xf86-video-suntcx/.md5sum b/xorg-xf86-video-suntcx/.md5sum new file mode 100644 index 0000000..d983692 --- /dev/null +++ b/xorg-xf86-video-suntcx/.md5sum @@ -0,0 +1 @@ +b064a8d2f3d481ec36ef9ac17e13a77d xf86-video-suntcx-1.1.1.tar.bz2 diff --git a/xorg-xf86-video-suntcx/Pkgfile b/xorg-xf86-video-suntcx/Pkgfile new file mode 100644 index 0000000..72ea3e2 --- /dev/null +++ b/xorg-xf86-video-suntcx/Pkgfile @@ -0,0 +1,17 @@ +description="xorg driver xf86-video-suntcx" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server) + +name=xorg-xf86-video-suntcx +version=1.1.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-suntcx-1.1.1.tar.bz2) +build () +{ + cd xf86-video-suntcx-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xf86-video-suntcx/Pkgfile.old b/xorg-xf86-video-suntcx/Pkgfile.old new file mode 100644 index 0000000..b9893bb --- /dev/null +++ b/xorg-xf86-video-suntcx/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-suntcx +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-suntcx +version=1.1.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-suntcx-$version.tar.bz2) + +build() { + cd xf86-video-suntcx-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |