wok-next view lxappearance-obconf/receipt @ rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents c9e270dd464f
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxappearance-obconf"
4 VERSION="0.2.3"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE GTK+ theme switcher (plugin)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool openbox-dev gtk+-dev lxappearance-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxappearance-obconf.html
21 ./configure \
22 --sysconfdir=/etc \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 DEPENDS="openbox lxappearance"
33 TAGS="LXDE"
34 }