summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-11 13:05:45 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-11 13:05:45 +0000
commitcf759b1bc9b986dfb4ed48c7e17be6f4618aba86 (patch)
treeb48da9aed347b35e38a427b5eb20236ed2254c53 /media-libs/libsndfile/libsndfile-1.0.9.ebuild
parentepunt_cxx closes bug #76744. (Manifest recommit) (diff)
downloadgentoo-2-cf759b1bc9b986dfb4ed48c7e17be6f4618aba86.tar.gz
gentoo-2-cf759b1bc9b986dfb4ed48c7e17be6f4618aba86.tar.bz2
gentoo-2-cf759b1bc9b986dfb4ed48c7e17be6f4618aba86.zip
epunt_cxx fixes bug #76746.
Diffstat (limited to 'media-libs/libsndfile/libsndfile-1.0.9.ebuild')
-rw-r--r--media-libs/libsndfile/libsndfile-1.0.9.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.0.9.ebuild b/media-libs/libsndfile/libsndfile-1.0.9.ebuild
index 373da0d08876..88c4c19c9c6a 100644
--- a/media-libs/libsndfile/libsndfile-1.0.9.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.9.ebuild,v 1.8 2004/09/02 13:29:57 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.9.ebuild,v 1.9 2005/01/11 13:05:45 eradicator Exp $
+
+inherit eutils
DESCRIPTION="A C library for reading and writing files containing sampled sound"
HOMEPAGE="http://www.mega-nerd.com/libsndfile/"
@@ -13,6 +15,12 @@ IUSE=""
DEPEND="virtual/libc"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epunt_cxx
+}
+
src_install () {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"