|
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/sys-apps/acl/acl-2.2.49.ebuild,v 1.7 2010/04/02 12:15:58 armin76 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.49.ebuild,v 1.7 2010/04/02 12:15:58 armin76 Exp $ |
| 4 |
|
4 |
|
| 5 |
inherit eutils toolchain-funcs |
5 |
inherit eutils multilib toolchain-funcs |
| 6 |
|
6 |
|
| 7 |
DESCRIPTION="access control list utilities, libraries and headers" |
7 |
DESCRIPTION="access control list utilities, libraries and headers" |
| 8 |
HOMEPAGE="http://savannah.nongnu.org/projects/acl" |
8 |
HOMEPAGE="http://savannah.nongnu.org/projects/acl" |
|
Lines 19-24
Link Here
|
| 19 |
DEPEND="${RDEPEND} |
19 |
DEPEND="${RDEPEND} |
| 20 |
nls? ( sys-devel/gettext )" |
20 |
nls? ( sys-devel/gettext )" |
| 21 |
|
21 |
|
|
|
22 |
pkg_setup() { |
| 23 |
if [[ -L ${ROOT}/$(get_libdir)/libacl.a ]]; then |
| 24 |
ebegin "Removing bad symlink to libacl.a from /$(get_libdir)" |
| 25 |
rm -f "${ROOT}"/$(get_libdir)/libacl.a |
| 26 |
eend $? |
| 27 |
fi |
| 28 |
} |
| 29 |
|
| 22 |
src_unpack() { |
30 |
src_unpack() { |
| 23 |
unpack ${P}.src.tar.gz |
31 |
unpack ${P}.src.tar.gz |
| 24 |
cd "${S}" |
32 |
cd "${S}" |