public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
@ 2001-03-06  3:27 Philippe Namias
  2001-03-06 11:30 ` Achim Gottinger
  0 siblings, 1 reply; 12+ messages in thread
From: Philippe Namias @ 2001-03-06  3:27 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

Hi,

I add some more ebuild gnome apps yesterday. And sorry for my bluefish ebuild 
from yesterday.

So i add :

anjuta
firestarter
gaim
memprof
pan
xsu
blufish (the good one)
gimp 1.2.1 (update)
gftp

Thanks

Philippe Namias



[-- Attachment #2: anjuta-0.1.2.ebuild --]
[-- Type: text/plain, Size: 552 bytes --]

A=${P}-beta_2.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="C/C++ IDE for GNOME"
SRC_URI="http://download.sourceforge.net/${PN}/${A}"
HOMEPAGE="http://anjuta.sourceforge.net/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #3: bluefish-0.6.ebuild --]
[-- Type: text/plain, Size: 518 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="WWW Editor"
SRC_URI="ftp://ftp.ratisbona.com/pub/bluefish/downloads/${A}"
HOMEPAGE="http://bluefish.openoffice.nl/"

DEPEND=">=x11-libs/gtk+-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS BUGS COPYING ChangeLog NEWS README* THANKS TODO
}






[-- Attachment #4: firestarter-0.6.1.ebuild --]
[-- Type: text/plain, Size: 553 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Firewall GUI for LINUX"
SRC_URI="http://download.sourceforge.net/${PN}/${A}"
HOMEPAGE="http://firestarter.sourceforge.net/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #5: gaim-0.11.0.ebuild --]
[-- Type: text/plain, Size: 501 bytes --]

A=${P}pre5.tar.gz
S=${WORKDIR}/${P}pre5
DESCRIPTION="Gnome AIM"
SRC_URI="ftp://www.marko.net/pub/gaim/${A}"
HOMEPAGE="http://www.marko.net/gaim/"

DEPEND=">=x11-libs/gtk+-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING ChangeLog README* NEWS STATUS HACKING
}






[-- Attachment #6: gftp-2.0.7b.ebuild --]
[-- Type: text/plain, Size: 478 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Graphical FTP for GNOME"
SRC_URI="http://gftp.seul.org/${A}"
HOMEPAGE="http://gftp.seul.org/"

DEPEND=">=x11-libs/gtk+-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc COPYING ChangeLog README* THANKS TODO
}






[-- Attachment #7: gimp-1.2.1.ebuild --]
[-- Type: text/plain, Size: 1240 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# /home/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.0.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp

A=${P}.tar.bz2
S=${WORKDIR}/${P}
DESCRIPTION="GIMP"
SRC_URI="ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PV}/"${A}
HOMEPAGE="http://www.gimp.org"

DEPEND=">=sys-libs/slang-1.4.2
	>=gnome-base/gnome-libs-1.2.4
	>=media-libs/mpeg-lib-1.3.1
	>=media-libs/aalib-1.2
	virtual/lpr"

RDEPEND=">=sys-libs/slang-1.4.2
	 >=gnome-base/gnome-libs-1.2.4
	 >=media-libs/aalib-1.2"


src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc
  try make 
}

src_install() {                               
  dodir /usr/X11R6/lib/gimp/1.2/plug-ins
  cd ${S}
  try make prefix=${D}/usr/X11R6 gimpsysconfdir=${D}/etc/gimp/1.2 PREFIX=${D}/usr install
  preplib /usr/X11R6
  dodoc AUTHORS COPYING ChangeLog* *MAINTAINERS README* TODO
  dodoc docs/*.txt docs/*.ps docs/Wilber* docs/quick_reference.tar.gz
  docinto html/libgimp
  dodoc devel-docs/libgimp/html/*.html
  docinto devel
  dodoc devel-docs/*.txt
}






[-- Attachment #8: memprof-0.4.1.ebuild --]
[-- Type: text/plain, Size: 563 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Memory profiler for GNOME"
SRC_URI="http://people.redhat.com/otaylor/${PN}/${A}"
HOMEPAGE="http://people.redhat.com/otaylor/memprof/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #9: pan-0.9.4.ebuild --]
[-- Type: text/plain, Size: 543 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="NewsReader for GNOME"
SRC_URI="http://pan.rebelbase.com/download/0.9.4/${A}"
HOMEPAGE="http://pan.rebelbase.com/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #10: xsu-0.1.0.ebuild --]
[-- Type: text/plain, Size: 530 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Gnome FrontEnd to su"
SRC_URI="http://xsu.freax.eu.org/files/${A}"
HOMEPAGE="http://xsu.freax.eu.org/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-1.2.4-r2"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-03-21 14:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-06  3:27 [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild) Philippe Namias
2001-03-06 11:30 ` Achim Gottinger
2001-03-07  7:39   ` Philippe Namias
2001-03-07  8:21     ` Achim Gottinger
2001-03-07 11:10       ` Pete Gavin
2001-03-07 12:52         ` Achim Gottinger
2001-03-14  9:26       ` Philippe Namias
2001-03-15  7:07         ` Achim Gottinger
2001-03-20  8:43           ` Philippe Namias
2001-03-20 19:15             ` Achim Gottinger
2001-03-21  4:24               ` Philippe Namias
2001-03-21  7:03                 ` Achim Gottinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox