wok view elementaryicons/receipt @ rev 20347

libassuan update: 2.4.2 (2015 Dec) -> 2.5.1 (2017 Dec)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 10:38:15 2018 +0000 (2018-06-09)
parents ac8b7d6576b1
children 1bd2c6414e5a
line source
1 # SliTaz package receipt.
3 PACKAGE="elementaryicons"
4 VERSION="3.1"
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"
10 TARBALL="$PACKAGE$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL"
13 DEPENDS=""
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 }