Magellan Linux

Contents of /trunk/core/xorg-cf-files/xorg-cf-files-1.0.2-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 590 - (show annotations) (download)
Thu Dec 25 22:13:01 2008 UTC (15 years, 4 months ago) by niro
File size: 883 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/xorg-cf-files/xorg-cf-files-1.0.2-r7.smage2,v 1.1 2008/02/12 13:37:19 niro Exp $
2
3 PNAME="xorg-cf-files"
4 PVER="1.0.2"
5 PBUILD="r7"
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 src_install()
18 {
19 xorg_src_install || die
20
21 # fix man dir
22 echo "#define ManDirectoryRoot /usr/share/man" >> ${BINDIR}/usr/$(mlibdir)/X11/config/host.def || die
23
24 # fix libdir on 64bit arches (defaults are lib not lib64)
25 sed -i "s:LibDirName *lib$:LibDirName $(mlibdir):" \
26 ${BINDIR}/usr/$(mlibdir)/X11/config/Imake.tmpl || die
27 sed -i -e "s:define LibDir Concat(ProjectRoot,/lib/X11):define LibDir Concat(ProjectRoot,/$(mlibdir)/X11):" \
28 -e "s:define LibDir /usr/lib/X11:define LibDir /usr/$(mlibdir)/X11:" \
29 ${BINDIR}/usr/$(mlibdir)/X11/config/X11.tmpl || die
30 }

Properties

Name Value
svn:keywords Id