diff options
Diffstat (limited to 'app-misc/bulbcalculator/bulbcalculator-9999.ebuild')
-rw-r--r-- | app-misc/bulbcalculator/bulbcalculator-9999.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/app-misc/bulbcalculator/bulbcalculator-9999.ebuild b/app-misc/bulbcalculator/bulbcalculator-9999.ebuild new file mode 100644 index 0000000..ff8eaa1 --- /dev/null +++ b/app-misc/bulbcalculator/bulbcalculator-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit qt4-r2 git-2 +# A well-used example of an eclass function that needs eutils is epatch. If +# your source needs patches applied, it's suggested to put your patch in the +# 'files' directory and use: +# +# epatch "${FILESDIR}"/patch-name-here +# +# eclasses tend to list descriptions of how to use their functions properly. +# take a look at /usr/portage/eclass/ for more examples. + +# Short one-line description of this package. +DESCRIPTION="BulbCalculator is a software to design the bulb of RC sail yacht model." +HOMEPAGE="http://bulbcalculator.wordpress.com" + +EGIT_REPO_URI="https://github.com/mgian/bulbcalculator" +EGIT_BRANCH="QT_4" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64" + +DEPEND="dev-qt/qtopengl:4 + dev-qt/qtxmlpatterns:4 + dev-qt/qtcore:4 + x11-libs/libqglviewer" + +RDEPEND="${DEPEND}"
\ No newline at end of file |