summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-video-tseng/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xf86-video-tseng/Pkgfile')
-rw-r--r--xorg-xf86-video-tseng/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xf86-video-tseng/Pkgfile b/xorg-xf86-video-tseng/Pkgfile
new file mode 100644
index 0000000..ea66788
--- /dev/null
+++ b/xorg-xf86-video-tseng/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg driver xf86-video-tseng"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server)
+
+name=xorg-xf86-video-tseng
+version=1.2.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-1.2.4.tar.bz2)
+build ()
+{
+ cd xf86-video-tseng-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}