wok-next annotate slitaz-icons-elementary/receipt @ rev 20946

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 31 10:21:22 2018 +0300 (2018-08-31)
parents d0308bf5ec4a
children d5aab818505e
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@18028 2
al@18028 3 PACKAGE="slitaz-icons-elementary"
al@19841 4 VERSION="4.2.0"
al@19126 5 CATEGORY="customization"
al@18028 6 SHORT_DESC="SliTaz icon set based on the elementary icons"
al@18028 7 MAINTAINER="al.bobylev@gmail.com"
al@18028 8 LICENSE="GPL3"
al@18028 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
al@18028 11
al@19841 12 BUILD_DEPENDS="elementary-icon-theme make-slitaz-icons"
al@18028 13
al@18028 14 # Rules to compile and makethe package.
al@18028 15 compile_rules() {
al@18028 16 mksit.sh \
al@19841 17 -f /usr/share/icons/elementary \
al@19841 18 -t $install/usr/share/icons/SliTaz-Elementary \
al@19841 19 -opmax
al@18028 20 }
al@18028 21
al@18028 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18028 23 genpkg_rules()
al@18028 24 {
al@19841 25 cp -r $install/* $fs
al@18028 26 }