mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
libbfio: version bump, amd64 tested.
This commit is contained in:
parent
69708b394b
commit
1cc661cc0d
2 changed files with 29 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
DIST libbfio-alpha-20110312.tar.gz 560032 RMD160 a529d2e161c15798cc48ce70be3c4bcde6f9047d SHA1 5023eb6d842addc2dd8f864f4b9c484ea89fab0d SHA256 934a1f42e44f68a32db1206eeee21cc7bd040820068be12b926d0b153b2ec191
|
||||
DIST libbfio-alpha-20110625.tar.gz 664656 RMD160 34965d09adfaaa7fcaa6ddc8c7c0e23911610455 SHA1 ff918a854d8b5210925e8091094420d348d340e9 SHA256 d90d4baf98b61f9f330e097fae2eadf0253d40e3a910154364a21d1710c441de
|
||||
EBUILD libbfio-0.0.20110312_alpha.ebuild 625 RMD160 0c41d245147fcba58e630558b8f812b3ac7293c7 SHA1 b81c48716e68f9ca1f1ad62c5a10b7e9a9736994 SHA256 5766dd91b833116397fd5b4885daea51e72889cc99f236e811b58a5d8fd25463
|
||||
EBUILD libbfio-0.0.20110625_alpha.ebuild 625 RMD160 0c41d245147fcba58e630558b8f812b3ac7293c7 SHA1 b81c48716e68f9ca1f1ad62c5a10b7e9a9736994 SHA256 5766dd91b833116397fd5b4885daea51e72889cc99f236e811b58a5d8fd25463
|
||||
|
|
|
|||
27
app-forensics/libbfio/libbfio-0.0.20110625_alpha.ebuild
Normal file
27
app-forensics/libbfio/libbfio-0.0.20110625_alpha.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit versionator
|
||||
|
||||
MY_DATE="$(get_version_component_range 3)"
|
||||
|
||||
DESCRIPTION="Library for providing a basic file input/output abstraction layer."
|
||||
HOMEPAGE="http://sf.net/projects/libbfio"
|
||||
SRC_URI="mirror://sourceforge/project/${PN}/${PN}-alpha/${PN}-alpha-${MY_DATE}/${PN}-alpha-${MY_DATE}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_DATE}"
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}" || die "Failed to install"
|
||||
}
|
||||
Loading…
Reference in a new issue