| 1 | # Copyright 1999-2005 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/dev-libs/safestr/safestr-1.0.3.ebuild,v 1.2 2005/05/06 12:01:18 ka0ttic Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/safestr/safestr-1.0.3.ebuild,v 1.3 2009/09/23 17:26:20 patrick Exp $ |
| 4 | |
4 | |
| 5 | DESCRIPTION="provide a standards compatible yet secure string implementation" |
5 | DESCRIPTION="provide a standards compatible yet secure string implementation" |
| 6 | HOMEPAGE="http://www.zork.org/safestr/" |
6 | HOMEPAGE="http://www.zork.org/safestr/" |
| 7 | SRC_URI="http://www.zork.org/software/${P}.tar.gz" |
7 | SRC_URI="http://www.zork.org/software/${P}.tar.gz" |
| 8 | |
8 | |
| 9 | LICENSE="ZORK" |
9 | LICENSE="ZORK" |
| 10 | SLOT="0" |
10 | SLOT="0" |
| 11 | KEYWORDS="x86" |
11 | KEYWORDS="x86" |
| 12 | IUSE="" |
12 | IUSE="" |
| 13 | |
13 | |
| 14 | RDEPEND="virtual/libc |
14 | RDEPEND="dev-libs/xxl" |
| 15 | dev-libs/xxl" |
|
|
| 16 | DEPEND="${RDEPEND}" |
15 | DEPEND="${RDEPEND}" |
| 17 | |
16 | |
| 18 | src_unpack() { |
17 | src_unpack() { |
| 19 | unpack ${A} |
18 | unpack ${A} |
| 20 | cd ${S} |
19 | cd ${S} |