wok annotate xcursor-aero/receipt @ rev 25063
nfs-utils: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 20:10:22 2022 +0000 (2022-06-07) |
parents | 04434444ef20 |
children | 2b069c72d47e |
rev | line source |
---|---|
al@18055 | 1 # SliTaz package receipt. |
al@18055 | 2 |
al@18055 | 3 PACKAGE="xcursor-aero" |
al@18055 | 4 VERSION="0.2" |
al@19126 | 5 CATEGORY="customization" |
al@18055 | 6 SHORT_DESC="Aero cursor theme" |
al@18055 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@18055 | 8 LICENSE="GPL" |
pascal@20687 | 9 WEB_SITE="https://www.gnome-look.org/p/999972/" |
al@18055 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@24983 | 11 WGET_URL="https://github.com/Infinality/mouse-cursors/raw/master/aero.tar.gz" |
al@18055 | 12 TAGS="cursor-theme" |
al@18055 | 13 |
al@18055 | 14 DEPENDS="xorg-libXcursor" |
al@18055 | 15 BUILD_DEPENDS="" |
al@18055 | 16 |
al@18055 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18055 | 18 genpkg_rules() |
al@18055 | 19 { |
al@18055 | 20 mkdir -p $fs/usr/share/icons/aero |
al@18055 | 21 cp -a $src/* $fs/usr/share/icons/aero |
al@18055 | 22 } |