Summary: | app-editors/cafe: GTK+ text editor with perl macros (New Package) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roberto Parra <hiperon> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | hiperon, jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://cafe.sourceforge.net | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | the ebuild file for the package |
Description
Roberto Parra
2009-08-12 16:39:57 UTC
I think the ebuild looks like this. I could not understood though, how to make the Manifest file. --- begin ebuild # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lightweight and fullfeatured GTK+ UTF-8 Text Editor with Perl embeded" HOMEPAGE="http://cafe.sourceforge.net" SRC_URI="mirror://sourceforge/cafe/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-libs/glib-2.20.4 >=x11-libs/gtk+-2.16.1 >=x11-libs/gtksourceview-2.6.2 >=x11-libs/pango-1.22.1 >=net-libs/gnet-2.0.8 >=app-text/gtkspell-2.0.14 >=sys-devel/libperl-5.8.0" src_compile() { econf --with-posix-regex emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc NEWS README || die } --- end ebuild Created attachment 201178 [details]
the ebuild file for the package
|