summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-video-tga
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:56:00 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:56:00 +0100
commitb877f8d79e3ee37ef84562201657a49ac2124d02 (patch)
tree324312b30add356d3186c049c6e9bff4b40ad892 /xorg/xorg-xf86-video-tga
parent7bb8c11db28d028352101ac53981d2e4617dadc5 (diff)
downloadnutyx-extra-b877f8d79e3ee37ef84562201657a49ac2124d02.tar.gz
nutyx-extra-b877f8d79e3ee37ef84562201657a49ac2124d02.tar.bz2
nutyx-extra-b877f8d79e3ee37ef84562201657a49ac2124d02.tar.xz
nutyx-extra-b877f8d79e3ee37ef84562201657a49ac2124d02.zip
Ajout de xorg-xf86-video-tga#1.2.0-1
Diffstat (limited to 'xorg/xorg-xf86-video-tga')
-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
+}