diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-01 20:14:01 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-01 20:14:01 +0000 |
commit | 3e7b0f4e4cb23d7b8541e3671670960d7d84737c (patch) | |
tree | 248edb986902f03436ef684c4055d79f5bcd7d2f /dev-libs/openobex/openobex-1.0.1.ebuild | |
parent | bump (diff) | |
download | gentoo-2-3e7b0f4e4cb23d7b8541e3671670960d7d84737c.tar.gz gentoo-2-3e7b0f4e4cb23d7b8541e3671670960d7d84737c.tar.bz2 gentoo-2-3e7b0f4e4cb23d7b8541e3671670960d7d84737c.zip |
bump
Diffstat (limited to 'dev-libs/openobex/openobex-1.0.1.ebuild')
-rw-r--r-- | dev-libs/openobex/openobex-1.0.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/openobex/openobex-1.0.1.ebuild b/dev-libs/openobex/openobex-1.0.1.ebuild new file mode 100644 index 000000000000..b2d5f4419f4d --- /dev/null +++ b/dev-libs/openobex/openobex-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.0.1.ebuild,v 1.1 2003/10/01 20:13:54 pyrania Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices" +SRC_URI="mirror://sourceforge/openobex/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/openobex" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc" + +DEPEND=">=dev-libs/glib-1.2" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc README AUTHORS NEWS +} |