wok view xcursor-comix/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 54f24b7a2dba
children 6135577f4d08
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-comix"
4 VERSION="0.8.2"
5 CATEGORY="customization"
6 SHORT_DESC="Comix cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.kde-look.org/content/show.php/ComixCursors?content=32627"
10 TARBALL="ComixCursors-$VERSION.tar.bz2"
11 WGET_URL="http://www.limitland.de/downloads/comixcursors/$TARBALL"
12 TAGS="cursor-theme"
14 DEPENDS="xorg-libXcursor"
15 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/share/icons
21 cp -a $src/* $fs/usr/share/icons
22 }