wok-next view xcursor-aero/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
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="https://www.gnome-look.org/p/999972/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.infinality.net/files/aero.tar.gz" # web site is dead :(
15 compile_rules() {
16 icodir="$install/usr/share/icons/aero"
17 mkdir -p $icodir
18 cp -r $src/* $icodir
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="libxcursor"
24 TAGS="cursor-theme"
25 }