wok view lxappearance-obconf/receipt @ rev 13979

Add alarm-clock-applet
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 07 01:18:17 2013 +0000 (2013-02-07)
parents 864b7dc83218
children 380ffe05937a
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 #WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL"
10 WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL"
11 WEB_SITE="http://lxde.org/"
13 DEPENDS="openbox lxappearance"
14 BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
15 libtool automake autoconf intltool fontconfig-dev gtk+-dev expat-dev \
16 util-linux-uuid-dev imlib2-dev lxappearance-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
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/*.*a
35 }