wok-next view oxine/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents 9a488e19da38
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="oxine"
4 VERSION="0.7.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Lightweight, purely OSD based xine frontend for set-top boxes and home entertainment systems"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://oxine.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="shared-mime-info libcdio-dev xine-lib-dev curl-dev \
15 xorg-libX11-dev xorg-libXtst-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libcdio xine-lib curl"
26 }