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

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxappearance-obconf.html"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="intltool openbox-dev gtk2-dev lxappearance-dev \
15 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 }