wok annotate lxappearance-obconf/receipt @ rev 20993

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