Files
poky/openembedded/packages/xmodmap/xmodmap_cvs.bb
Richard Purdie d614461fe9 Use FREEDESKTOP_CVS instead of a hardcoded address
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@337 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-03-24 08:33:39 +00:00

15 lines
375 B
BlitzBasic

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 = "x11"
SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xmodmap \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/xmodmap"
inherit autotools pkgconfig