wok-next annotate oxine/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents 1612045ecc18
children f48456621a9d
rev   line source
pascal@11226 1 # SliTaz package receipt.
pascal@11226 2
pascal@11226 3 PACKAGE="oxine"
pascal@11226 4 VERSION="0.7.1"
pascal@11226 5 CATEGORY="multimedia"
pascal@11226 6 SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
pascal@11226 7 MAINTAINER="devl547@gmail.com"
pascal@15000 8 LICENSE="GPL2"
pascal@11226 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11226 10 WEB_SITE="http://oxine.sourceforge.net/"
pascal@11226 11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
pascal@20337 12
pascal@11226 13 DEPENDS="libcdio xine-lib curl"
al@20636 14 BUILD_DEPENDS="shared-mime-info libcdio-dev xine-lib-dev curl-dev \
al@20636 15 xorg-libX11-dev xorg-libXtst-dev"
pascal@11226 16
pascal@11226 17 # Rules to configure and make the package.
pascal@11226 18 compile_rules()
pascal@11226 19 {
pascal@11226 20 ./configure $CONFIGURE_ARGS &&
pascal@11226 21 make && make install
pascal@11226 22 }
pascal@11226 23
pascal@11226 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11226 25 genpkg_rules()
pascal@11226 26 {
pascal@11226 27 mkdir -p $fs/usr/
pascal@11226 28 cp -a $install/usr/bin $fs/usr
pascal@11226 29 cp -a $install/usr/share/ $fs/usr
pascal@11226 30 }