diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-13 19:55:11 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-13 19:55:11 +0000 |
commit | 921793913e145e9cc7525b094d8ab5042e84b8a8 (patch) | |
tree | da6aba925e9f6d20fd7c199f40b38466c97c4c9a /dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild | |
parent | version bump (diff) | |
download | historical-921793913e145e9cc7525b094d8ab5042e84b8a8.tar.gz historical-921793913e145e9cc7525b094d8ab5042e84b8a8.tar.bz2 historical-921793913e145e9cc7525b094d8ab5042e84b8a8.zip |
Added a snapshot. Renamed previous ebuild and marked it stable.
Diffstat (limited to 'dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild')
-rw-r--r-- | dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild b/dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild new file mode 100644 index 000000000000..dc7187c874ab --- /dev/null +++ b/dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiiimcf/libiiimcf-12.0.1_pre1891.ebuild,v 1.1 2004/09/13 19:52:51 usata Exp $ + +inherit iiimf eutils + +DESCRIPTION="A library to implement generic C interface for IIIM Client" + +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-libs/eimil + dev-libs/libiiimp" +DEPEND="${RDEPEND} + sys-devel/autoconf + sys-devel/automake + >=sys-apps/sed-4" + +S="${WORKDIR}/${IMSDK}/lib/iiimcf" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e "s:../EIMIL:/usr/lib:g" \ + -e "s:../iiimp:/usr/lib:g" Makefile* || die "sed failed" + autoconf +} |