summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2002-12-12 13:20:16 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2002-12-12 13:20:16 +0000
commit8c2e5e8fd8c69dc463f73c6b9dece1b1b6ce31b0 (patch)
tree77e8b8ee302bb369ff09af3ae4b541b1ca6c5dd3 /media-libs/allegttf
parentinitial ebuild+digest+ChangeLog bug #9746 (diff)
downloadgentoo-2-8c2e5e8fd8c69dc463f73c6b9dece1b1b6ce31b0.tar.gz
gentoo-2-8c2e5e8fd8c69dc463f73c6b9dece1b1b6ce31b0.tar.bz2
gentoo-2-8c2e5e8fd8c69dc463f73c6b9dece1b1b6ce31b0.zip
inital ebuild + digest + ChangeLog
Diffstat (limited to 'media-libs/allegttf')
-rw-r--r--media-libs/allegttf/ChangeLog4
-rw-r--r--media-libs/allegttf/allegttf-2.0.ebuild38
-rw-r--r--media-libs/allegttf/files/digest-allegttf-2.01
3 files changed, 43 insertions, 0 deletions
diff --git a/media-libs/allegttf/ChangeLog b/media-libs/allegttf/ChangeLog
new file mode 100644
index 000000000000..26034f739be5
--- /dev/null
+++ b/media-libs/allegttf/ChangeLog
@@ -0,0 +1,4 @@
+# ChangeLog for media-libs/allegttf
+
+* allegttf-2.0 (27 Oct 2002)
+ Thomas Raschbacher<lordvan@lordvan.com>: created ebuild \ No newline at end of file
diff --git a/media-libs/allegttf/allegttf-2.0.ebuild b/media-libs/allegttf/allegttf-2.0.ebuild
new file mode 100644
index 000000000000..30d719ffffb3
--- /dev/null
+++ b/media-libs/allegttf/allegttf-2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# 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.1 2002/12/12 13:20:16 lordvan 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"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+DEPEND=">=media-libs/allegro-4.0.0"
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ emake || die
+ emake examples || die
+}
+
+src_install() {
+ dodir /usr/include
+ dodir /usr/lib
+
+ cd ${S}/source
+ mv makefile.lnx makefile.lnx_orig
+ # hardcoded install paths in makefile
+ sed s/'\/usr\/local'/'${D}\/usr'/ makefile.lnx_orig > makefile.lnx
+
+ cd ${S}
+ dodoc docs/*.txt *.txt
+ dohtml docs/allegttf.htm
+
+ insinto /usr/share/doc/${P}/examples
+ doins examples/*
+
+ make install || die
+}
diff --git a/media-libs/allegttf/files/digest-allegttf-2.0 b/media-libs/allegttf/files/digest-allegttf-2.0
new file mode 100644
index 000000000000..b4810919acd4
--- /dev/null
+++ b/media-libs/allegttf/files/digest-allegttf-2.0
@@ -0,0 +1 @@
+MD5 0a48481a3b9657031a9bafe634089d79 allegttf-2.0.tar.gz 244069