wok-next annotate 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
rev   line source
al@19979 1 # SliTaz package receipt v2.
pankso@16163 2
pankso@16163 3 PACKAGE="wayland"
al@21072 4 VERSION="1.16.0"
pankso@16163 5 CATEGORY="x-window"
al@19979 6 SHORT_DESC="Wayland simpler X display server protocol"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@16163 8 LICENSE="MIT"
al@19979 9 WEB_SITE="https://wayland.freedesktop.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/wayland.html"
al@19979 11
pankso@16163 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@16163 13 WGET_URL="http://wayland.freedesktop.org/releases/$TARBALL"
al@21072 14 TARBALL_SHA1="24c63a5045c653dcfa24efd10fa7c7de89aca9ef"
pankso@16163 15
al@19979 16 BUILD_DEPENDS="libffi-dev expat-dev libxml2-dev"
al@21020 17 SPLIT="$PACKAGE-dev"
pankso@16163 18
al@21072 19 DEPENDS="expat libffi libxml2"
al@21072 20
al@19979 21 compile_rules() {
pankso@16163 22 ./configure \
al@20647 23 --disable-static \
pankso@16498 24 --disable-documentation \
al@19979 25 $CONFIGURE_ARGS &&
al@20604 26 fix libtool &&
al@20604 27 make &&
al@20604 28 make install
pankso@16163 29 }