summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-01-07 15:35:10 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-01-07 15:35:10 +0000
commit4e3245f726c4b34be65a93c1eabf4fd43f970e62 (patch)
tree770d8f796b9a4692c5fdb39d03bd673e755b0b1d /net-misc/nxsadmin/nxsadmin-0.2.1.ebuild
parentChanged truetype USE flag to xft, bug #253910. (diff)
downloadhistorical-4e3245f726c4b34be65a93c1eabf4fd43f970e62.tar.gz
historical-4e3245f726c4b34be65a93c1eabf4fd43f970e62.tar.bz2
historical-4e3245f726c4b34be65a93c1eabf4fd43f970e62.zip
Initial commit
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'net-misc/nxsadmin/nxsadmin-0.2.1.ebuild')
-rw-r--r--net-misc/nxsadmin/nxsadmin-0.2.1.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/nxsadmin/nxsadmin-0.2.1.ebuild b/net-misc/nxsadmin/nxsadmin-0.2.1.ebuild
new file mode 100644
index 000000000000..cc083acd2e69
--- /dev/null
+++ b/net-misc/nxsadmin/nxsadmin-0.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxsadmin/nxsadmin-0.2.1.ebuild,v 1.1 2009/01/07 15:35:10 voyageur Exp $
+
+inherit autotools
+
+DESCRIPTION="graphical tool for management of active NX sessions on FreeNX server"
+HOMEPAGE="http://developer.berlios.de/projects/nxsadmin/"
+SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-cpp/gtkmm-2.4
+ dev-util/intltool"
+RDEPEND=">=dev-cpp/gtkmm-2.4
+ net-misc/nxserver-freenx"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # Needs to be regenerated
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "installation failed"
+}