diff options
Diffstat (limited to 'apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild')
-rw-r--r-- | apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild b/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild deleted file mode 100644 index 06d2aec..0000000 --- a/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -KEYWORDS="-* ~amd64 ~x86" - -MY_PV="v1.82_70911" - -DESCRIPTION="Areca RaidCard HTTPd for amd64 and x86." -HOMEPAGE="http://www.areca.com.tw/support/main.htm" -SRC_URI="ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/HTTP/${MY_PV}.zip" -LICENSE="areca" -SLOT="0" -IUSE="" -RESTRICT="strip" - -S="${WORKDIR}/${MY_PV/v/V}" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install() { - if use amd64 ; then - newsbin "x86-64/archttp64" "${PN}" - elif use x86 ; then - newsbin "i386/archttp32" "${PN}" - else - eerror "Invalid ARCH, there are no Areca tools for you!" - fi - - newinitd "${FILESDIR}/${PN}-initd" "${PN}" -} |