CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg: initial import (switched xorg-xf86-video-vesa -> xorg-xf86-video-fbdev which...
authorJose V Beneyto <sepen@crux.nu>
Sat, 5 Oct 2013 10:02:49 +0000 (12:02 +0200)
committerJose V Beneyto <sepen@crux.nu>
Sat, 5 Oct 2013 10:02:49 +0000 (12:02 +0200)
xorg/.footprint [new file with mode: 0644]
xorg/.md5sum [new file with mode: 0644]
xorg/Pkgfile [new file with mode: 0644]

diff --git a/xorg/.footprint b/xorg/.footprint
new file mode 100644 (file)
index 0000000..5cf0c39
--- /dev/null
@@ -0,0 +1,3 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/etc/
+-rw-r--r--     root/root       usr/etc/xorg
diff --git a/xorg/.md5sum b/xorg/.md5sum
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xorg/Pkgfile b/xorg/Pkgfile
new file mode 100644 (file)
index 0000000..90fc239
--- /dev/null
@@ -0,0 +1,15 @@
+# Description: x.org's implementation of X11
+# URL: http://xorg.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: xorg-server, xorg-xf86-input-mouse, xorg-xf86-input-keyboard, xorg-xf86-input-evdev, xorg-xf86-video-fbdev, xorg-xinit, xorg-xauth, xorg-rgb, xkeyboard-config
+
+name=xorg
+version=7.7
+release=1
+source=()
+
+build() {
+    install -d $PKG/usr/etc
+    echo "$name version $version" > $PKG/usr/etc/$name
+}