diff options
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/asm/Manifest | 3 | ||||
-rw-r--r-- | sys-block/asm/asm-7.00.18781.ebuild | 30 |
2 files changed, 33 insertions, 0 deletions
diff --git a/sys-block/asm/Manifest b/sys-block/asm/Manifest new file mode 100644 index 0000000..f1e31d3 --- /dev/null +++ b/sys-block/asm/Manifest @@ -0,0 +1,3 @@ +DIST asm_linux_x64_v7_00_18781.tgz 59209363 RMD160 5b8cbc7158e9f1995ffacbac6a3df959850ba6c1 SHA1 249b8ebc77ba4187bc2909bf84eeaa27dc32b943 SHA256 22887d0d1f1df248eb97b03768b5b148b0466f4bf1347805d372bd59e5740abb +DIST asm_linux_x86_v7_00_18781.tgz 65457772 RMD160 615f2b4ba82e329620420c703197e4c29a03979a SHA1 37d58b6ac33f7487a4198007884585c41b846c67 SHA256 0683661d53f4f3b8d4b7be1a3bb9e7d6e230db89254707e1516cd55005b735cc +EBUILD asm-7.00.18781.ebuild 667 RMD160 933a6d54d10168caa627b7e5530639649cef7a34 SHA1 bd2586c36e3ad8bd9622e38577c35964b0c8809b SHA256 60642a556b89ac9a903ad9cb250e98cb96c0bdb23f0d5a487235ae1cc935684d diff --git a/sys-block/asm/asm-7.00.18781.ebuild b/sys-block/asm/asm-7.00.18781.ebuild new file mode 100644 index 0000000..609dfc4 --- /dev/null +++ b/sys-block/asm/asm-7.00.18781.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +RESTRICT="strip" + +inherit versionator + +MY_PV="$(replace_all_version_separators _ ${PV})" + +DESCRIPTION="Adaptec Storage Manager (ASM)" +HOMEPAGE="http://www.adaptec.com/en-US/downloads/" +SRC_URI="amd64? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x64_v${MY_PV}.tgz ) + x86? ( http://download.adaptec.com/raid/storage_manager/${PN}_linux_x86_v${MY_PV}.tgz )" + +LICENSE="Adaptec" +SLOT="0" +KEYWORDS="-* amd64 ~x86" +IUSE="" + +RDEPEND="virtual/libstdc++:3.3" + +S="${WORKDIR}" + +src_install() { + into /usr + dosbin cmdline/arcconf +} |