wok view xcursor-aero/receipt @ rev 20615

Update varka
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 21 20:44:57 2018 +0100 (2018-12-21)
parents 54f24b7a2dba
children 04434444ef20
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-aero"
4 VERSION="0.2"
5 CATEGORY="customization"
6 SHORT_DESC="Aero cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.xfce-look.org/content/show.php/Aero+Mouse+Cursors+with+Drop+Shadow?content=67833"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://www.infinality.net/files/aero.tar.gz"
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/aero
21 cp -a $src/* $fs/usr/share/icons/aero
22 }