wok-next annotate slitaz-icons-paper/receipt @ rev 20766

childsplay: up (3.3); tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 04:36:32 2018 +0300 (2018-06-06)
parents d0308bf5ec4a
children cd7906120828
rev   line source
al@19480 1 # SliTaz package receipt.
al@19480 2
al@19480 3 PACKAGE="slitaz-icons-paper"
al@19841 4 VERSION="1.4.0.28"
al@19480 5 CATEGORY="customization"
al@19480 6 SHORT_DESC="SliTaz icon set based on the Paper icons"
al@19480 7 MAINTAINER="al.bobylev@gmail.com"
al@19480 8 LICENSE="CC-BY-SA-4"
al@19480 9 WEB_SITE="http://www.slitaz.org/"
al@19480 10
al@19841 11 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
al@19480 12
al@19841 13 # Rules to compile and make the package.
al@19480 14 compile_rules() {
al@19863 15 to="$install/usr/share/icons/SliTaz-Paper"
al@19863 16 mkdir -p $to
al@19863 17 cp -r $stuff/22x22 $to
al@19863 18
al@19480 19 mksit.sh \
al@19841 20 -f /usr/share/icons/Paper \
al@19863 21 -t $to \
al@19841 22 -opmax
al@19480 23 }
al@19480 24
al@19480 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19480 26 genpkg_rules()
al@19480 27 {
al@19841 28 cp -r $install/* $fs
al@19480 29 }