wok view lxappearance-obconf/receipt @ rev 15353

mp: remove TRY_DRIVERS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 17:09:51 2013 +0000 (2013-09-30)
parents 73641efed1cc
children 523db8f94fcb
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-obconf"
4 VERSION="0.2.0"
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/LXAppearance%20Obconf/$TARBALL"
11 WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL"
12 WEB_SITE="http://lxde.org/"
14 DEPENDS="openbox lxappearance"
15 BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
16 libtool automake autoconf intltool fontconfig-dev gtk+-dev expat-dev \
17 util-linux-uuid-dev imlib2-dev lxappearance-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure \
24 --sysconfdir=/etc \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share
33 cp -a $install/usr/lib $fs/usr
34 cp -a $install/usr/share/lxappearance $fs/usr/share
35 rm -f $fs/usr/lib/lxappearance/*.*a
36 }