wok view lxappearance-dev/receipt @ rev 17904

perltidy - missed bin dir in packaging
author Nathan Neulinger <nneul@neulinger.org>
date Sat Apr 04 14:54:15 2015 +0000 (2015-04-04)
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 }