diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-28 14:46:18 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-28 14:46:18 +0000 |
commit | c69adf032f8053c6f043f35100952ea713cd6a33 (patch) | |
tree | 64b773fc0fc6c1f41c8ccf11d9968c68b240fd3a /net-misc/nt | |
parent | mask gdk-pixbuf-0.13.0 (diff) | |
download | historical-c69adf032f8053c6f043f35100952ea713cd6a33.tar.gz historical-c69adf032f8053c6f043f35100952ea713cd6a33.tar.bz2 historical-c69adf032f8053c6f043f35100952ea713cd6a33.zip |
|| die updates, not enouth to bump the revision ?
Diffstat (limited to 'net-misc/nt')
-rw-r--r-- | net-misc/nt/nt-1.29-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/nt/nt-1.29-r1.ebuild b/net-misc/nt/nt-1.29-r1.ebuild index 03e7ba44a3c5..86b152604c52 100644 --- a/net-misc/nt/nt-1.29-r1.ebuild +++ b/net-misc/nt/nt-1.29-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.29-r1.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $ -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.29-r1.ebuild,v 1.2 2001/10/28 14:46:18 azarah Exp $ +S=${WORKDIR}/${P} DESCRIPTION="GTK based download manager for X (Sorta like GetRight(tm) for doze, works well with galeon." SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${P}.tar.gz" HOMEPAGE="http://www.krasu.ru/soft/chuchelo/" @@ -16,7 +16,9 @@ RDEPEND="virtual/glibc virtual/x11 >=x11-libs/gtk+-1.2.10-r4" + src_compile() { + # This upstream developer does things a little strangely cd ${S}/main emake DEST=/usr D4X_SHARE=/usr/share/nt || die @@ -27,11 +29,15 @@ src_install () { # Note to self and other developers: create directories in install targets of Makefiles.... dodir /usr/bin dodir /usr/share/nt + cd ${S}/main - try make DEST=${D}/usr D4X_SHARE=${D}/usr/share/nt install + make DEST=${D}/usr D4X_SHARE=${D}/usr/share/nt install || die + cd ${S} dodoc main/Changelog LICENSE THANKS FAQ* INSTALL* NAMES PLANS README* TODO TROUBLES + doman nt.1 + insinto /usr/share/pixmaps doins *.png *.xpm } |