Magellan Linux

Contents of /trunk/extras/xfs/xfs-1.0.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1420 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/xfs/xfs-1.0.8-r1.smage2,v 1.1 2008/05/29 11:56:26 niro Exp $
2
3 PNAME="xfs"
4 PVER="1.0.8"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="X font server."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg
14
15 DEPEND=">= x11-libs/libFS-1
16 >= x11-libs/libXfont-1"
17
18 SDEPEND=">= x11-proto/fontsproto-1"
19
20 # xfs daemon disabled atm
21 # SRC_URI=(
22 # mirror://${PNAME}/${SRCFILE}
23 # mirror://${PNAME}/xfs.config
24 # mirror://${PNAME}/xfs.conf.d
25 # mirror://${PNAME}/xfs.start
26 # )
27
28 src_unpack()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix config directory
34 sed -i "s:^configdir =.*:configdir = \$(sysconfdir)/X11/fs:g" Makefile.am || die
35 autoreconf -v --force --install || die
36 }
37
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 xorg_src_configure --libdir=/etc --enable-ipv6 || die
44 mmake || die
45 }
46
47
48 # src_install() {
49 # xorg_src_install || die
50 #
51 # # xfs configs and rc-scripts
52 # install -d ${BINDIR}/etc/{conf.d,rc.d/init.d,X11/fs} || die
53 #
54 # install -m 0644 ${SOURCEDIR}/${PNAME}/xfs.config \
55 # ${BINDIR}/etc/X11/fs/config || die
56 #
57 # install -m 0644 ${SOURCEDIR}/${PNAME}/xfs.conf.d \
58 # ${BINDIR}/etc/conf.d/xfs || die
59 #
60 # install -m 0755 -o root -g root \
61 # ${SOURCEDIR}/${PNAME}/xfs.start \
62 # ${BINDIR}/etc/rc.d/init.d/xfs || die
63 # }
64 #
65 # preinstall() {
66 # ${MLIBDIR}/mgroupadd -o "-g 33" xfs
67 # ${MLIBDIR}/museradd -o "-u 33 -g xfs -d /etc/X11/fs -s /bin/false" xfs
68 # }

Properties

Name Value
svn:keywords Id