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

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents c4e53a39395a
children 757d032c55c7
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 --sysconfdir=/etc \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="openbox lxappearance"
28 TAGS="LXDE"
29 }