wok view lxappearance-obconf/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 523db8f94fcb
children c9e270dd464f
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-obconf"
4 VERSION="0.2.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Openbox configuration plugin for LXappearance."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
11 WEB_SITE="http://lxde.org/"
12 HOST_ARCH="i486 arm"
14 DEPENDS="openbox lxappearance"
15 BUILD_DEPENDS="openbox-dev libxcb-dev glib-dev libxml2-dev \
16 fontconfig-dev gtk+-dev expat-dev util-linux-uuid-dev lxappearance-dev \
17 xorg-libXft-dev xorg-libSM-dev xorg-libXinerama-dev xorg-libXrandr-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $install/usr/lib $fs/usr
33 cp -a $install/usr/share/lxappearance $fs/usr/share
34 rm -f $fs/usr/lib/lxappearance/plugins/*.*a
35 }