diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-03 16:22:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-03 16:22:36 +0000 |
commit | 8f12015c2b377b31ac9aa589b63ddc566ed05f7c (patch) | |
tree | 5e04ebef4351146e7c3caf70ef50f4c12e8c255c /sys-libs/lib-compat | |
parent | *** empty log message *** (diff) | |
download | historical-8f12015c2b377b31ac9aa589b63ddc566ed05f7c.tar.gz historical-8f12015c2b377b31ac9aa589b63ddc566ed05f7c.tar.bz2 historical-8f12015c2b377b31ac9aa589b63ddc566ed05f7c.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.0-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild b/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild new file mode 100644 index 000000000000..22eeac16a4d1 --- /dev/null +++ b/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild @@ -0,0 +1,29 @@ +# 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/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild,v 1.1 2000/08/03 16:22:36 achim Exp $ + +P=lib-compat-1.0 +A=lib-compat.tar.gz +S=${WORKDIR}/${P} +CATEGORY="sys-libs" +DESCRIPTION="Compatibility c++ and libc5 libraries for programs new and old" +SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/"${A} + +src_unpack () { + mkdir ${S} + cd ${S} + unpack ${A} +} + +src_compile() { + echo +} + +src_install() { + into /usr + dolib.so *.so* +} + + + |