diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-19 23:36:37 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-19 23:36:37 +0000 |
commit | b15a58c91131bf8880dce590d4a8f6e90dc26cec (patch) | |
tree | 0ee42f63e2a8eac9dd800b05f0c0bccea8e9b2d9 /net-misc | |
parent | Changed source Url (diff) | |
download | historical-b15a58c91131bf8880dce590d4a8f6e90dc26cec.tar.gz historical-b15a58c91131bf8880dce590d4a8f6e90dc26cec.tar.bz2 historical-b15a58c91131bf8880dce590d4a8f6e90dc26cec.zip |
Added komba2 0.71
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/komba2/komba2-0.71.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/komba2/komba2-0.71.ebuild b/net-misc/komba2/komba2-0.71.ebuild new file mode 100644 index 000000000000..26f36e4f54ea --- /dev/null +++ b/net-misc/komba2/komba2-0.71.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bart Verwilst <verwilst@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/komba2/komba2-0.71.ebuild,v 1.1 2001/11/19 23:36:37 verwilst Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="Windows(Samba) network administrating tool for KDE" +HOMEPAGE="http://zeus.fh-brandenburg.de/~schwanz/php/komba.php3" + +DEPENDS=">=virtual/glibc + >=x11-libs/qt-x11-2.2.3 + >=kde-base/kdelibs-2.1 + >=kde-base/kdebase-2.1 + >=net-fs/samba-2.2" + +SRC_URI="http://zeus.fh-brandenburg.de/~schwanz/files/${P}.tar.gz" + +src_compile() { + + ./configure --prefix=/usr --host=${CHOST} || die + make || die + +} + +src_install() { + + make destdir=${D}/usr install || die + +} |