wok view xcursor-comix/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 87d7af51ba68
children dc0f7fd1ff7d
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-comix"
4 VERSION="0.9.1"
5 CATEGORY="customization"
6 TAGS="cursor-theme"
7 SHORT_DESC="Comix cursor theme."
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://limitland.de/comixcursors"
12 TARBALL="ComixCursors-$VERSION.tar.bz2"
13 WGET_URL="https://limitland.gitlab.io/comixcursors/$TARBALL"
15 DEPENDS="xorg-libXcursor"
16 BUILD_DEPENDS=""
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/share/icons
22 cp -a $src/* $fs/usr/share/icons
23 }