blob: db7f60087221763e12b241ee4e10ff5e9bf2af1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiiimp/libiiimp-12.0.1_pre1891.ebuild,v 1.1 2004/09/13 19:52:09 usata Exp $
inherit iiimf
DESCRIPTION="A generic C library which provides IIIM Protocol handling."
KEYWORDS="~x86"
IUSE=""
S="${WORKDIR}/${IMSDK}/lib/iiimp"
|