# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild,v 1.11 2003/02/13 16:57:15 vapier Exp $ IUSE="nls" S=${WORKDIR}/${P} DESCRIPTION="Set of functions, objects and widgets to use DPS easily with GTK" SRC_URI="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/dist/${P}.tar.gz" HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="x86 sparc " DEPEND="virtual/glibc =x11-libs/gtk+-1.2* >=app-text/dgs-0.5.9.1" RDEPEND="nls? ( sys-devel/gettext )" src_compile() { if [ -z "`use nls`" ] ; then myconf="--disable-nls" fi ./configure --prefix=/usr --host=${CHOST} \ --with-x --with-dps $myconf || die make || die } src_install () { make prefix=${D}/usr install || die dodoc COPYING* ChangeLog GTKDPS-VERSION HACKING NEWS README TODO }