wok view lxappearance-dev/receipt @ rev 16659

linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 06:07:40 2014 +0000 (2014-05-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 }