diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-09-18 21:44:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-09-18 21:44:42 +0000 |
commit | 685fcc34fb9dc2b96f71be07e50f40f54d1e37b5 (patch) | |
tree | 4a18e73f6913946665a46d979d9cfa9814563875 /dev-libs/slib | |
parent | *** empty log message *** (diff) | |
download | historical-685fcc34fb9dc2b96f71be07e50f40f54d1e37b5.tar.gz historical-685fcc34fb9dc2b96f71be07e50f40f54d1e37b5.tar.bz2 historical-685fcc34fb9dc2b96f71be07e50f40f54d1e37b5.zip |
*** empty log message ***
Diffstat (limited to 'dev-libs/slib')
-rw-r--r-- | dev-libs/slib/files/digest-slib-2.3.8 | 1 | ||||
-rw-r--r-- | dev-libs/slib/slib-2.3.8.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/slib/files/digest-slib-2.3.8 b/dev-libs/slib/files/digest-slib-2.3.8 new file mode 100644 index 000000000000..5cc6ed134490 --- /dev/null +++ b/dev-libs/slib/files/digest-slib-2.3.8 @@ -0,0 +1 @@ +MD5 26d74cbbaea3be998ff639c4429dbacb slib2c8.zip diff --git a/dev-libs/slib/slib-2.3.8.ebuild b/dev-libs/slib/slib-2.3.8.ebuild new file mode 100644 index 000000000000..c56a7c07e3f2 --- /dev/null +++ b/dev-libs/slib/slib-2.3.8.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/dev-libs/slib/slib-2.3.8.ebuild,v 1.1 2000/09/18 21:44:42 achim Exp $ + +P=slib2c8 +A=${P}.zip +S=${WORKDIR}/slib +DESCRIPTION="" +SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${A}" +HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" + + +src_install () { + + cd ${S} + insinto /usr/share/guile/site/slib + doins *.scm + dodoc ANNOUNCE ChangeLog FAQ README + doinfo slib.info +} + +pkg_postinst () { + + if [ "${ROOT}" == "/" ] + then + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" + fi +} |