wok view lxappearance-dev/receipt @ rev 12794

Up: slitaz-base-files (5.2.1) Bunch of new functions in libs
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 17 09:12:52 2012 +0200 (2012-05-17)
parents
children 5e52034511d0
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-dev"
4 VERSION="0.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for LXappearance."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="lxappearance"
9 WEB_SITE="http://lxde.org/"
11 DEPENDS="gtk+-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }