You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/archivemount/archivemount-0.8.4.ebuild

19 lines
547 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/archivemount/archivemount-0.8.4.ebuild,v 1.1 2015/02/27 17:42:04 radhermit Exp $
EAPI=5
DESCRIPTION="Mount archives using libarchive and FUSE"
HOMEPAGE="http://www.cybernoia.de/software/archivemount/"
SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="app-arch/libarchive:=
sys-fs/fuse"
DEPEND="${RDEPEND}
virtual/pkgconfig"