wok view lxappearance-dev/receipt @ rev 20991

updated gperiodic (2.0.10 -> 3.0.3)
author Hans-G?nter Theisgen
date Thu Mar 07 16:41:35 2019 +0100 (2019-03-07)
parents 0147dd6a652b
children d33c3c211ef8
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-dev"
4 VERSION="0.6.3"
5 CATEGORY="development"
6 SHORT_DESC="LXDE GTK+ theme switcher (development)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="lxappearance"
10 WEB_SITE="https://lxde.org/"
11 TAGS="LXDE"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gtk+-dev pkg-config"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/lib $fs/usr
21 cp -a $install/usr/include $fs/usr
22 }