summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 17:31:13 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 17:31:13 +0200
commit93b34bb95da4082b36be6ab958d06a43277dfa41 (patch)
tree796016ef0d338f2a76cbf7db82d6d31138cdf7b0
parentdc1c3745d8d4298f956ed977df05f4294b86431b (diff)
downloadnutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.tar.gz
nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.tar.bz2
nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.tar.xz
nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.zip
xorg-xf86-video-siliconmotion dans test
-rw-r--r--test/xorg-xf86-video-siliconmotion/.footprint11
-rw-r--r--test/xorg-xf86-video-siliconmotion/.md5sum1
-rw-r--r--test/xorg-xf86-video-siliconmotion/Pkgfile19
3 files changed, 31 insertions, 0 deletions
diff --git a/test/xorg-xf86-video-siliconmotion/.footprint b/test/xorg-xf86-video-siliconmotion/.footprint
new file mode 100644
index 000000000..4d9491567
--- /dev/null
+++ b/test/xorg-xf86-video-siliconmotion/.footprint
@@ -0,0 +1,11 @@
+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/siliconmotion_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/siliconmotion_drv.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/siliconmotion.4.gz
diff --git a/test/xorg-xf86-video-siliconmotion/.md5sum b/test/xorg-xf86-video-siliconmotion/.md5sum
new file mode 100644
index 000000000..d1569a271
--- /dev/null
+++ b/test/xorg-xf86-video-siliconmotion/.md5sum
@@ -0,0 +1 @@
+29fb322cd3adab52cc7f1ac86f9315bb xf86-video-siliconmotion-1.7.3.tar.bz2
diff --git a/test/xorg-xf86-video-siliconmotion/Pkgfile b/test/xorg-xf86-video-siliconmotion/Pkgfile
new file mode 100644
index 000000000..ddbd2696a
--- /dev/null
+++ b/test/xorg-xf86-video-siliconmotion/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg driver xf86-video-siliconmotion
+# URL: http://xorg.freedesktop.org
+# Maintainer: NutyX core team
+# Packager : lesibel at free dot fr
+# Depends on: xorg-server
+
+name=xorg-xf86-video-siliconmotion
+version=1.7.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-siliconmotion-$version.tar.bz2)
+
+build() {
+ cd xf86-video-siliconmotion-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}