# SliTaz package receipt. PACKAGE="libvlc" VERSION="3.0.10" CATEGORY="multimedia" SHORT_DESC="MPEG, VCD/DVD, and DivX library." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.videolan.org/vlc/" DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 nettle tar x264 x265 xcb-util zvbi gcc83-lib-base" WANTED="vlc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*so* $fs/usr/lib/ cp -a $install/usr/lib/vlc $fs/usr/lib/ # Remove libtool archives rm $fs/usr/lib/vlc/plugins/*/*.la }