diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-11-29 22:12:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-11-29 22:12:03 +0000 |
commit | 3efb64deeb7b4058c7a3009d716a65c3e404003c (patch) | |
tree | 0fef8d307ed7974c9ba68db3e8523090ff662367 /app-admin/vasile/vasile-4.4.ebuild | |
parent | c9b09c743418238f1b150c923dd20f8b25d01a2f (diff) |
vasile 4.4
Diffstat (limited to 'app-admin/vasile/vasile-4.4.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-4.4.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app-admin/vasile/vasile-4.4.ebuild b/app-admin/vasile/vasile-4.4.ebuild new file mode 100644 index 00000000..9e0ee16c --- /dev/null +++ b/app-admin/vasile/vasile-4.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils git-r3 + +DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/redcore/vasile.git" +EGIT_COMMIT="c1061623c68ef96f882b3f45ae34ecf0be3d0fd0" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="sys-apps/gentoo-functions" +RDEPEND="${DEPEND} + dev-libs/libisoburn + sys-boot/grub:2 + sys-kernel/dkms + sys-fs/mtools + sys-fs/squashfs-tools" + +src_install() { + dodir /usr/bin + exeinto /usr/bin + doexe ${S}/${PN} + dodir /usr/$(get_libdir)/${PN} + insinto /usr/$(get_libdir)/${PN} + doins ${S}/libvasile +} + |