wok view lxde-icon-theme/receipt @ rev 23874

squidclamav: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 19:42:45 2020 +0000 (2020-06-25)
parents 40fab26c175d
children ee53899c6189
line source
1 # SliTaz package receipt.
3 PACKAGE="lxde-icon-theme"
4 VERSION="0.5.1"
5 CATEGORY="customization"
6 SHORT_DESC="LXDE standard icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://wiki.lxde.org/en/LXPanel"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE"
14 DEPENDS=""
15 BUILD_DEPENDS="coreutils"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }