wok view lxappearance-dev/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 8ed62ecac0c7
children c9e270dd464f
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-dev"
4 VERSION="0.5.5"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for LXappearance."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="lxappearance"
10 WEB_SITE="http://lxde.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="gtk+-dev pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/lib $fs/usr
20 cp -a $install/usr/include $fs/usr
21 }