diff options
author | 2001-06-04 10:35:31 +0000 | |
---|---|---|
committer | 2001-06-04 10:35:31 +0000 | |
commit | 1d922dc11a15cd7d8197e991e715194c1cf96031 (patch) | |
tree | d24bf3b59840ac678d9e85fe3acc30127ac18e17 /net-misc/gupsc | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-1d922dc11a15cd7d8197e991e715194c1cf96031.tar.gz gentoo-2-1d922dc11a15cd7d8197e991e715194c1cf96031.tar.bz2 gentoo-2-1d922dc11a15cd7d8197e991e715194c1cf96031.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/gupsc')
-rw-r--r-- | net-misc/gupsc/files/digest-gupsc-0.3.1 | 1 | ||||
-rw-r--r-- | net-misc/gupsc/gupsc-0.3.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/gupsc/files/digest-gupsc-0.3.1 b/net-misc/gupsc/files/digest-gupsc-0.3.1 new file mode 100644 index 000000000000..136951d002ee --- /dev/null +++ b/net-misc/gupsc/files/digest-gupsc-0.3.1 @@ -0,0 +1 @@ +MD5 da182496ff347dccc4c24f2e9c803a06 gupsc-0.3.1.tar.bz2 diff --git a/net-misc/gupsc/gupsc-0.3.1.ebuild b/net-misc/gupsc/gupsc-0.3.1.ebuild new file mode 100644 index 000000000000..e1ae15396a9a --- /dev/null +++ b/net-misc/gupsc/gupsc-0.3.1.ebuild @@ -0,0 +1,26 @@ +# 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> +# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="A Gnome client for the Network UPS Tools (nut)" +SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/"${A} +HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/" + +DEPEND=">=gnome-base/gnome-libs-1.2.4" + + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + + + |