Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/rgb/rgb-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2332 - (show annotations) (download)
Thu Jun 9 12:43:20 2011 UTC (13 years ago) by niro
File size: 537 byte(s)
-fixed a typo
1 # $Id$
2
3 PNAME="rgb"
4 PVER="1.0.4"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="X.org RGB database and applications."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 ALX_ONLY_KEEP="usr/lib/X11/rgb.txt usr/share/X11/rgb.txt"
14 sminclude xorg alx-split
15
16 DEPEND=">= x11-libs/libX11-1
17 >= x11-libs/libXt-1"
18
19 UP2DATE="updatecmd_xorg ${PNAME}"
20
21 src_install()
22 {
23 xorg_src_install
24
25 # xorg-config uses /usr/lib/X11/rgb as default db location
26 minstalldir /usr/lib/X11 || die
27 mlink ../../share/X11/rgb.txt /usr/lib/X11/rgb.txt || die
28 }