Magellan Linux

Contents of /branches/R11-stable/core/xorg-cf-files/xorg-cf-files-1.0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15015 - (show annotations) (download)
Wed Jan 2 09:49:22 2013 UTC (11 years, 4 months ago) by niro
File size: 807 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xorg-cf-files"
4 PVER="1.0.4"
5 PBUILD="r2"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="Old Imake-related build files."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 sminclude xorg
13
14 DEPEND=""
15
16 UP2SUBDIR="util"
17 UP2DATE="updatecmd_xorg ${PNAME}"
18
19 src_install()
20 {
21 xorg_src_install || die
22
23 # fix man dir
24 echo "#define ManDirectoryRoot /usr/share/man" >> ${BINDIR}/usr/$(mlibdir)/X11/config/host.def || die
25
26 # fix libdir on 64bit arches (defaults are lib not lib64)
27 sed -i "s:LibDirName *lib$:LibDirName $(mlibdir):" \
28 ${BINDIR}/usr/$(mlibdir)/X11/config/Imake.tmpl || die
29 sed -i -e "s:define LibDir Concat(ProjectRoot,/lib/X11):define LibDir Concat(ProjectRoot,/$(mlibdir)/X11):" \
30 -e "s:define LibDir /usr/lib/X11:define LibDir /usr/$(mlibdir)/X11:" \
31 ${BINDIR}/usr/$(mlibdir)/X11/config/X11.tmpl || die
32 }