mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sys-fs/simple-mtpfs: drop 0.4.0
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
parent
93c436fdae
commit
1a1264f158
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Simple MTP fuse filesystem driver"
|
||||
HOMEPAGE="https://github.com/phatina/simple-mtpfs"
|
||||
SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/libmtp
|
||||
sys-fs/fuse:0"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-build/autoconf-archive
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# The tarball doesn't contain ./configure, only configure.ac and
|
||||
# autogen.sh.
|
||||
eautoreconf
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user