diff options
Diffstat (limited to 'media-video/bashnapi/bashnapi-1.1.5.ebuild')
-rw-r--r-- | media-video/bashnapi/bashnapi-1.1.5.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/media-video/bashnapi/bashnapi-1.1.5.ebuild b/media-video/bashnapi/bashnapi-1.1.5.ebuild new file mode 100644 index 000000000000..11dac0894ad6 --- /dev/null +++ b/media-video/bashnapi/bashnapi-1.1.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +SUB_VER=0.15 +MY_TAR=napi_v${PV}_subotage_${SUB_VER} + +DESCRIPTION="Napiprojekt.pl subtitle downloader in bash" +HOMEPAGE="http://sourceforge.net/projects/bashnapi/" +SRC_URI="mirror://sourceforge/${PN}/${MY_TAR}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/napi + +src_install() { + default # for docs + + dobin napi.sh +} + +pkg_postinst() { + elog "Optional runtime dependencies:" + elog + elog " \033[1mmedia-video/subotage\033[0m for subtitle format conversion" + elog + elog " \033[1mmedia-video/mediainfo\033[0m" + elog "or \033[1mmedia-video/mplayer\033[0m for FPS detection (for conversion)" +} |