Magellan Linux

Contents of /trunk/todo/xbindkeys/xbindkeys-1.8.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2641 - (show annotations) (download)
Thu Jul 9 20:42:51 2009 UTC (14 years, 10 months ago) by niro
File size: 688 byte(s)
-moved to 'todo'
1 # $Id$
2
3 PNAME="xbindkeys"
4 PVER="1.8.3"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="xbindkeys allows you to launch shell commands with your keyboard or your mouse under X11."
11 HOMEPAGE="http://hocwp.free.fr/xbindkeys/xbindkeys.html"
12
13 DEPEND=">= x11-libs/libX11-1.2"
14 SDEPEND=">= x11-proto/xproto-7"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://hocwp.free.fr/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 # disable guile and tk to minimze dependencies
33 mconfigure --disable-guile --disable-tk || die
34 mmake || die
35 }

Properties

Name Value
svn:keywords Id