summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/obexftp/obexftp-0.10.2.ebuild')
-rw-r--r--net-wireless/obexftp/obexftp-0.10.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-wireless/obexftp/obexftp-0.10.2.ebuild b/net-wireless/obexftp/obexftp-0.10.2.ebuild
new file mode 100644
index 000000000000..5220cb7853b3
--- /dev/null
+++ b/net-wireless/obexftp/obexftp-0.10.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/obexftp/obexftp-0.10.2.ebuild,v 1.1 2004/11/12 20:35:12 ticho Exp $
+
+DESCRIPTION="File transfer over OBEX for mobile phones"
+SRC_URI="http://triq.net/obexftp/${P}.tar.gz"
+HOMEPAGE="http://triq.net/obexftp.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="media-sound/gsm
+ >=dev-libs/glib-1.2
+ >=dev-libs/openobex-1.0.0"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README* THANKS TODO
+}