summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/scmxx/scmxx-0.7.4.ebuild')
-rw-r--r--app-misc/scmxx/scmxx-0.7.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/scmxx/scmxx-0.7.4.ebuild b/app-misc/scmxx/scmxx-0.7.4.ebuild
new file mode 100644
index 000000000000..2a35138a8730
--- /dev/null
+++ b/app-misc/scmxx/scmxx-0.7.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.7.4.ebuild,v 1.1 2004/10/17 19:59:57 pylon Exp $
+
+DESCRIPTION="Exchange data with Siemens phones"
+HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
+SRC_URI="mirror://sourceforge/scmxx/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ exeinto /usr/lib/scmxx
+ doexe contrib/*
+ dodoc AUTHORS BUGS CHANGELOG INSTALL README TODO VERSION docs/*.txt
+ newdoc docs/README README.doc
+}