wok view lxappearance-obconf/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents c73f683146cf
children 6e8b1bcb30e2
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="http://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 }