wok-next view slitaz-icons-paper/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents cd7906120828
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-paper"
4 VERSION="1.4.0.28"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Paper icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY-SA-4"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
14 compile_rules() {
15 to="$install/usr/share/icons/SliTaz-Paper"
16 mkdir -p $to
17 cp -r $stuff/22x22 $to
19 mksit.sh \
20 -f /usr/share/icons/Paper \
21 -t $to \
22 -opmax
23 }
25 genpkg_rules() {
26 cp -r $install/* $fs
27 }