summaryrefslogtreecommitdiffstats
path: root/acompiler/xorg-xf86-video-tga
diff options
context:
space:
mode:
Diffstat (limited to 'acompiler/xorg-xf86-video-tga')
-rw-r--r--acompiler/xorg-xf86-video-tga/.footprint7
-rw-r--r--acompiler/xorg-xf86-video-tga/.md5sum1
-rw-r--r--acompiler/xorg-xf86-video-tga/Pkgfile19
3 files changed, 27 insertions, 0 deletions
diff --git a/acompiler/xorg-xf86-video-tga/.footprint b/acompiler/xorg-xf86-video-tga/.footprint
new file mode 100644
index 000000000..baf47b27a
--- /dev/null
+++ b/acompiler/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/acompiler/xorg-xf86-video-tga/.md5sum b/acompiler/xorg-xf86-video-tga/.md5sum
new file mode 100644
index 000000000..fef817640
--- /dev/null
+++ b/acompiler/xorg-xf86-video-tga/.md5sum
@@ -0,0 +1 @@
+bcbceda78395de74544c83b46a7700cd xf86-video-tga-1.2.1.tar.bz2
diff --git a/acompiler/xorg-xf86-video-tga/Pkgfile b/acompiler/xorg-xf86-video-tga/Pkgfile
new file mode 100644
index 000000000..e1237578b
--- /dev/null
+++ b/acompiler/xorg-xf86-video-tga/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg driver xf86-video-tga
+# URL: http://xorg.freedesktop.org
+# Maintainer: NutyX core team
+# Packager : lesibel at free dot fr
+# Depends on: xorg-server
+
+name=xorg-xf86-video-tga
+version=1.2.1
+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
+}