diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:54:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:54:06 +0000 |
commit | 26ef11f855b1900e0a9eb30619d526ac83e56a8b (patch) | |
tree | 66359baa38877e14988dc2ddd7ffba6cceac95db /media-libs/fnlib | |
parent | Cleanup (diff) | |
download | gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.tar.gz gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.tar.bz2 gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.zip |
Cleanup
Diffstat (limited to 'media-libs/fnlib')
-rw-r--r-- | media-libs/fnlib/fnlib-0.5.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/fnlib/fnlib-0.5.ebuild b/media-libs/fnlib/fnlib-0.5.ebuild deleted file mode 100644 index 5615727591f3..000000000000 --- a/media-libs/fnlib/fnlib-0.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5.ebuild,v 1.4 2000/11/05 14:42:17 achim Exp $ - -P=fnlib-0.5 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Font Library" -SRC_URI="ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/libs/"${A} - -DEPEND=">=media-libs/imlib-1.9.8.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/fnlib - try make -} - -src_install() { - cd ${S} - - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/fnlib install - dodoc AUTHORS ChangeLog COPYING* HACKING NEWS README - dodoc doc/fontinfo.README - -} - - - - |