wok view smplayer-themes/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents c7b60268d9b8
children e919c5a2742d
line source
1 # SliTaz package receipt.
3 PACKAGE="smplayer-themes"
4 VERSION="18.6.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Icon themes for smplayer."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/smplayer/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/${PACKAGE/-themes/}/$TARBALL"
14 DEPENDS="smplayer"
15 BUILD_DEPENDS="Qt4-dev qmake"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make PREFIX=/usr &&
21 make PREFIX=/usr DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mv $install/* $fs
28 }