blob: 2776b737dc2152cf239a00d7c496478303616f62 (
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-11.4_p1467.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"
|