wok view lxappearance-obconf/receipt @ rev 20671

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 11:33:03 2019 +0100 (2019-01-24)
parents c9e270dd464f
children 346038d5909f
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-obconf"
4 VERSION="0.2.2"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE GTK+ theme switcher (plugin)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
11 WEB_SITE="https://lxde.org/"
12 TAGS="LXDE"
13 HOST_ARCH="i486 arm"
15 DEPENDS="openbox lxappearance"
16 BUILD_DEPENDS="openbox-dev libxcb-dev glib-dev libxml2-dev \
17 fontconfig-dev gtk+-dev expat-dev util-linux-uuid-dev lxappearance-dev \
18 xorg-libXft-dev xorg-libSM-dev xorg-libXinerama-dev xorg-libXrandr-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --sysconfdir=/etc \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share
33 cp -a $install/usr/lib $fs/usr
34 cp -a $install/usr/share/lxappearance $fs/usr/share
35 rm -f $fs/usr/lib/lxappearance/plugins/*.*a
36 }