Lines 2-8
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-libs/freealut/freealut-1.1.0.ebuild,v 1.1 2006/07/05 16:31:05 wolf31o2 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-libs/freealut/freealut-1.1.0.ebuild,v 1.1 2006/07/05 16:31:05 wolf31o2 Exp $ |
4 |
|
4 |
|
5 |
inherit eutils gnuconfig |
5 |
inherit autotools eutils gnuconfig |
6 |
|
6 |
|
7 |
DESCRIPTION="The OpenAL Utility Toolkit" |
7 |
DESCRIPTION="The OpenAL Utility Toolkit" |
8 |
SRC_URI="http://www.openal.org/openal_webstf/downloads/${P}.tar.gz" |
8 |
SRC_URI="http://www.openal.org/openal_webstf/downloads/${P}.tar.gz" |
Lines 16-21
Link Here
|
16 |
RDEPEND="~media-libs/openal-0.0.8 |
16 |
RDEPEND="~media-libs/openal-0.0.8 |
17 |
!~media-libs/openal-20050504" |
17 |
!~media-libs/openal-20050504" |
18 |
|
18 |
|
|
|
19 |
src_unpack() { |
20 |
unpack ${A} |
21 |
cd "${S}" |
22 |
|
23 |
# Link against openal and pthread |
24 |
sed -i -e 's/libalut_la_LIBADD = .*/& -lopenal -pthread/' src/Makefile.am |
25 |
AT_M4DIR="${S}/admin/autotools/m4" eautoreconf |
26 |
} |
27 |
|
19 |
src_compile() { |
28 |
src_compile() { |
20 |
econf \ |
29 |
econf \ |
21 |
--libdir=/usr/$(get_libdir) || die |
30 |
--libdir=/usr/$(get_libdir) || die |