wok annotate lxde-icon-theme/receipt @ rev 17988

Update LXDE stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 01:34:37 2015 +0300 (2015-04-23)
parents
children c9e270dd464f
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@17988 5 CATEGORY="misc"
al@17988 6 SHORT_DESC="LXDE 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@17988 12
al@17988 13 DEPENDS=""
al@17988 14 BUILD_DEPENDS="coreutils"
al@17988 15
al@17988 16 # Rules to configure and make the package.
al@17988 17 compile_rules()
al@17988 18 {
al@17988 19 ./configure $CONFIGURE_ARGS && make && make install
al@17988 20 }
al@17988 21
al@17988 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17988 23 genpkg_rules()
al@17988 24 {
al@17988 25 cp -a $install/* $fs
al@17988 26 }