Added dvdbackup-0.4.1 ebuild from gentoo bugzilla
This commit is contained in:
32
media-video/dvdbackup/dvdbackup-0.4.1.ebuild
Normal file
32
media-video/dvdbackup/dvdbackup-0.4.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit toolchain-funcs eutils
|
||||
|
||||
DESCRIPTION="Backup content from DVD to hard disk"
|
||||
HOMEPAGE="http://dvdbackup.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libdvdread
|
||||
sys-libs/glibc
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
econf || die "econf failed"
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstall || die "einstall failed"
|
||||
dodoc AUTHORS COPYING ChangeLog NEWS README || die "dodoc failed"
|
||||
}
|
||||
Reference in New Issue
Block a user