wok-next view xcursor-comix/receipt @ rev 20861

gnutls: up (3.5.18); add libpsl and publicsuffix-list; sed: up (4.5); tar: up (1.30); tcpdump: up (4.9.2); wget: up (1.19.5); xz: up (5.2.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 00:30:02 2018 +0300 (2018-06-28)
parents 937bd624f2ab
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcursor-comix"
4 VERSION="0.9.0.5" # 5 commits after the 0.9 release; author use 2-3 digits (0.8.2, 0.9)
5 COMMIT="2b025c3c"
6 CATEGORY="customization"
7 SHORT_DESC="Comix cursor theme"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="http://www.limitland.de/comixcursors"
12 TARBALL="ComixCursors-$VERSION.tar.bz2"
13 WGET_URL="https://gitlab.com/limitland/comixcursors/repository/${COMMIT:-$VERSION}/archive.tar.bz2"
15 BUILD_DEPENDS="bc rsvg-convert coreutils-numeric xorg-xcursorgen symlinks"
16 SPLIT="xcursor-comix-opaque-white xcursor-comix"
18 compile_rules() {
19 export MULTISIZE=true
20 export ICONSDIR=$install/usr/share/icons
21 ./install-all
22 . $stuff/symdup.sh
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 xcursor-comix-opaque-white)
28 copy ComixCursors-Opaque-White/
29 CAT="customization|opaque white set only"
30 ;;
31 xcursor-comix)
32 copy @std @rm
33 ;;
34 esac
35 DEPENDS="xorg-libXcursor"
36 TAGS="cursor-theme"
37 }