mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 19:50:51 +02:00
libbfio: rename ebuild
This commit is contained in:
parent
c67cdc4051
commit
9c0f27fd4e
1 changed files with 1 additions and 7 deletions
|
|
@ -3,13 +3,9 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
inherit versionator autotools
|
||||
|
||||
MY_PV="$(get_major_version)"
|
||||
|
||||
DESCRIPTION="Library for providing a basic file input/output abstraction layer"
|
||||
HOMEPAGE="https://github.com/libyal/libbfio"
|
||||
SRC_URI="https://github.com/libyal/${PN}/releases/download/${MY_PV}/${PN}-alpha-${MY_PV}.tar.gz"
|
||||
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -28,8 +24,6 @@ DEPEND="dev-libs/libcerror
|
|||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable nls) \
|
||||
$(use_with nls libiconv-prefix) \
|
||||
Loading…
Reference in a new issue