CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xev: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Mon, 28 Dec 2009 22:16:50 +0000 (23:16 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 28 Dec 2009 22:16:50 +0000 (23:16 +0100)
xorg-xev/.footprint [new file with mode: 0644]
xorg-xev/.md5sum [new file with mode: 0644]
xorg-xev/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xev/.footprint b/xorg-xev/.footprint
new file mode 100644 (file)
index 0000000..b798639
--- /dev/null
@@ -0,0 +1,6 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/xev
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/xev.1.gz
diff --git a/xorg-xev/.md5sum b/xorg-xev/.md5sum
new file mode 100644 (file)
index 0000000..bf1f8ad
--- /dev/null
@@ -0,0 +1 @@
+5f98c0a2725a33d60ef4956befe078fb  xev-1.0.4.tar.bz2
diff --git a/xorg-xev/Pkgfile b/xorg-xev/Pkgfile
new file mode 100644 (file)
index 0000000..562af5a
--- /dev/null
@@ -0,0 +1,22 @@
+# Description: Print contents of X events
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libx11
+
+name=xorg-xev
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xev-$version.tar.bz2)
+
+build() {
+  cd xev-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}