Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1690 - (hide annotations) (download)
Wed May 13 19:14:26 2009 UTC (15 years, 4 months ago) by niro
Original Path: trunk/extras/xbindkeys/xbindkeys-1.8.3-r1.smage2
File size: 688 byte(s)
auto added: ver bump to 1.8.3-r1
1 niro 1690 # $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