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

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents d0308bf5ec4a
children 15f1e7e9a1c9
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 # Rules to configure and make the package.
al@19616 15 compile_rules()
al@19616 16 {
al@19841 17 icodir=$install/usr/share/icons/elementary
al@19841 18 mkdir -p $icodir
al@19841 19 cp -r $src/* $icodir
al@19841 20
al@19841 21 docdir=$install/usr/share/doc/$PACKAGE-$VERSION
al@19841 22 mkdir -p $docdir
al@19841 23 cd $icodir
al@19841 24 mv AUTHORS *.md CONTRIBUTORS COPYING *.gpl pre-commit $docdir
al@19616 25 }
al@19616 26
al@19616 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19616 28 genpkg_rules()
al@19616 29 {
al@19841 30 copy @std
al@19616 31 }