wok-next view smplayer-themes/receipt @ rev 21123

Update some homepages (http->https)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 15 09:58:59 2019 +0200 (2019-01-15)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="smplayer-themes"
4 VERSION="16.8.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Icon themes for smplayer"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.smplayer.info/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/smplayer/$TARBALL"
14 BUILD_DEPENDS="Qt4-dev qmake"
16 compile_rules() {
17 make PREFIX=/usr &&
18 make PREFIX=/usr DESTDIR=$install install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="smplayer"
24 }