# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Leigh Dyer # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp S=${WORKDIR}/${P} DESCRIPTION="File transfer over OBEX for Siemens mobile phones" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" HOMEPAGE="http://triq.net/obexftp.html" LICENSE="GPL-2" DEPEND=">=dev-libs/glib-1.2 >=net-misc/openobex-0.9.8" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die }