You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-astronomy/galaxy/galaxy-2.2.ebuild

45 lines
860 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit fdo-mime toolchain-funcs flag-o-matic
# probably change every release
PID="1/3/0/3/13035936"
DESCRIPTION="Stellar simulation program"
HOMEPAGE="http://www.kornelix.com/galaxy.html"
SRC_URI="http://www.kornelix.com/uploads/${PID}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="x11-libs/gtk+:3"
RDEPEND="${DEPEND}
x11-misc/xdg-utils"
pkg_setup() {
tc-export CXX
append-cxxflags -pthread
append-ldflags -pthread
export PREFIX="${EPREFIX}/usr"
}
src_prepare() {
sed -e '/DOCDIR/ s/PROGRAM)/&-\$(VERSION)/g' \
-e '/xdg-desktop-menu/d' \
-i Makefile || die
}
pkg_postinst() {
fdo-mime_desktop_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
}