Magellan Linux

Annotation of /smage/trunk/core/xorg-cf-files/xorg-cf-files-1.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 189 - (hide annotations) (download)
Mon Apr 26 20:52:33 2010 UTC (14 years ago) by niro
File size: 836 byte(s)
auto added: ver bump to 1.0.3-r1.smage2
1 niro 189 # $Id$
2    
3     PNAME="xorg-cf-files"
4     PVER="1.0.3"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-misc"
8     STATE="unstable"
9    
10     DESCRIPTION="Old Imake-related build files."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     sminclude xorg mcore
14    
15     DEPEND=""
16    
17     UP2SUBDIR="util"
18     UP2DATE="updatecmd_xorg ${PNAME}"
19    
20     src_install()
21     {
22     xorg_src_install || die
23    
24     # fix man dir
25     echo "#define ManDirectoryRoot /usr/share/man" >> ${BINDIR}/usr/$(mlibdir)/X11/config/host.def || die
26    
27     # fix libdir on 64bit arches (defaults are lib not lib64)
28     sed -i "s:LibDirName *lib$:LibDirName $(mlibdir):" \
29     ${BINDIR}/usr/$(mlibdir)/X11/config/Imake.tmpl || die
30     sed -i -e "s:define LibDir Concat(ProjectRoot,/lib/X11):define LibDir Concat(ProjectRoot,/$(mlibdir)/X11):" \
31     -e "s:define LibDir /usr/lib/X11:define LibDir /usr/$(mlibdir)/X11:" \
32     ${BINDIR}/usr/$(mlibdir)/X11/config/X11.tmpl || die
33     }

Properties

Name Value
svn:keywords Id