Magellan Linux

Contents of /branches/branch-xorg18/core/libxklavier/libxklavier-5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5214 - (show annotations) (download)
Mon Apr 12 19:11:46 2010 UTC (14 years, 1 month ago) by niro
File size: 863 byte(s)
auto added: ver bump to 5.0-r1
1 # $Id$
2
3 PNAME="libxklavier"
4 PVER="5.0"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libxklavier is a library providing high-level API for X Keyboard Extension known as XKB."
11 HOMEPAGE="http://freedesktop.org/wiki/Software/LibXklavier"
12
13 DEPEND=">= x11-libs/libX11-1.3.3
14 >= x11-libs/libxkbfile-1.0.6
15 >= x11-apps/xkbcomp-1.1.1
16 >= x11-misc/xkeyboard-config-1.7
17 >= dev-libs/glib2-2.22
18 >= dev-libs/libxml2-2.7
19 >= app-text/iso-codes-3.11"
20
21 SDEPEND=">= dev-util/pkgconfig-0.23"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 sourceforge://gswitchit/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_sourceforge gswitchit ${PNAME}"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 mconfigure \
40 --with-xkb_base=/usr/share/X11/xkb \
41 --with-xkb-bin-base=/usr/bin \
42 || die
43
44 mmake || die
45 }

Properties

Name Value
svn:keywords Id