wok-next view oxine/receipt @ rev 21357

updated gimp (2.10.14 -> 2.10.18)
author Hans-G?nter Theisgen
date Sat Apr 11 13:55:06 2020 +0100 (2020-04-11)
parents f48456621a9d
children
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 libx11-dev 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 }