Magellan Linux

Contents of /smage/branches/alx07x-stable/core/numlockx/numlockx-1.2-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15100 - (show annotations) (download)
Fri Aug 7 07:24:03 2020 UTC (3 years, 8 months ago) by niro
File size: 588 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="numlockx"
4 PVER="1.2"
5 PBUILD="r8"
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.6
13 >= x11-libs/libXext-1.3
14 >= x11-libs/libXi-1.7
15 >= x11-libs/libXtst-1.2"
16
17 SDEPEND=">= x11-libs/libX11-dev-1.6
18 >= x11-libs/libXext-dev-1.3
19 >= x11-libs/libXi-dev-1.7
20 >= x11-libs/libXtst-dev-1.2"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23
24 ALX_PKG_KEEP="usr/bin/numlockx"
25 sminclude xorg alx-split
26
27 SRC_URI=(
28 #http://home.kde.org/~seli/${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )