wok-next view elementary-icon-theme/receipt @ rev 19715

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