wok view weston-dev/receipt @ rev 20151

Up gnu-efi (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 07 11:52:24 2017 +0100 (2017-12-07)
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 }