wok-next view xine-ui/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 0c430fcaf2d9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xine-ui"
4 VERSION="0.99.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="Xine media player user interface"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xine-project.org/home"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/xine/$TARBALL"
14 # Keep Xine small for Live system, we have MPlayer or VLC has big video player.
15 BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-dev libxv-dev \
16 libxxf86vm-dev libpng-dev libjpeg-turbo-dev libxscrnsaver-dev"
18 COOKOPTS="!menus" # Use a custom .desktop file
20 compile_rules() {
21 ./configure \
22 --without-curl \
23 --disable-lirc \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 rm $fs/usr/share/xine/visuals/*.mpv # remove the sample
32 DEPENDS="xine-lib libvorbis libxtst libxv libxi libpng \
33 libxft libxxf86vm libxscrnsaver"
34 }