wok-next annotate elementary-icon-theme/receipt @ rev 19841

Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 17 16:45:06 2017 +0300 (2017-08-17)
parents 6c02c6c86fce
children d43bf7aae921
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@19616 2
al@19616 3 PACKAGE="elementary-icon-theme"
al@19841 4 VERSION="4.2.0"
al@19616 5 CATEGORY="customization"
al@19616 6 SHORT_DESC="Smooth modern theme designed to be intuitive"
al@19616 7 MAINTAINER="al.bobylev@gmail.com"
al@19616 8 LICENSE="GPL3"
al@19841 9 WEB_SITE="https://github.com/elementary/icons"
al@19616 10
al@19841 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19841 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@19616 13
al@19616 14 #BUILD_DEPENDS="wget cacerts"
al@19616 15
al@19616 16 # Rules to configure and make the package.
al@19616 17 compile_rules()
al@19616 18 {
al@19841 19 icodir=$install/usr/share/icons/elementary
al@19841 20 mkdir -p $icodir
al@19841 21 cp -r $src/* $icodir
al@19841 22
al@19841 23 docdir=$install/usr/share/doc/$PACKAGE-$VERSION
al@19841 24 mkdir -p $docdir
al@19841 25 cd $icodir
al@19841 26 mv AUTHORS *.md CONTRIBUTORS COPYING *.gpl pre-commit $docdir
al@19616 27 }
al@19616 28
al@19616 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19616 30 genpkg_rules()
al@19616 31 {
al@19841 32 copy @std
al@19616 33 }