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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents 0cbe4b1f2230
children
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"
10 HOST_ARCH="any"
12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
13 WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
15 DEPENDS="faenza-icon-theme"
17 compile_rules() {
18 mkdir -p $install/usr/share/icons
19 cp -r Faience* $install/usr/share/icons
20 find $install -name '*.theme' -exec chmod 0644 '{}' \;
21 fix symlinks # remove './' from symlinks start; some 'dropboxstatus-x.png' missed
22 }