wok-next annotate xcursor-aero/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents 5669e8b3be70
children
rev   line source
al@19883 1 # SliTaz package receipt v2.
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"
al@19883 9 WEB_SITE="https://www.gnome-look.org/p/999972/"
al@21082 10 HOST_ARCH="any"
al@19883 11
al@18055 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19883 13 WGET_URL="http://www.infinality.net/files/aero.tar.gz" # web site is dead :(
al@18055 14
al@19883 15 compile_rules() {
al@19883 16 icodir="$install/usr/share/icons/aero"
al@19883 17 mkdir -p $icodir
al@19883 18 cp -r $src/* $icodir
al@19883 19 }
al@18055 20
al@19883 21 genpkg_rules() {
al@19883 22 copy @std
al@21078 23 DEPENDS="libxcursor"
al@19883 24 TAGS="cursor-theme"
al@18055 25 }