wok-next view xcursor-obsidian/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-obsidian"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Obsidian cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 #WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
14 WGET_URL="https://dl.opendesktop.org/api/files/downloadfile/id/1460735403/s/189e25334045cfe8d7dddf4c606f6b3a/t/1523832859/u/33567/73135-Obsidian.tar.bz2"
16 BUILD_DEPENDS="symlinks"
18 compile_rules() {
19 icodir="$install/usr/share/icons/Obsidian"
20 mkdir -p $icodir
21 cp -r $src/cursors $src/index.theme $icodir
22 . $stuff/symdup.sh
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libxcursor"
28 TAGS="cursor-theme"
29 }