wok-current view wayland-dev/receipt @ rev 16561
Up: slitaz-configs (automount fix) and add util-linux-eject to polkit deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 10:33:40 2014 +0200 (2014-05-01) |
parents | fd8b9f3b8878 |
children | fc9203de5ff2 |
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 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/share
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 [ -d "$install/usr/share/pkgconfig" ] && \
21 cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }