summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/DirectFB/DirectFB-0.9.0.ebuild')
-rw-r--r--dev-libs/DirectFB/DirectFB-0.9.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.0.ebuild b/dev-libs/DirectFB/DirectFB-0.9.0.ebuild
deleted file mode 100644
index fa620d309550..000000000000
--- a/dev-libs/DirectFB/DirectFB-0.9.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.0.ebuild,v 1.4 2001/06/03 09:54:22 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="DirectFB is a thin library on top of the Linux fb devices"
-SRC_URI="http://www.directfb.org/download/${A}"
-HOMEPAGE="http://www.directfb.org"
-
-DEPEND="virtual/glibc sys-devel/perl >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6
- >=media-libs/libpng-1.0.10"
-
-RDEPEND="virtual/glibc >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6
- >=media-libs/libpng-1.0.10"
-
-src_compile() {
-
- try ./configure --prefix=/usr --host=${CHOST}
- cp Makefile Makefile.orig
- sed -e "s:examples::" Makefile.orig > Makefile
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
- docinto html
- dodoc docs/html/*.{png,html}
-}
-