Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/numlockx/numlockx-1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2448 - (show annotations) (download)
Mon Jun 27 12:41:36 2011 UTC (12 years, 11 months ago) by niro
File size: 515 byte(s)
auto added: ver bump to 1.2-r1
1 # $Id$
2
3 PNAME="numlockx"
4 PVER="1.2"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="A small tool to start X with NumLock turned on."
11 HOMEPAGE="http://ktown.kde.org/~seli/numlockx/"
12
13 DEPEND=">= x11-libs/libX11-1
14 >= x11-libs/libXext-1
15 >= x11-libs/libXi-1"
16
17 SDEPEND=">= x11-proto/inputproto-1.5"
18
19 ALX_ONLY_KEEP="usr/bin/xinput"
20 sminclude xorg alx-split
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRC_URI=(
24 http://ktown.kde.org/~seli/${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"