wok view wayland-dev/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 351577bd7833
children f15be612c035
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/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="wayland pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 [ -d "$install/usr/share/pkgconfig" ] && \
23 cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
24 cp -a $install/usr/share/aclocal $fs/usr/share
25 }