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-calculators/qalculator/qalculator-0.4b.ebuild

25 lines
682 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculator/qalculator-0.4b.ebuild,v 1.3 2013/03/02 23:16:38 hwoarang Exp $
EAPI=4
inherit eutils qt4-r2
DESCRIPTION="A Qt4 based small calculator application"
HOMEPAGE="http://www.qt-apps.org/content/show.php/Qalculator?content=101326"
SRC_URI="http://www.qt-apps.org/CONTENT/content-files/101326-${P}-src.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-qt/qtgui:4"
S=${WORKDIR}/${P}-src
src_install() {
dobin Qalculator
make_desktop_entry Qalculator Qalculator accessories-calculator
}