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

up openssl10: 1.0.2o to 1.0.2t -> soon EOL
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 07 12:21:21 2019 +0000 (2019-12-07)
parents cd7906120828
children
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@20888 10 REPOLOGY="-"
al@19480 11
al@19841 12 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
al@19480 13
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@21020 25 genpkg_rules() {
al@19841 26 cp -r $install/* $fs
al@19480 27 }