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

Up xine-lib (1.2.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 10:16:55 2017 +0200 (2017-10-16)
parents 40fab26c175d
children 5669e8b3be70
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="xorg-libXcursor"
23 TAGS="cursor-theme"
24 }