wok view lxappearance-dev/receipt @ rev 23878

ipxe: remove mirror.switch.ch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 03 08:45:11 2020 +0000 (2020-07-03)
parents 6e8b1bcb30e2
children 180119c209e8
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://wiki.lxde.org/en/LXAppearance"
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 }