wok-next annotate faience-icon-theme/receipt @ rev 19865

slitaz-base-files: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 12 03:41:56 2017 +0300 (2017-09-12)
parents
children c4e53a39395a
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@19841 2
al@19841 3 PACKAGE="faience-icon-theme"
al@19841 4 VERSION="0.5.1"
al@19841 5 CATEGORY="customization"
al@19841 6 SHORT_DESC="Icon theme based on Faenza"
al@19841 7 MAINTAINER="al.bobylev@gmail.com"
al@19841 8 LICENSE="GPL3"
al@19841 9 WEB_SITE="https://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
al@19841 10 HOST_ARCH="any"
al@19841 11
al@19841 12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
al@19841 13 WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
al@19841 14
al@19841 15 # Rules to configure and make the package.
al@19841 16 compile_rules()
al@19841 17 {
al@19841 18 mkdir -p $install/usr/share/icons
al@19841 19 cp -r Faience* $install/usr/share/icons
al@19841 20 find $install -name '*.theme' -exec chmod 0644 '{}' \;
al@19841 21 }
al@19841 22
al@19841 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19841 24 genpkg_rules()
al@19841 25 {
al@19841 26 cp -a $install/* $fs
al@19841 27 DEPENDS="faenza-icon-theme"
al@19841 28 }