wok view lxappearance-obconf/receipt @ rev 17769

compiz-libcompizconfig: cmake 3.1 seems need CMAKE_MINIMUM_REQUIRED_VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 17:47:05 2015 +0100 (2015-03-13)
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 }