wok-6.x annotate lxde-icon-theme/receipt @ rev 19776
mate-system-monitor: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 21 19:42:12 2017 +0100 (2017-02-21) |
parents | c9e270dd464f |
children | f785404cbaa7 |
rev | line source |
---|---|
al@17988 | 1 # SliTaz package receipt. |
al@17988 | 2 |
al@17988 | 3 PACKAGE="lxde-icon-theme" |
al@17988 | 4 VERSION="0.5.1" |
al@19126 | 5 CATEGORY="customization" |
al@17992 | 6 SHORT_DESC="LXDE standard icon theme" |
al@17988 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17988 | 8 LICENSE="LGPL3" |
al@17988 | 9 WEB_SITE="http://www.lxde.org/" |
al@17988 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@17988 | 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
al@17992 | 12 TAGS="LXDE" |
al@17988 | 13 |
al@17988 | 14 DEPENDS="" |
al@17988 | 15 BUILD_DEPENDS="coreutils" |
al@17988 | 16 |
al@17988 | 17 # Rules to configure and make the package. |
al@17988 | 18 compile_rules() |
al@17988 | 19 { |
al@17988 | 20 ./configure $CONFIGURE_ARGS && make && make install |
al@17988 | 21 } |
al@17988 | 22 |
al@17988 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17988 | 24 genpkg_rules() |
al@17988 | 25 { |
al@17988 | 26 cp -a $install/* $fs |
al@17988 | 27 } |