diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-06 05:21:10 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-06 05:21:10 +0000 |
commit | d4e6c63d46fa543db3a2710b107166ddeb25934d (patch) | |
tree | 7153f63e8a6440b98e78a6d6b7f50af32257b24f /dev-libs/libunicode | |
parent | New packages for gnome-1.4_beta2 used in rc4 (diff) | |
download | historical-d4e6c63d46fa543db3a2710b107166ddeb25934d.tar.gz historical-d4e6c63d46fa543db3a2710b107166ddeb25934d.tar.bz2 historical-d4e6c63d46fa543db3a2710b107166ddeb25934d.zip |
New packages for gnome-1.4_beta2 used in rc4
Available flags:
bonobo, gtkhtml
Diffstat (limited to 'dev-libs/libunicode')
-rw-r--r-- | dev-libs/libunicode/files/digest-libunicode-0.4-r1 | 1 | ||||
-rw-r--r-- | dev-libs/libunicode/libunicode-0.4-r1.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/libunicode/files/digest-libunicode-0.4-r1 b/dev-libs/libunicode/files/digest-libunicode-0.4-r1 new file mode 100644 index 000000000000..cd2fc6c37b7c --- /dev/null +++ b/dev-libs/libunicode/files/digest-libunicode-0.4-r1 @@ -0,0 +1 @@ +MD5 78bca1168d7f180e9cc8a3388bf7374e libunicode-0.4.gnome.tar.gz diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild new file mode 100644 index 000000000000..4f41af1aec53 --- /dev/null +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -0,0 +1,31 @@ +# 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 + +A=${P}.gnome.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="The Gnome Application Libraries" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} + ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" + +HOMEPAGE="http://www.gnome.org/" + +DEPEND="virtual/glibc" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + + dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO +} + + + + |