Magellan Linux

Contents of /smage/trunk/core/xorg-cf-files/xorg-cf-files-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1598 - (show annotations) (download)
Fri Mar 4 12:51:42 2011 UTC (13 years, 2 months ago) by niro
File size: 830 byte(s)
auto added: ver bump to 1.0.4-r1
1 # $Id$
2
3 PNAME="xorg-cf-files"
4 PVER="1.0.4"
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
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 }