media-radio/gpredict: drop symlink to license (bug #632126)

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Thomas Beierlein
2017-10-02 18:56:23 +02:00
parent 8832f8655e
commit 380ac4dfac
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- Makefile.am.orig 2009-04-19 12:09:03.000000000 +0200
+++ Makefile.am 2009-04-19 12:09:20.000000000 +0200
@@ -2,12 +2,8 @@
install-data-local:
@$(NORMAL_INSTALL)
- $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)
- $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(top_srcdir)/NEWS $(DESTDIR)$(pkgdatadir)
- $(INSTALL_DATA) $(top_srcdir)/README $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(top_srcdir)/COPYING $(DESTDIR)$(pkgdatadir)
- $(INSTALL_DATA) $(top_srcdir)/TODO $(DESTDIR)$(pkgdatadir)
EXTRA_DIST = \
autogen.sh \

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools eutils
DESCRIPTION="Real-time satellite tracking and orbit prediction application"
HOMEPAGE="http://gpredict.oz9aec.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-libs/glib:2
x11-libs/gdk-pixbuf[jpeg]
x11-libs/gtk+:2
x11-libs/goocanvas:0
net-misc/curl"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"
src_prepare() {
# remove wrong doc location
epatch "${FILESDIR}/${PN}-1.3-doc.patch"
sed -i -e "s/0.15/0.14/g" configure.ac || die
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
make_desktop_entry ${PN} "GPredict" "/usr/share/pixmaps/gpredict/icons/gpredict-icon.png" Science
dodoc AUTHORS ChangeLog NEWS README TODO
}