diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:08 +0000 |
commit | 40acb018a098ccee95fb44b2e1efc189a14ee402 (patch) | |
tree | 8bffff3586af62e9c057ea182df2c6af8a42c77d /sys-libs/slang | |
parent | *** empty log message *** (diff) | |
download | historical-40acb018a098ccee95fb44b2e1efc189a14ee402.tar.gz historical-40acb018a098ccee95fb44b2e1efc189a14ee402.tar.bz2 historical-40acb018a098ccee95fb44b2e1efc189a14ee402.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/slang')
-rw-r--r-- | sys-libs/slang/slang-1.4.1-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-libs/slang/slang-1.4.1-r1.ebuild b/sys-libs/slang/slang-1.4.1-r1.ebuild deleted file mode 100644 index 7564d13f64b9..000000000000 --- a/sys-libs/slang/slang-1.4.1-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.1-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ - -P=slang-1.4.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Console display library used by most text viewer" -SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${A}" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try make elf -} - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e "s/ELF_CFLAGS=\"-O2/ELF_CFLAGS=\"${CFLAGS}/" configure.orig > configure -} - -src_install() { - into /usr - libopts -m0755 - dolib src/elfobjs/libslang.so.1.4.1 - dosym libslang.so.1.4.1 /usr/lib/libslang.so.1 - dosym libslang.so.1 /usr/lib/libslang.so - dodoc COPYING* NEWS README *.txt - dodoc doc/*.txt doc/internal/*.txt doc/text/*.txt - docinto html - dodoc doc/*.html - dodir /usr/include - insinto /usr/include - cd ${S}/src - doins slang.h slcurses.h -} - - - |