mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
libvidcap: remove, fix https://github.com/pentoo/pentoo-overlay/issues/1207
This commit is contained in:
parent
6c4b97dbf1
commit
3f384b2192
2 changed files with 0 additions and 23 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST libvidcap-0.2.1.tar.gz 403750 SHA256 50bdabe1bb809e52677c3d5a02e118ce4a6d22828e42aebc8741e5b9a042741a
|
||||
|
|
@ -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'
|
||||
}
|
||||
Loading…
Reference in a new issue