CRUX-ARM : Home

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

diff --git a/xorg-xmodmap/.footprint b/xorg-xmodmap/.footprint
new file mode 100644 (file)
index 0000000..c7e4397
--- /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/xmodmap
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/xmodmap.1.gz
diff --git a/xorg-xmodmap/.md5sum b/xorg-xmodmap/.md5sum
new file mode 100644 (file)
index 0000000..6500d9a
--- /dev/null
@@ -0,0 +1 @@
+bbe021f812e0014a8ee3692317788119  xmodmap-1.0.4.tar.bz2
diff --git a/xorg-xmodmap/Pkgfile b/xorg-xmodmap/Pkgfile
new file mode 100644 (file)
index 0000000..d9e0b33
--- /dev/null
@@ -0,0 +1,22 @@
+# Description: Tool for modifying keymaps and pointer button mappings in X
+# 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-xmodmap
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xmodmap-$version.tar.bz2)
+
+build() {
+  cd xmodmap-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}