wok view lxappearance-obconf/receipt @ rev 17884

Add clearlooks-compact.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 02 11:39:58 2015 +0300 (2015-04-02)
parents 380ffe05937a
children c73f683146cf
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-obconf"
4 VERSION="0.2.1"
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.gz"
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"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share
31 cp -a $install/usr/lib $fs/usr
32 cp -a $install/usr/share/lxappearance $fs/usr/share
33 rm -f $fs/usr/lib/lxappearance/*.*a
34 }