You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/avinfo/avinfo-1.0_alpha15.ebuild

31 lines
561 B

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
MY_P="${PN}-1.0a15"
DESCRIPTION="Utility for displaying AVI information"
HOMEPAGE="http://shounen.ru/soft/avinfo/english.shtml"
SRC_URI="http://shounen.ru/soft/avinfo/${MY_P}.zip"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="app-arch/unzip"
S=${WORKDIR}
src_compile() {
cd src
emake CFLAGS="${CFLAGS}" OUTPUTNAME=avinfo || die
}
src_install() {
dobin src/avinfo
dodoc CHANGELOG README
dodoc doc/*
}