wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="elementary-icon-theme"
4 VERSION="4.2.0"
5 CATEGORY="customization"
6 SHORT_DESC="Smooth modern theme designed to be intuitive"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/elementary/icons"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 icodir=$install/usr/share/icons/elementary
18 mkdir -p $icodir
19 cp -r $src/* $icodir
21 docdir=$install/usr/share/doc/$PACKAGE-$VERSION
22 mkdir -p $docdir
23 cd $icodir
24 mv AUTHORS *.md CONTRIBUTORS COPYING *.gpl pre-commit $docdir
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }