summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-10-01 20:14:01 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-10-01 20:14:01 +0000
commit740d4130a825d4933fc88b298d237c12d3657912 (patch)
tree3e8f0f2b69c56ea10ea84ddd0df996c3a18c21d7 /dev-libs/openobex/openobex-1.0.1.ebuild
parentbump (diff)
downloadhistorical-740d4130a825d4933fc88b298d237c12d3657912.tar.gz
historical-740d4130a825d4933fc88b298d237c12d3657912.tar.bz2
historical-740d4130a825d4933fc88b298d237c12d3657912.zip
bump
Diffstat (limited to 'dev-libs/openobex/openobex-1.0.1.ebuild')
-rw-r--r--dev-libs/openobex/openobex-1.0.1.ebuild27
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
+}