wok-current view weston-dev/receipt @ rev 20080
revert hexchat: does not work with 2.12.4 version like that
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Sep 27 17:35:06 2017 +0000 (2017-09-27) |
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 }