wok annotate xcursor-comix/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 6135577f4d08
children 0a80e84555e0
rev   line source
al@18055 1 # SliTaz package receipt.
al@18055 2
al@18055 3 PACKAGE="xcursor-comix"
al@18055 4 VERSION="0.8.2"
al@19126 5 CATEGORY="customization"
al@18055 6 SHORT_DESC="Comix cursor theme"
al@18055 7 MAINTAINER="al.bobylev@gmail.com"
al@18055 8 LICENSE="GPL"
pascal@20891 9 WEB_SITE="https://limitland.de/comixcursors"
al@18055 10 TARBALL="ComixCursors-$VERSION.tar.bz2"
al@18055 11 WGET_URL="http://www.limitland.de/downloads/comixcursors/$TARBALL"
al@18055 12 TAGS="cursor-theme"
al@18055 13
al@18055 14 DEPENDS="xorg-libXcursor"
al@18055 15 BUILD_DEPENDS=""
al@18055 16
al@18055 17 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18055 18 genpkg_rules()
al@18055 19 {
al@18055 20 mkdir -p $fs/usr/share/icons
al@18055 21 cp -a $src/* $fs/usr/share/icons
al@18055 22 }