summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libgig/libgig-4.0.0-r1.ebuild (renamed from media-libs/libgig/libgig-4.0.0.ebuild)8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/libgig/libgig-4.0.0.ebuild b/media-libs/libgig/libgig-4.0.0-r1.ebuild
index 2bce38d5f135..db4e49d73e3b 100644
--- a/media-libs/libgig/libgig-4.0.0.ebuild
+++ b/media-libs/libgig/libgig-4.0.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit eutils
+inherit eutils multilib
DESCRIPTION="a C++ library for loading Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files"
HOMEPAGE="http://www.linuxsampler.org/libgig/"
@@ -33,6 +33,10 @@ src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README TODO
+ # For libgig.so to be found at runtime
+ printf "LDPATH=\"${EPREFIX}/usr/$(get_libdir)/libgig/\"" > 99${PN}
+ doenvd "99${PN}"
+
if use doc ; then
dohtml -r doc/html/*
fi