summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-05-10 15:43:04 +0000
committerJon Hood <squinky86@gentoo.org>2006-05-10 15:43:04 +0000
commit0bc754d1b069c5ad9c7d0dddbf5b0a9f49cfcd2f (patch)
tree065eec9ffae896d1fd3340a0ba67da961dfe56cd /net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild
parentVersion bump, #99164. Readd myself as maintainer. (diff)
downloadgentoo-2-0bc754d1b069c5ad9c7d0dddbf5b0a9f49cfcd2f.tar.gz
gentoo-2-0bc754d1b069c5ad9c7d0dddbf5b0a9f49cfcd2f.tar.bz2
gentoo-2-0bc754d1b069c5ad9c7d0dddbf5b0a9f49cfcd2f.zip
multilib-strict updates; thanks metalgod on irc!
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild')
-rw-r--r--net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild
index 49cdd525bd61..eb42a2535f4d 100644
--- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild
+++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild,v 1.5 2006/05/05 21:52:01 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild,v 1.6 2006/05/10 15:43:04 squinky86 Exp $
+
+inherit multilib
IUSE=""
@@ -29,7 +31,11 @@ src_compile() {
}
src_install() {
- make install DESTDIR="${D}" || die "FastTrack plugin failed to install"
+ einstall giftconfdir=${D}/etc/giFT \
+ plugindir=${D}/usr/$(get_libdir)/giFT \
+ datadir=${D}/usr/share \
+ giftperldir=${D}/usr/bin \
+ libgiftincdir=${D}/usr/include/libgift || die "Install failed"
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}