summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-05 08:55:58 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-05 08:55:58 +0000
commite8d9e76220424196e3589e56602f821094b87963 (patch)
tree14af1e7808ce471a030e4440a2204fdac88e441a
parentAdded to ~amd64. (diff)
downloadhistorical-e8d9e76220424196e3589e56602f821094b87963.tar.gz
historical-e8d9e76220424196e3589e56602f821094b87963.tar.bz2
historical-e8d9e76220424196e3589e56602f821094b87963.zip
multilib support.
-rw-r--r--media-libs/daaplib/ChangeLog4
-rw-r--r--media-libs/daaplib/Manifest10
-rw-r--r--media-libs/daaplib/daaplib-0.1.1a.ebuild9
3 files changed, 13 insertions, 10 deletions
diff --git a/media-libs/daaplib/ChangeLog b/media-libs/daaplib/ChangeLog
index 0ded77f36c61..7e917bb7ef16 100644
--- a/media-libs/daaplib/ChangeLog
+++ b/media-libs/daaplib/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for media-libs/daaplib
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.6 2004/10/05 08:50:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.7 2004/10/05 08:55:58 eradicator Exp $
05 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
daaplib-0.1.1a.ebuild:
- Added to ~amd64.
+ Added to ~amd64. get_libdir fixups.
25 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
daaplib-0.1.1a.ebuild:
diff --git a/media-libs/daaplib/Manifest b/media-libs/daaplib/Manifest
index c9c78700ab53..280265f61b62 100644
--- a/media-libs/daaplib/Manifest
+++ b/media-libs/daaplib/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 ee016d9af2b4f67925c8055cf8bb50f6 daaplib-0.1.1a.ebuild 917
+MD5 454f632b2e297be0456a3e07fbff1f53 daaplib-0.1.1a.ebuild 984
MD5 0589e7641e96ea672f142cb3fd282e8b metadata.xml 397
-MD5 74d985dbafd88e1b4f1a9c4f9778417c ChangeLog 896
+MD5 05fea18c62f2c1aa6750bd3e3b9c6ecc ChangeLog 916
MD5 2ec77395a6d005da75eb0f9a9f3650dd files/daaplib-0.1.1a-Makefile 930
MD5 c4e1bf55fa774a3c2698e7e9bd20fa0a files/digest-daaplib-0.1.1a 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBYmB5ArHZZzCEUG0RAtckAKCAtdfRqxKbyvN2518hWUKy8W6WnQCdEA+X
-4YDitvFdxFlHYy8/67IxwPY=
-=G6wr
+iD8DBQFBYmGoArHZZzCEUG0RAo6OAJ9/huWavt6ydTR7p5dtC14mEOTIsACdFGWb
+dYuSpUPXzkLgMZ1AwyT4n+E=
+=YkjW
-----END PGP SIGNATURE-----
diff --git a/media-libs/daaplib/daaplib-0.1.1a.ebuild b/media-libs/daaplib/daaplib-0.1.1a.ebuild
index 3450f06a2b37..5ffc6d7b9dc7 100644
--- a/media-libs/daaplib/daaplib-0.1.1a.ebuild
+++ b/media-libs/daaplib/daaplib-0.1.1a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.6 2004/10/05 08:50:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.7 2004/10/05 08:55:58 eradicator Exp $
IUSE="static"
@@ -33,8 +33,11 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" PREFIX=/usr install
- use static || rm ${D}/usr/lib/libdaaplib.a
+ make DESTDIR="${D}" \
+ PREFIX="/usr" \
+ LIBDEPLOY="/usr/$(get_libdir)" install || die
+
+ use static || rm ${D}/usr/$(get_libdir)/libdaaplib.a
dodoc ../../COPYING ../../README
}