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

Up elementary-icon-theme, faenza-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 04 16:26:28 2017 +0200 (2017-02-04)
parents
children d0308bf5ec4a
rev   line source
al@19616 1 # SliTaz package receipt.
al@19616 2
al@19616 3 PACKAGE="elementary-icon-theme"
al@19616 4 VERSION="4.0.2"
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@19616 9 WEB_SITE="https://launchpad.net/elementaryicons"
al@19616 10
al@19616 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19616 12 WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL"
al@19616 13
al@19616 14 #BUILD_DEPENDS="wget cacerts"
al@19616 15
al@19616 16 # Rules to configure and make the package.
al@19616 17 compile_rules()
al@19616 18 {
al@19616 19 mkdir -p $install/usr/share/icons/elementary
al@19616 20 cp -a $src/* $install/usr/share/icons/elementary
al@19616 21 }
al@19616 22
al@19616 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19616 24 genpkg_rules()
al@19616 25 {
al@19616 26 cp -a $install/* $fs
al@19616 27 }