diff --git a/packages/multimedia/libfslvpuwrap/package.mk b/packages/multimedia/libfslvpuwrap/package.mk deleted file mode 100644 index a1fdcf43f5..0000000000 --- a/packages/multimedia/libfslvpuwrap/package.mk +++ /dev/null @@ -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 . -################################################################################ - -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 -}