Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3587 - (show annotations) (download)
Mon Jul 9 18:45:45 2012 UTC (11 years, 10 months ago) by niro
File size: 553 byte(s)
-adeded distrotag and fixed codename../distribution
1 # $Id$
2
3 PNAME="numlockx"
4 PVER="1.2"
5 PBUILD="r2"
6
7 PCATEGORIE="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
13 >= x11-libs/libXext-1
14 >= x11-libs/libXi-1
15 >= x11-libs/libXtst-1.2"
16
17 SDEPEND=">= x11-proto/inputproto-1.5"
18
19 ALX_ONLY_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"