wok annotate xcursor-comix/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 87d7af51ba68
children dc0f7fd1ff7d
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
al@18055 18 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18055 19 genpkg_rules()
al@18055 20 {
al@18055 21 mkdir -p $fs/usr/share/icons
al@18055 22 cp -a $src/* $fs/usr/share/icons
al@18055 23 }