This commit is contained in:
Anton Bolshakov 2022-08-09 11:59:26 +08:00
parent 6c4b97dbf1
commit 3f384b2192
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 0 additions and 23 deletions

View file

@ -1 +0,0 @@
DIST libvidcap-0.2.1.tar.gz 403750 SHA256 50bdabe1bb809e52677c3d5a02e118ce4a6d22828e42aebc8741e5b9a042741a

View file

@ -1,22 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MY_PV="${PV/_/}"
DESCRIPTION="a cross-platform library for capturing video from webcams and other video capture devices"
HOMEPAGE="http://libvidcap.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/pkgconfig"
S="${WORKDIR}/${PN}-${MY_PV}"
src_install() {
emake DESTDIR="${D}" install || die 'emake install failed'
}