From: Jose V Beneyto Date: Mon, 28 Dec 2009 21:51:30 +0000 (+0100) Subject: xorg-xmodmap: initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=2dc387f838338d6b48e485e9263227a6265954da;p=attic%2Fports%2Fxorg-cross.git xorg-xmodmap: initial import (verified compilation) --- diff --git a/xorg-xmodmap/.footprint b/xorg-xmodmap/.footprint new file mode 100644 index 0000000..c7e4397 --- /dev/null +++ b/xorg-xmodmap/.footprint @@ -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 index 0000000..6500d9a --- /dev/null +++ b/xorg-xmodmap/.md5sum @@ -0,0 +1 @@ +bbe021f812e0014a8ee3692317788119 xmodmap-1.0.4.tar.bz2 diff --git a/xorg-xmodmap/Pkgfile b/xorg-xmodmap/Pkgfile new file mode 100644 index 0000000..d9e0b33 --- /dev/null +++ b/xorg-xmodmap/Pkgfile @@ -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 +}