wok-next diff wayland/receipt @ rev 21659
updated fltk (1.3.4 -> 1.3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 10:39:07 2020 +0100 (2020-06-27) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/wayland/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/wayland/receipt Sat Jun 27 10:39:07 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="wayland" 1.7 -VERSION="1.14.0" 1.8 +VERSION="1.16.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Wayland simpler X display server protocol" 1.11 MAINTAINER="devel@slitaz.org" 1.12 @@ -11,10 +11,13 @@ 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WGET_URL="http://wayland.freedesktop.org/releases/$TARBALL" 1.16 +TARBALL_SHA1="24c63a5045c653dcfa24efd10fa7c7de89aca9ef" 1.17 1.18 BUILD_DEPENDS="libffi-dev expat-dev libxml2-dev" 1.19 SPLIT="$PACKAGE-dev" 1.20 1.21 +DEPENDS="expat libffi libxml2" 1.22 + 1.23 compile_rules() { 1.24 ./configure \ 1.25 --disable-static \ 1.26 @@ -24,15 +27,3 @@ 1.27 make && 1.28 make install 1.29 } 1.30 - 1.31 -genpkg_rules() { 1.32 - case $PACKAGE in 1.33 - wayland) 1.34 - copy @std 1.35 - DEPENDS="expat libffi libxml2" 1.36 - ;; 1.37 - *-dev) 1.38 - copy @dev 1.39 - ;; 1.40 - esac 1.41 -}