diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-19 22:01:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-19 22:01:12 +0000 |
commit | e6f88c1321a3300aaa1f358c11b8c7c93d8a24cb (patch) | |
tree | 99b7dba335911acb09e1248ffd3f8c6db879648c /app-admin/vasile/vasile-1.1.ebuild | |
parent | ee1d7186128add565a72c4ec06ac4392b09c9469 (diff) |
keep argent compatible vasile around
Diffstat (limited to 'app-admin/vasile/vasile-1.1.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-1.1.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/app-admin/vasile/vasile-1.1.ebuild b/app-admin/vasile/vasile-1.1.ebuild new file mode 100644 index 00000000..472029bc --- /dev/null +++ b/app-admin/vasile/vasile-1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="RogentOS Development Group buildbot, a safer alternative to Sabayons app-admin/matter" +HOMEPAGE="http://rogentos.ro" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/rogentos/vasile.git" +EGIT_COMMIT="0365b5c778276311bf255e4357b58c2717c9545c" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" + sys-fs/squashfs-tools + sys-boot/grub:2 + dev-libs/libisoburn + sys-fs/mtools" +RDEPEND="${DEPEND}" + +src_install() { + dodir /usr/bin + exeinto /usr/bin + doexe ${S}/${PN} + dodir /usr/$(get_libdir)/${PN} + insinto /usr/$(get_libdir)/${PN} + doins ${S}/libvasile + dodir /usr/share/${PN} + insinto /usr/share/${PN} + doins ${S}/build* + doins ${S}/iso* +} + |