CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-videoproto: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 01:08:15 +0000 (02:08 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 01:08:15 +0000 (02:08 +0100)
xorg-videoproto/.footprint [new file with mode: 0644]
xorg-videoproto/.md5sum [new file with mode: 0644]
xorg-videoproto/Pkgfile [new file with mode: 0644]

diff --git a/xorg-videoproto/.footprint b/xorg-videoproto/.footprint
new file mode 100644 (file)
index 0000000..4c0c282
--- /dev/null
@@ -0,0 +1,12 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/include/
+drwxr-xr-x     root/root       usr/include/X11/
+drwxr-xr-x     root/root       usr/include/X11/extensions/
+-rw-r--r--     root/root       usr/include/X11/extensions/Xv.h
+-rw-r--r--     root/root       usr/include/X11/extensions/XvMC.h
+-rw-r--r--     root/root       usr/include/X11/extensions/XvMCproto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/Xvproto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/vldXvMC.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/videoproto.pc
diff --git a/xorg-videoproto/.md5sum b/xorg-videoproto/.md5sum
new file mode 100644 (file)
index 0000000..38f87b1
--- /dev/null
@@ -0,0 +1 @@
+fb762146a18207a1e8bc9f299dfc7ac0  videoproto-2.3.0.tar.bz2
diff --git a/xorg-videoproto/Pkgfile b/xorg-videoproto/Pkgfile
new file mode 100644 (file)
index 0000000..ff2a125
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: xorg proto videoproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org
+# Depends on:
+
+name=xorg-videoproto
+version=2.3.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-$version.tar.bz2)
+
+build() {
+  cd videoproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}