Magellan Linux

Contents of /smage/trunk/core/numlockx/numlockx-1.2-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4270 - (show annotations) (download)
Mon Nov 12 12:44:49 2012 UTC (11 years, 6 months ago) by niro
File size: 552 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="numlockx"
4 PVER="1.2"
5 PBUILD="r4"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="A small tool to start X with NumLock turned on."
10 HOMEPAGE="http://home.kde.org/~seli/numlockx/"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= x11-libs/libXext-1.3
14 >= x11-libs/libXi-1.4
15 >= x11-libs/libXtst-1.2"
16
17 SDEPEND=">= x11-proto/inputproto-1.5"
18
19 ALX_PKG_KEEP="usr/bin/numlockx"
20 sminclude xorg alx-split
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRC_URI=(
24 http://home.kde.org/~seli/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"