diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-10-16 15:34:15 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-10-16 15:34:15 +0000 |
commit | 15cbe79fbd09d44130c6c840e5d519da311a217f (patch) | |
tree | 075b0a9cb1d8299d57e255ab20806675840c5c4e /net-misc/qtella | |
parent | New package: Qtella 0.2.3 (diff) | |
download | gentoo-2-15cbe79fbd09d44130c6c840e5d519da311a217f.tar.gz gentoo-2-15cbe79fbd09d44130c6c840e5d519da311a217f.tar.bz2 gentoo-2-15cbe79fbd09d44130c6c840e5d519da311a217f.zip |
crap, forgot to add the actual ebuild, sorry dudes :o(
Diffstat (limited to 'net-misc/qtella')
-rw-r--r-- | net-misc/qtella/qtella-0.2.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/qtella/qtella-0.2.3.ebuild b/net-misc/qtella/qtella-0.2.3.ebuild new file mode 100644 index 000000000000..61269f888d0a --- /dev/null +++ b/net-misc/qtella/qtella-0.2.3.ebuild @@ -0,0 +1,25 @@ +# 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: /home/cvsroot/gentoo-x86/net-misc/qtella-0.2.3.ebuild + +S=${WORKDIR}/${P} +DESCRIPTION="QTella 0.2.3" +SRC_URI="http://prdownloads.sourceforge.net/qtella/qtella-0.2.3.tar.gz" + +HOMEPAGE="http://qtella.sourceforge.net" + +DEPEND="virtual/glibc + >=x11-libs/qt-x11-2.2.1 + >=kde-base/kdelibs-2.1" + +src_compile() { + + ./configure --prefix=${KDEDIR} --host=${CHOST} || die + make || die + +} +src_install() { + make prefix=${D}/usr install || die +} + |