wok view wayland-dev/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents 8457249d0f20
children 351577bd7833
line source
1 # SliTaz package receipt.
3 PACKAGE="wayland-dev"
4 VERSION="1.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Wayland X server devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="wayland"
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 $fs/usr/share
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
20 cp -a $install/usr/share/aclocal $fs/usr/share
21 }