wok view weston-dev/receipt @ rev 20290

linux-module-headers: update deps for x86_64 target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:37:49 2018 +0200 (2018-04-16)
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 }