wok-next view faience-icon-theme/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="faience-icon-theme"
4 VERSION="0.5.1"
5 CATEGORY="customization"
6 SHORT_DESC="Icon theme based on Faenza"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.deviantart.com/tiheum/art/Faience-icon-theme-255099649"
11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
12 WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/icons
16 cp -r Faience* $install/usr/share/icons
17 find $install -name '*.theme' -exec chmod 0644 '{}' \;
18 }
20 genpkg_rules() {
21 cp -a $install/* $fs
22 DEPENDS="faenza-icon-theme"
23 }