diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-03-30 17:06:09 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-03-30 17:06:09 +0000 |
commit | 6d3f5e2648e086ffddc82b22b32afeefe3dfeaf7 (patch) | |
tree | 92e04ee0261bd3333bfc0c8566f82afe4428d291 /dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild | |
parent | * Added libtoolize --copy --force. (diff) | |
download | gentoo-2-6d3f5e2648e086ffddc82b22b32afeefe3dfeaf7.tar.gz gentoo-2-6d3f5e2648e086ffddc82b22b32afeefe3dfeaf7.tar.bz2 gentoo-2-6d3f5e2648e086ffddc82b22b32afeefe3dfeaf7.zip |
Version bumped.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild')
-rw-r--r-- | dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild b/dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild new file mode 100644 index 000000000000..d80914281e87 --- /dev/null +++ b/dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiiimp/libiiimp-12.1_p2002.ebuild,v 1.1 2005/03/30 17:04:44 usata Exp $ + +inherit iiimf + +DESCRIPTION="A generic C library which provides IIIM Protocol handling." +SRC_URI="http://www.openi18n.org/download/im-sdk/src/${IMSDK_P}.tar.bz2" + +KEYWORDS="~x86 ~ppc" +IUSE="" + +S="${WORKDIR}/${IMSDK}/lib/iiimp" |