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

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents b278b2018965
children a3c581bf52b8
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 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxappearance-obconf.html"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="intltool openbox-dev gtk+-dev lxappearance-dev \
15 xorg-libXrandr-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="openbox lxappearance"
28 TAGS="LXDE"
29 }