summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-16 20:48:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-16 20:48:03 +0000
commit85d88f0aa46c341575e3b2454874cf0d1e84b305 (patch)
tree8add3ae46867d178b85cdf8f853c8ef9ec6f58a4 /media-libs/allegttf
parentold (diff)
downloadgentoo-2-85d88f0aa46c341575e3b2454874cf0d1e84b305.tar.gz
gentoo-2-85d88f0aa46c341575e3b2454874cf0d1e84b305.tar.bz2
gentoo-2-85d88f0aa46c341575e3b2454874cf0d1e84b305.zip
tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/allegttf')
-rw-r--r--media-libs/allegttf/allegttf-2.0.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/media-libs/allegttf/allegttf-2.0.ebuild b/media-libs/allegttf/allegttf-2.0.ebuild
index 4c42c4903524..2d6b47dcb17e 100644
--- a/media-libs/allegttf/allegttf-2.0.ebuild
+++ b/media-libs/allegttf/allegttf-2.0.ebuild
@@ -1,26 +1,24 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegttf/allegttf-2.0.ebuild,v 1.8 2004/12/20 12:45:04 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegttf/allegttf-2.0.ebuild,v 1.9 2005/04/16 20:48:03 mr_bones_ Exp $
DESCRIPTION="Anti-aliased text output and font loading routines for Allegro"
HOMEPAGE="http://huizen.dds.nl/~deleveld/allegttf.htm"
SRC_URI="http://huizen.dds.nl/~deleveld/${P}.tar.gz"
-KEYWORDS="x86 ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="ppc x86"
IUSE=""
-RDEPEND=">=media-libs/allegro-4.0.0"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+DEPEND=">=media-libs/allegro-4.0.0"
src_unpack() {
unpack ${A}
sed -i \
- -e 's/make/$(MAKE)/' ${S}/Makefile \
- || die "sed Makefile failed"
+ -e 's/make/$(MAKE)/' "${S}/Makefile" \
+ || die "sed failed"
}
src_compile() {
@@ -36,8 +34,7 @@ src_install() {
|| die "sed failed"
cd ${S}
- dodir /usr/include
- dodir /usr/lib
+ dodir /usr/include /usr/lib
make install || die "make install failed"
dodoc docs/*.txt *.txt || die "dodoc failed"
dohtml docs/allegttf.htm || die "dohtml failed"