Magellan Linux

Contents of /trunk/extras/xset/xset-1.2.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31127 - (show annotations) (download)
Mon Jun 4 12:44:28 2018 UTC (5 years, 10 months ago) by niro
File size: 310 byte(s)
auto added: ver bump to 1.2.4-r2
1 # $Id$
2
3 PNAME="xset"
4 PVER="1.2.4"
5 PBUILD="r2"
6
7 PCAT="x11-apps"
8
9 DESCRIPTION="User preference utility for X."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libXmu-1
13 >= x11-libs/libXxf86misc-1"
14
15 sminclude xorg
16
17 src_compile()
18 {
19 cd ${SRCDIR}
20
21 mconfigure --without-fontcache || die
22 mmake || die
23 }