summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 17:31:00 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 17:31:00 +0200
commitdc1c3745d8d4298f956ed977df05f4294b86431b (patch)
treeb735cf8f6bcc9f9ad14dd78d3474bc99bf68ea01 /test
parent3bbede4b7f01b36dd98893db4b3daf985161579a (diff)
downloadnutyx-extra-dc1c3745d8d4298f956ed977df05f4294b86431b.tar.gz
nutyx-extra-dc1c3745d8d4298f956ed977df05f4294b86431b.tar.bz2
nutyx-extra-dc1c3745d8d4298f956ed977df05f4294b86431b.tar.xz
nutyx-extra-dc1c3745d8d4298f956ed977df05f4294b86431b.zip
xorg-xf86-video-opemchrome dans test
Diffstat (limited to 'test')
-rw-r--r--test/xorg-xf86-video-openchrome/.footprint19
-rw-r--r--test/xorg-xf86-video-openchrome/.md5sum1
-rw-r--r--test/xorg-xf86-video-openchrome/Pkgfile19
3 files changed, 39 insertions, 0 deletions
diff --git a/test/xorg-xf86-video-openchrome/.footprint b/test/xorg-xf86-video-openchrome/.footprint
new file mode 100644
index 000000000..6b60baf82
--- /dev/null
+++ b/test/xorg-xf86-video-openchrome/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libchromeXvMC.la
+lrwxrwxrwx root/root usr/lib/libchromeXvMC.so -> libchromeXvMC.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libchromeXvMC.so.1 -> libchromeXvMC.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libchromeXvMC.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libchromeXvMCPro.la
+lrwxrwxrwx root/root usr/lib/libchromeXvMCPro.so -> libchromeXvMCPro.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libchromeXvMCPro.so.1 -> libchromeXvMCPro.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libchromeXvMCPro.so.1.0.0
+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/openchrome_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/openchrome_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/openchrome.4.gz
diff --git a/test/xorg-xf86-video-openchrome/.md5sum b/test/xorg-xf86-video-openchrome/.md5sum
new file mode 100644
index 000000000..93d9da4ac
--- /dev/null
+++ b/test/xorg-xf86-video-openchrome/.md5sum
@@ -0,0 +1 @@
+f2481d98ef54febf5bffbb88a2a2426d xf86-video-openchrome-0.2.904.tar.bz2
diff --git a/test/xorg-xf86-video-openchrome/Pkgfile b/test/xorg-xf86-video-openchrome/Pkgfile
new file mode 100644
index 000000000..263adfdf8
--- /dev/null
+++ b/test/xorg-xf86-video-openchrome/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg driver xf86-video-openchrome
+# URL: http://www.openchrome.org
+# Maintainer: Nutyx core team
+# Packager : lesibel at free dot fr
+# Depends on: xorg-server
+
+name=xorg-xf86-video-openchrome
+version=0.2.904
+release=1
+source=(http://www.openchrome.org/releases/xf86-video-openchrome-$version.tar.bz2)
+
+build() {
+ cd xf86-video-openchrome-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}