libfslvpuwrap: remove package

This commit is contained in:
Lukas Rusak 2017-11-11 09:13:55 -08:00
parent bcd71a2c2a
commit e05d45f5cd
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -1,34 +0,0 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="libfslvpuwrap"
PKG_VERSION="1.0.65"
PKG_SHA256="abe8ebeaf708c93b4ef61b4b181139b18b2136ddc7f53749fd5c0a613cde874e"
PKG_ARCH="arm"
PKG_LICENSE="other"
PKG_SITE="http://www.freescale.com"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain imx-vpu"
PKG_SECTION="multimedia"
PKG_SHORTDESC="libfslvpuwrap: Freescale Multimedia VPU wrapper"
PKG_LONGDESC="libfslvpuwrap: Freescale Multimedia VPU wrapper"
PKG_AUTORECONF="yes"
post_makeinstall_target() {
rm -rf $INSTALL/usr/share
}