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

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
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 }