diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-30 08:23:34 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-30 08:23:34 +0100 |
commit | 5ec8d68e9e6f5628272983547abe32bc1e6d5f0a (patch) | |
tree | 31cfbca02451e94606d4f235e05445a1da7a0ba0 /app-admin/vasile/vasile-1706.ebuild | |
parent | 0b6e909c317eda0395e2914b1d2e4a811f414e28 (diff) |
change vasile's versioning, bump kernel to v4.9.35
Diffstat (limited to 'app-admin/vasile/vasile-1706.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-1706.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app-admin/vasile/vasile-1706.ebuild b/app-admin/vasile/vasile-1706.ebuild new file mode 100644 index 00000000..07f61316 --- /dev/null +++ b/app-admin/vasile/vasile-1706.ebuild @@ -0,0 +1,36 @@ +# 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="d2f9ba46c0aef4ce8732fc5093bc6abe8b5bc3c8" + +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 +} |