mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-28 11:13:10 +01:00
29 lines
593 B
Bash
29 lines
593 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: Exp $
|
|
|
|
EAPI="2"
|
|
|
|
#MY_P="LinEn_${PV}"
|
|
SRC_URI="LinEn_${PV}.zip"
|
|
DESCRIPTION="Encase's linen utility"
|
|
HOMEPAGE="http://www.encaseenterprise.com/support/LinEn_LicenseAgreement.aspx"
|
|
|
|
LICENSE="as-is"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm ppc ppc64 x86"
|
|
IUSE=""
|
|
RDEPEND=""
|
|
DEPEND="app-arch/unzip"
|
|
RESTRICT="fetch"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
dosbin linen
|
|
}
|
|
|
|
pkg_nofetch() {
|
|
einfo "Please go to ${HOMEPAGE} and accept the license"
|
|
einfo "to download linen. Save it to ${DISTDIR}"
|
|
}
|