Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16972 Details for
Bug 18489
GProFTPD 8.0.3 Ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
gproftpd-8.0.8.ebuild (text/html), 1.17 KB, created by
Jeremy Guarini
on 2003-09-02 15:27:07 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Jeremy Guarini
Created:
2003-09-02 15:27:07 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Maintainer: Jeremy Guarini <J.G@LogicDistributed.com> a.k.a Yozik ># $Header:$ > ># This ebuild was generated by Ebuilder v0.4. > >S="${WORKDIR}/${P}" >DESCRIPTION="GTK frontend to proftpd" >HOMEPAGE="http://mange.dynup.net/linux.html" >SRC_URI="http://mange.dynup.net/linux/gproftpd/${P}.tar.gz" >LICENSE="GPL-2" > >KEYWORDS="~x86" > >IUSE="X gnome gtk proftpd glib freetype atk pango" > >DEPEND=">=net-ftp/proftpd-1.2.8 > >=x11-libs/gtk+-2.0 > >=dev-libs/glib-2.0 > >=x11-libs/pango-1.0 > >=dev-libs/atk-1.0 > >=media-libs/freetype-2.0" > ># >=x11-libs/xft-2.0 //this is blocked by xfree4.3.99 > >src_compile() { > econf || die "./configure failed" > # --sysconfdir=/path/to/proftpd/conf/file > # or you can remove the --sysconfdir line and specify when starting the app proftpd -c /etc/proftpd.conf > emake || die >} > >src_install () { > einstall || die > > Add the Gnome menu entry > if [ `use gnome` ] ; then > insinto /usr/share/gnome/apps/Internet/ > doins ${FILESDIR}/gproftpd.desktop > fi > > dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README >}
# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Jeremy Guarini <J.G@LogicDistributed.com> a.k.a Yozik # $Header:$ # This ebuild was generated by Ebuilder v0.4. S="${WORKDIR}/${P}" DESCRIPTION="GTK frontend to proftpd" HOMEPAGE="http://mange.dynup.net/linux.html" SRC_URI="http://mange.dynup.net/linux/gproftpd/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="X gnome gtk proftpd glib freetype atk pango" DEPEND=">=net-ftp/proftpd-1.2.8 >=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 >=x11-libs/pango-1.0 >=dev-libs/atk-1.0 >=media-libs/freetype-2.0" # >=x11-libs/xft-2.0 //this is blocked by xfree4.3.99 src_compile() { econf || die "./configure failed" # --sysconfdir=/path/to/proftpd/conf/file # or you can remove the --sysconfdir line and specify when starting the app proftpd -c /etc/proftpd.conf emake || die } src_install () { einstall || die Add the Gnome menu entry if [ `use gnome` ] ; then insinto /usr/share/gnome/apps/Internet/ doins ${FILESDIR}/gproftpd.desktop fi dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README }
View Attachment As Raw
Actions:
View
Attachments on
bug 18489
:
10025
|
16969
|
16970
|
16971
|
16972
|
16973
|
16974
|
16975