wok view lxappearance/receipt @ rev 17621

swfdec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 13 10:05:40 2015 +0100 (2015-02-13)
parents 380ffe05937a
children c9e270dd464f
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance"
4 VERSION="0.5.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Desktop setting configuration utility from LXDE."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.sourceforge.net/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gtk+"
15 BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --sysconfdir=/etc \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/applications $fs/usr/share
32 cp -a $install/usr/share/lxappearance $fs/usr/share
33 }