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

Add pymux
author Paul Issott <paul@slitaz.org>
date Sat Jan 16 09:54:54 2016 +0000 (2016-01-16)
parents c73f683146cf
children 40fab26c175d
line source
1 # SliTaz package receipt.
3 PACKAGE="lxde-icon-theme"
4 VERSION="0.5.1"
5 CATEGORY="misc"
6 SHORT_DESC="LXDE standard icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.lxde.org/"
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 }