-- sys-libs/avfs - A userspace Virtual FileSystem: looking inside archives + accessing remote files: # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: gseba <gseba@users.sourceforge.net> # $Header:$ # This ebuild was generated by Ebuilder v0.4. S="${WORKDIR}" DESCRIPTION="AVFS allows looking inside archived or accessing remote files without modifying the operating system." SRC_URI="mirror://sourceforge.net/avfs/${P}.tar.gz" HOMEPAGE="http://www.inf.bme.hu/~mszeredi/avfs/" LICENSE="GPL-2" DEPEND="" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" # emake (previously known as pmake) is a script that calls the # standard GNU make with parallel building options for speedier # builds (especially on SMP systems). Try emake first. It might # not work for some packages, in which case you'll have to resort # to normal "make". emake || die #make || die } src_install () { make DESTDIR=${D} install || die # If the above installs anything outside of DESTDIR, try the following. #make \ # prefix=${D}/usr \ # mandir=${D}/usr/share/man \ # infodir=${D}/usr/share/info \ # install || die # Install documentation. #dodoc } -- sys-libs/plasticfs - Gives user-local perspective of the filesystems, w.r.t names and directories: # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: gseba <gseba@users.sourceforge.net> # $Header:$ # This ebuild was generated by Ebuilder v0.4. S="${WORKDIR}/${P}" DESCRIPTION="The Plastic File System allows virtual file systems to exist in user space, without kernel hacks or modules." SRC_URI="mirror://sourceforge/${P}.tar.gz" HOMEPAGE="http://plasticfs.sourceforge.net" LICENSE="GPL-2" DEPEND="sys-apps/groff" src_compile() { CPPFLAGS="-DNOT_IN_libc" ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" # emake (previously known as pmake) is a script that calls the # standard GNU make with parallel building options for speedier # builds (especially on SMP systems). Try emake first. It might # not work for some packages, in which case you'll have to resort # to normal "make". emake || die #make || die } src_install () { make DESTDIR=${D} install || die # If the above installs anything outside of DESTDIR, try the following. #make \ # prefix=${D}/usr \ # mandir=${D}/usr/share/man \ # infodir=${D}/usr/share/info \ # install || die # Install documentation. dodoc LICENSE README BUILDING MANIFEST } -- sys-devel/buildtool - portable build infrastructure: # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: gseba <gseba@users.sourceforge.net> # $Header:$ # This ebuild was generated by Ebuilder v0.4. S="${WORKDIR}/buildtool-0.14" DESCRIPTION="A Portable Build Infrastructure" SRC_URI="mirror://sourceforge/buildtool/${P}.tar.gz" HOMEPAGE="http://buildtool.sourceforge.net" LICENSE="BSD" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" # emake (previously known as pmake) is a script that calls the # standard GNU make with parallel building options for speedier # builds (especially on SMP systems). Try emake first. It might # not work for some packages, in which case you'll have to resort # to normal "make". emake || die #make || die } src_install () { make DESTDIR=${D} install || die # If the above installs anything outside of DESTDIR, try the following. #make \ # prefix=${D}/usr \ # mandir=${D}/usr/share/man \ # infodir=${D}/usr/share/info \ # install || die # Install documentation. dodoc CHANGES COPYING README TODO }
please create attachments
Please submit ebuilds individually and as plaintext attachments.