summaryrefslogtreecommitdiff
path: root/media-video/vobcopy/vobcopy-1.2.1.ebuild
blob: 448e42303e20133d55b6ca0323300951b927cb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2003-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Copies DVD .vob files to harddisk, decrypting them on the way"
HOMEPAGE="https://github.com/barak/vobcopy"
SRC_URI="https://github.com/barak/vobcopy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

DEPEND="media-libs/libdvdread:0="

src_configure() {
	eautoreconf
	econf
}