summaryrefslogtreecommitdiff
path: root/net-misc/sjphone/sjphone-1.60.2235.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sjphone/sjphone-1.60.2235.ebuild')
-rw-r--r--net-misc/sjphone/sjphone-1.60.2235.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/sjphone/sjphone-1.60.2235.ebuild b/net-misc/sjphone/sjphone-1.60.2235.ebuild
deleted file mode 100644
index fa22405afa4d..000000000000
--- a/net-misc/sjphone/sjphone-1.60.2235.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_P="SJphoneLnx-${PV}"
-DESCRIPTION=" VOIP softphone supports both SIP and H.323 standards "
-HOMEPAGE="http://www.sjlabs.com/sjp.html"
-SRC_URI="http://www.sjlabs.com/preview/linux/${MY_P}.tar.gz"
-
-LICENSE="SJ-Labs IJG libpng ZLIB RSA W3C BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-RESTRICT="strip mirror bindist"
-
-RDEPEND="x11-libs/libSM
- x11-libs/libICE
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp"
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- insinto /opt/sjphone
- doins -r lib/*
- fperms a+x /opt/sjphone/sjphone
-
- sed -i -e 's:$(dirname "$0"):/opt/sjphone:' \
- -e 's:$WD/lib:$WD:' sjphone
- dobin sjphone
- dodoc README
- doicon lib/sjphone.png
- make_desktop_entry sjphone
-}