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

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents 937bd624f2ab
children d026631bbebb
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.infinality.net/files/aero.tar.gz" # web site is dead :(
14 compile_rules() {
15 icodir="$install/usr/share/icons/aero"
16 mkdir -p $icodir
17 cp -r $src/* $icodir
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="libxcursor"
23 TAGS="cursor-theme"
24 }