summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-xf86-video-tga/.footprint7
-rw-r--r--xorg/xorg-xf86-video-tga/.md5sum1
-rw-r--r--xorg/xorg-xf86-video-tga/Pkgfile18
3 files changed, 26 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-tga/.footprint b/xorg/xorg-xf86-video-tga/.footprint
new file mode 100644
index 000000000..baf47b27a
--- /dev/null
+++ b/xorg/xorg-xf86-video-tga/.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/tga_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/tga_drv.so
diff --git a/xorg/xorg-xf86-video-tga/.md5sum b/xorg/xorg-xf86-video-tga/.md5sum
new file mode 100644
index 000000000..587ee768f
--- /dev/null
+++ b/xorg/xorg-xf86-video-tga/.md5sum
@@ -0,0 +1 @@
+f3bddf0a64932ca9bd72041ccd3b5501 xf86-video-tga-1.2.0.tar.bz2
diff --git a/xorg/xorg-xf86-video-tga/Pkgfile b/xorg/xorg-xf86-video-tga/Pkgfile
new file mode 100644
index 000000000..53457d942
--- /dev/null
+++ b/xorg/xorg-xf86-video-tga/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-tga
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-video-tga
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-$version.tar.bz2)
+
+build() {
+ cd xf86-video-tga-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}