wok view weston-dev/receipt @ rev 21490

trickle: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 18:05:32 2019 +0200 (2019-05-01)
parents fd8b9f3b8878
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 DEPENDS="weston pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/weston $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/weston/*.*a $fs/usr/lib/weston
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }