wok view smplayer-themes/receipt @ rev 23973

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-28)
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 }