ports/xorg (2.4): xorg-xf86-video-mach64: initial release.
commit cf0a0b01bf08c5bb4bcaa39e5b10e4966c9eb281 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Fri Jun 27 14:13:41 2008 +0200 xorg-xf86-video-mach64: initial release. diff --git a/xorg-xf86-video-mach64/.footprint b/xorg-xf86-video-mach64/.footprint new file mode 100644 index 0000000..0aee797 --- /dev/null +++ b/xorg-xf86-video-mach64/.footprint @@ -0,0 +1,7 @@ +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/mach64_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/mach64_drv.so diff --git a/xorg-xf86-video-mach64/.md5sum b/xorg-xf86-video-mach64/.md5sum new file mode 100644 index 0000000..504951a --- /dev/null +++ b/xorg-xf86-video-mach64/.md5sum @@ -0,0 +1 @@ +6081b8fa50c689d51f85c2fbaf93867e xf86-video-mach64-6.8.0.tar.bz2 diff --git a/xorg-xf86-video-mach64/Pkgfile b/xorg-xf86-video-mach64/Pkgfile new file mode 100644 index 0000000..21431f4 --- /dev/null +++ b/xorg-xf86-video-mach64/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg driver xf86-video-mach64 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xf86-video-mach64 +version=6.8.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mach64-$ve...) + +build() { + cd xf86-video-mach64-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install + + rmdir $PKG/usr/{man/man4,man} +}
participants (1)
-
crux@crux.nu