wok-next view weston-dev/receipt @ rev 18541

Add slitaz-icons-faenza-dark; plus various small fixes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 05 21:30:50 2015 +0200 (2015-11-05)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="weston-dev"
4 VERSION="1.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Weston compositor devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="weston"
10 WEB_SITE="http://www.bluez.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/weston $fs/usr/share
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/weston/*.*a $fs/usr/lib/weston
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }