diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-07 20:06:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-07 20:06:32 +0000 |
commit | 78d3b74d560674071827d23f16ff5c28366ae76e (patch) | |
tree | 810973a2b80a4fa5654a417949557222f7e1fc74 /net-misc/directvnc | |
parent | fix to only install with ARCH=x86 (diff) | |
download | gentoo-2-78d3b74d560674071827d23f16ff5c28366ae76e.tar.gz gentoo-2-78d3b74d560674071827d23f16ff5c28366ae76e.tar.bz2 gentoo-2-78d3b74d560674071827d23f16ff5c28366ae76e.zip |
version bump
Diffstat (limited to 'net-misc/directvnc')
-rw-r--r-- | net-misc/directvnc/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/directvnc/directvnc-0.7.ebuild | 41 | ||||
-rw-r--r-- | net-misc/directvnc/files/digest-directvnc-0.7 | 1 |
3 files changed, 50 insertions, 1 deletions
diff --git a/net-misc/directvnc/ChangeLog b/net-misc/directvnc/ChangeLog index 5f4099a48732..ef04d6811082 100644 --- a/net-misc/directvnc/ChangeLog +++ b/net-misc/directvnc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/directvnc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/ChangeLog,v 1.5 2002/11/06 06:26:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/ChangeLog,v 1.6 2002/11/07 20:06:32 seemant Exp $ + +*directvnc-0.7 (07 Nov 2002) + + 07 Nov 2002; Seemant Kulleen <seemant@gentoo.org> directvnc-0.7.ebuild + files/digest-directvnc-0.7 : + + Version bump, thanks to: andreh@lddd.org (Andre Heidemann) in bug #9521. *directvnc-0.6.1 (06 Jul 2002) diff --git a/net-misc/directvnc/directvnc-0.7.ebuild b/net-misc/directvnc/directvnc-0.7.ebuild new file mode 100644 index 000000000000..62120822bb4b --- /dev/null +++ b/net-misc/directvnc/directvnc-0.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.ebuild,v 1.1 2002/11/07 20:06:32 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Very thin VNC client for unix framebuffer systems" +HOMEPAGE="http://adam-lilienthal.de/directvnc" +SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +DEPEND="dev-libs/DirectFB + sys-devel/automake + sys-devel/autoconf" + +src_unpack() { + unpack ${A} + cd ${S}/src + + #fix src/dfb.c to handle the new API changes in DirectFB +# cp ${FILESDIR}/dfb.c . + + #fix broken Makefile.am + mv Makefile.am Makefile.am.orig + sed -e 's/-$(DIRECTFB_LIBS)/$(DIRECTFB_LIBS)/' \ + Makefile.am.orig > Makefile.am + cd .. + aclocal || die "aclocal failed" + autoconf || die "autoconf failed" + automake || die "automake failed" +} + + +src_install () { + make \ + DESTDIR=${D} \ + docsdir=/usr/share/doc/${PF} \ + install || die +} diff --git a/net-misc/directvnc/files/digest-directvnc-0.7 b/net-misc/directvnc/files/digest-directvnc-0.7 new file mode 100644 index 000000000000..a0e72bac9c05 --- /dev/null +++ b/net-misc/directvnc/files/digest-directvnc-0.7 @@ -0,0 +1 @@ +MD5 389bc15c04110026860e59ede8dc7ca9 directvnc-0.7.tar.gz 124669 |