media-video/mpglen - 0.1 (gentoo)

Search

Package Information

Description:
A program to scan through a MPEG file and count the number of GOPs and frames
Homepage:
http://www.iamnota.net/mpglen/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1 7 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit flag-o-matic toolchain-funcs

DESCRIPTION="A program to scan through a MPEG file and count the number of GOPs and frames"
HOMEPAGE="http://www.iamnota.net/mpglen/"
SRC_URI="mirror://gentoo/${P}.tar.gz"

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

S="${WORKDIR}/${PN}"

src_prepare() {
	default

	# awful Makefile, just rely on implicit rules
	rm Makefile || die
}

src_configure() {
	append-lfs-flags
	tc-export CC
}

src_compile() {
	emake mpglen
}

src_install() {
	dobin ${PN}
	dodoc AUTHORS Changelog README
}

Manifest for 0.1

Type File Size Source URLs
DIST mpglen-0.1.tar.gz 10149 bytes mirror://gentoo/mpglen-0.1.tar.gz