summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xmodmap/xmodmap_cvs.bb
blob: 773466e6bb49664e374e2d5a08ea5cf1f4772bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PV = "0.0+cvs${SRCDATE}"
LICENSE = "MIT"
DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
SECTION = "x11/base"
PR = "r1"

DEPENDS = "libx11"

SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xmodmap \
           file://autofoo.patch;patch=1"
S = "${WORKDIR}/xmodmap"

inherit autotools pkgconfig