diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2012-01-06 22:22:33 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2012-01-06 22:22:33 +0100 |
commit | 04bd0a3fbf9d0d6e3bf847f449b622474c4fd6d9 (patch) | |
tree | 850b518678dae0a01953ca423c88eb5b0bdd2fd4 /flx/flx-flx | |
parent | app-crypt/pvk: Converts PVK files to PEM files and back again (diff) | |
download | portage-04bd0a3fbf9d0d6e3bf847f449b622474c4fd6d9.tar.xz |
flx 0.1.31
Diffstat (limited to 'flx/flx-flx')
-rw-r--r-- | flx/flx-flx/Manifest | 1 | ||||
-rw-r--r-- | flx/flx-flx/flx-flx-0.1.31.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/flx/flx-flx/Manifest b/flx/flx-flx/Manifest new file mode 100644 index 00000000..e81df97a --- /dev/null +++ b/flx/flx-flx/Manifest @@ -0,0 +1 @@ +EBUILD flx-flx-0.1.31.ebuild 592 RMD160 2eaac3dd4d038d22a13d8c3328db2434f9e15cb4 SHA1 f440ca020489766d3c4eed147e0f878b72012775 SHA256 71f5669acb8adcf3e6dfe0f0b0a2594ba9647b9afb151da28f5c5d62daa34b4b diff --git a/flx/flx-flx/flx-flx-0.1.31.ebuild b/flx/flx-flx/flx-flx-0.1.31.ebuild new file mode 100644 index 00000000..9d595a4b --- /dev/null +++ b/flx/flx-flx/flx-flx-0.1.31.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git +EAPI="4" + +DESCRIPTION="Formilux Tools" +HOMEPAGE="http://master.formilux.org/git/dist/src/flxutils.git" +EGIT_REPO_URI="http://master.formilux.org/git/dist/src/flxutils.git" +EGIT_COMMIT="v${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +mPN="flx" + +src_compile () +{ + tc-export CC + + emake -C ${mPN} || die "emake ${mPN} failed" +} + +src_install () +{ + into /usr + dobin flx/flx + dodoc flx/{AUTHORS,ChangeLog,NOTES,README,TODO} +} |