Skip to content

Commit

Permalink
packaging/gentoo: Updated ebuild script.
Browse files Browse the repository at this point in the history
See:
ruediger#13 (comment)
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
  • Loading branch information
ruediger committed May 2, 2013
1 parent b1b1fce commit 751a368
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions packaging/vobsub2srt-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# -*- mode:sh; -*-
# Copyright 1999-2012 Gentoo Foundation

# See https://github.com/ruediger/VobSub2SRT/issues/13

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /media-video/vobsub2srt/ChangeLog,v 0.1 2012/01/06 19:15:04 thawn Exp $

EAPI="4"

EGIT_REPO_URI="git://github.com/ruediger/VobSub2SRT.git"

inherit git-2
inherit cmake-utils git-2

IUSE=""

Expand All @@ -21,13 +23,3 @@ KEYWORDS="~amd64 ~x86"
RDEPEND=">=app-text/tesseract-2.04-r1
>=virtual/ffmpeg-0.6.90"
DEPEND="${RDEPEND}"
src_configure() {
econf
}
src_compile() {
emake || die
}

src_install() {
emake DESTDIR="${D}" install || die
}

0 comments on commit 751a368

Please sign in to comment.