| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 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/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.17 2008/12/19 02:51:10 gentoofan23 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.18 2009/09/23 20:50:43 patrick Exp $ |
| 4 | |
4 | |
| 5 | WANT_AUTOMAKE=1.6 |
5 | WANT_AUTOMAKE=1.6 |
| 6 | inherit autotools eutils libtool |
6 | inherit autotools eutils libtool |
| 7 | |
7 | |
| 8 | MY_P="hfsplus_${PV}" |
8 | MY_P="hfsplus_${PV}" |
| … | |
… | |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="ppc ppc64 x86" |
15 | KEYWORDS="ppc ppc64 x86" |
| 16 | IUSE="" |
16 | IUSE="" |
| 17 | |
17 | |
| 18 | DEPEND="app-arch/bzip2" |
18 | DEPEND="app-arch/bzip2" |
| 19 | RDEPEND="virtual/libc" |
19 | RDEPEND="" |
| 20 | |
20 | |
| 21 | S=${WORKDIR}/hfsplus-${PV} |
21 | S=${WORKDIR}/hfsplus-${PV} |
| 22 | |
22 | |
| 23 | src_unpack() { |
23 | src_unpack() { |
| 24 | unpack ${A} |
24 | unpack ${A} |