wok view lxappearance-dev/receipt @ rev 16895

qt4-phonon: del bdep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 15:10:46 2014 +0300 (2014-07-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 }