Magellan Linux

Annotation of /branches/magellan-next/core/rgb/rgb-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7757 - (hide annotations) (download)
Tue May 31 17:18:56 2011 UTC (13 years ago) by niro
File size: 476 byte(s)
auto added: ver bump to 1.0.4-r1
1 niro 7757 # $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     sminclude xorg mtools
14    
15     DEPEND=">= x11-libs/libX11-1
16     >= x11-libs/libXt-1"
17    
18     UP2DATE="updatecmd_xorg ${PNAME}"
19    
20     src_install()
21     {
22     xorg_src_install
23    
24     # xorg-config uses /usr/lib/X11/rgb as default db location
25     minstalldir /usr/lib/X11 || die
26     mlink ../../share/X11/rgb.txt /usr/lib/X11/rgb.txt || die
27     }