# SliTaz package receipt. PACKAGE="wayland-dev" VERSION="1.21.0" CATEGORY="development" SHORT_DESC="Wayland X server development files." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://wayland.freedesktop.org/" DEPENDS="wayland pkg-config" WANTED="wayland" HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib mkdir -p $fs/usr/share cp -a $install/usr/include $fs/usr # 1.21.0 no static libraries created # cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib [ -d "$install/usr/share/pkgconfig" ] && cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig cp -a $install/usr/share/aclocal $fs/usr/share }