wok annotate xcursor-comix/receipt @ rev 24061

Add lz4ultra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 12 09:05:17 2021 +0000 (2021-06-12)
parents 0a80e84555e0
children 1a10044dd144
rev   line source
al@18055 1 # SliTaz package receipt.
al@18055 2
al@18055 3 PACKAGE="xcursor-comix"
Hans-G?nter@22156 4 VERSION="0.9.1"
al@19126 5 CATEGORY="customization"
Hans-G?nter@22156 6 TAGS="cursor-theme"
Hans-G?nter@22156 7 SHORT_DESC="Comix cursor theme."
al@18055 8 MAINTAINER="al.bobylev@gmail.com"
al@18055 9 LICENSE="GPL"
pascal@20891 10 WEB_SITE="https://limitland.de/comixcursors"
Hans-G?nter@22156 11
al@18055 12 TARBALL="ComixCursors-$VERSION.tar.bz2"
Hans-G?nter@22156 13 WGET_URL="https://limitland.gitlab.io/comixcursors/$TARBALL"
al@18055 14
al@18055 15 DEPENDS="xorg-libXcursor"
al@18055 16 BUILD_DEPENDS=""
al@18055 17
pascal@24061 18 current_version()
pascal@24061 19 {
pascal@24061 20 wget -O - ${WGET_URL%/*} | \
pascal@24061 21 sed '/tar.bz2/!d;s|.*"ComixCursors-Opaque-\([0-9].*\).tar.bz2".*|\1|;q'
pascal@24061 22 }
pascal@24061 23
al@18055 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18055 25 genpkg_rules()
al@18055 26 {
al@18055 27 mkdir -p $fs/usr/share/icons
al@18055 28 cp -a $src/* $fs/usr/share/icons
al@18055 29 }