diff options
author | 2001-04-15 18:57:14 +0000 | |
---|---|---|
committer | 2001-04-15 18:57:14 +0000 | |
commit | 77babd7d9bdfc2a0bf8974604f1458cae049863c (patch) | |
tree | 776921f43e58da1dbf36c8c0b559e87137ece577 /dev-util | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-77babd7d9bdfc2a0bf8974604f1458cae049863c.tar.gz gentoo-2-77babd7d9bdfc2a0bf8974604f1458cae049863c.tar.bz2 gentoo-2-77babd7d9bdfc2a0bf8974604f1458cae049863c.zip |
more gnome updates
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.1 | 1 | ||||
-rw-r--r-- | dev-util/xml-i18n-tools/xml-i18n-tools-0.8.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.1 b/dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.1 new file mode 100644 index 000000000000..3d7d0a72d9de --- /dev/null +++ b/dev-util/xml-i18n-tools/files/digest-xml-i18n-tools-0.8.1 @@ -0,0 +1 @@ +MD5 d14df0ed39f96e12885442480002253c xml-i18n-tools-0.8.1.tar.gz diff --git a/dev-util/xml-i18n-tools/xml-i18n-tools-0.8.1.ebuild b/dev-util/xml-i18n-tools/xml-i18n-tools-0.8.1.ebuild new file mode 100644 index 000000000000..c2c121c8c6e0 --- /dev/null +++ b/dev-util/xml-i18n-tools/xml-i18n-tools-0.8.1.ebuild @@ -0,0 +1,30 @@ +# 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}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="The Gnome Application Libraries" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} + ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=sys-devel/perl-5.6.0" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/usr + try make +} + +src_install() { + cd ${S} + try make DESTDIR=${D} install + dodoc AUTHORS ChangeLog NEWS README +} + + + + + |