Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44225 Details for
Bug 71670
net-fs/arla-0.37.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-fs/arla/arla-0.37.ebuild
arla-0.37.ebuild (text/plain), 2.49 KB, created by
Johannes Brügmann
on 2004-11-18 08:02:36 UTC
(
hide
)
Description:
net-fs/arla/arla-0.37.ebuild
Filename:
MIME Type:
Creator:
Johannes Brügmann
Created:
2004-11-18 08:02:36 UTC
Size:
2.49 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >SRC_URI="ftp://ftp.stacken.kth.se/pub/arla/snap/${P}.tar.gz" > >DESCRIPTION="Arla is a free AFS implementation." >HOMEPAGE="http://www.stacken.kth.se/projekt/arla/" >LICENSE="" > >SLOT="0" >KEYWORDS="~x86" > ># never tested krb4 >IUSE="kmod-only krb4 berkdb" > >DEPEND="krb4? ( >=app-crypt/kth-krb ) > app-crypt/heimdal" > >src_unpack() { > > unpack ${A} > cd ${S}/nnpfs/linux > cp nnpfs_dev.c nnpfs_dev.c.orig > cp nnpfs_inodeops.c nnpfs_inodeops.c.orig > PATCHES="${FILESDIR}/nnpfs_dev.c.patch > ${FILESDIR}/nnpfs_inodeops.c.patch" > for p in ${PATCHES}; do > epatch $p || die "failed to apply patch $p" > done > cd ${S}/doc > sed -i -e 's,themis[.]texi,,g' Makefile.in >} > >src_compile() { > > arla_conf="--prefix=/usr > --bindir=/usr/bin > --sbindir=/usr/sbin > --datadir=/usr/share > --sysconfdir=/etc/arla > --libdir=/usr/lib > --localstatedir=/var > --libexecdir=/usr/libexec/arla > --includedir=/usr/include/arla > --with-krb5=/usr/lib > --with-krb5-include=/usr/include/heimdal > --infodir=/usr/share/info > --mandir=/usr/share/man > --with-arlacachedir=/var/cache/arla > --with-arlaconffile=/etc/arla/arla.conf > --without-lwp-redzone > --disable-knfs > --disable-roken > --without-ipv6" > > use berkdb && arla_conf="${arla_conf} --enable-berkeley-db" \ > || arla_conf="${arla_conf} --disable-berkeley-db" > > ARCH=$(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ > -e s/arm.*/arm/ -e s/sa110/arm/ \ > -e s/s390x/s390/ -e s/parisc64/parisc/ ) > KERNEL_CFLAGS="" > env 'ARCH=${ARCH} > KERNEL_CFLAGS=${KERNEL_CFLAGS}' \ > ./configure ${arla_conf} \ > || die "./configure ${arla_conf} failed" > use kmod-only && \ > ( KERNEL_CFLAGS=${KERNEL_CFLAGS} \ > make ARCH=${ARCH} -C nnpfs/linux nnpfs.o \ > || die "make -C nnpfs/linux nnpfs.o failed" ) \ > || make ARCH=${ARCH} || die "make failed" >} > >src_install() { > > dodir /etc/init.d /etc/arla /var/cache/arla/etc > make DESTDIR=${D} install || die > cd ${S} > dodoc ChangeLog* HACKING INSTALL LIESMICH NEWS README THANKS TODO > cd ${S}/doc > make dvi arla.html > dodoc nnpfs.txt caching-in-blocks arla.dvi > doinfo *.info > dohtml arla.html > cd ${D}/usr/share/doc/${P} && gunzip arla.dvi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 71670
: 44225 |
44227
|
44228
|
44230