wok diff wayland-dev/receipt @ rev 25407

updated wayland and wayland-dev (1.4.0 -> 1.21.0)
author Hans-G?nter Theisgen
date Wed Aug 03 16:34:53 2022 +0100 (22 months ago)
parents fc9203de5ff2
children
line diff
     1.1 --- a/wayland-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/wayland-dev/receipt	Wed Aug 03 16:34:53 2022 +0100
     1.3 @@ -1,25 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wayland-dev"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.21.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Wayland X server devel files."
    1.11 +SHORT_DESC="Wayland X server development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WANTED="wayland"
    1.15 -WEB_SITE="http://www.bluez.org/"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://wayland.freedesktop.org/"
    1.18  
    1.19  DEPENDS="wayland pkg-config"
    1.20 +WANTED="wayland"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 -	[ -d "$install/usr/share/pkgconfig" ] && \
    1.32 -		cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
    1.33 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.34 +	mkdir -p $fs/usr/lib
    1.35 +	mkdir -p $fs/usr/share
    1.36 +
    1.37 +	cp -a $install/usr/include		$fs/usr
    1.38 +	# 1.21.0	no static libraries created
    1.39 +#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.40 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.41 +	[ -d "$install/usr/share/pkgconfig" ] &&
    1.42 +	cp -a $install/usr/share/pkgconfig/*	$fs/usr/lib/pkgconfig
    1.43 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.44  }