wok-next annotate lxappearance-obconf/receipt @ rev 21688

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@19814 1 # SliTaz package receipt v2.
pankso@12468 2
pankso@12468 3 PACKAGE="lxappearance-obconf"
al@19814 4 VERSION="0.2.3"
pankso@12468 5 CATEGORY="x-window"
al@17992 6 SHORT_DESC="LXDE GTK+ theme switcher (plugin)"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://lxde.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxappearance-obconf.html"
al@17988 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@16261 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
pankso@12468 13
al@21017 14 BUILD_DEPENDS="intltool openbox-dev gtk2-dev lxappearance-dev \
al@21078 15 libxrandr-dev"
pankso@12468 16
al@20481 17 compile_rules() {
pankso@12468 18 ./configure \
al@19814 19 --disable-static \
pankso@12468 20 $CONFIGURE_ARGS &&
al@20534 21 make &&
al@20534 22 make install
pankso@12468 23 }
pankso@12468 24
al@20481 25 genpkg_rules() {
al@19814 26 copy @std
al@19814 27 DEPENDS="openbox lxappearance"
al@19814 28 TAGS="LXDE"
pankso@12468 29 }