wok rev 21522

Up ipxe-pxe, ipxelinux (1.0.0-20190427), nagvis-flex (1.9.11)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 03 18:12:54 2019 +0200 (2019-05-03)
parents 59417e476a6e
children fcbbdcfa7ed0
files ipxe-pxe/receipt ipxelinux/receipt nagvis-flex/receipt xorgxrdp/receipt
line diff
     1.1 --- a/ipxe-pxe/receipt	Fri May 03 17:04:45 2019 +0100
     1.2 +++ b/ipxe-pxe/receipt	Fri May 03 18:12:54 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ipxe-pxe"
     1.7 -VERSION="1.0.0-20170417"
     1.8 +VERSION="1.0.0-20190427"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Open source network boot firmware for pxe server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/ipxelinux/receipt	Fri May 03 17:04:45 2019 +0100
     2.2 +++ b/ipxelinux/receipt	Fri May 03 18:12:54 2019 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ipxelinux"
     2.7 -VERSION="1.0.0-20170417"
     2.8 +VERSION="1.0.0-20190427"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Open source network boot firmware for pxe server."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/nagvis-flex/receipt	Fri May 03 17:04:45 2019 +0100
     3.2 +++ b/nagvis-flex/receipt	Fri May 03 18:12:54 2019 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="nagvis-flex"
     3.7 -VERSION="1.5.7"
     3.8 +VERSION="1.9.11"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Nagvis Flex"
    3.11  MAINTAINER="erjo@slitaz.org"
     4.1 --- a/xorgxrdp/receipt	Fri May 03 17:04:45 2019 +0100
     4.2 +++ b/xorgxrdp/receipt	Fri May 03 18:12:54 2019 +0200
     4.3 @@ -13,6 +13,7 @@
     4.4  DEPENDS="xorg-server"
     4.5  BUILD_DEPENDS="autoconf automake libtool pkg-config nasm xorg-server-dev \
     4.6  xrdp-dev"
     4.7 +SUGGESTED="xrdp"
     4.8  
     4.9  # Rules to configure and make the package.
    4.10  compile_rules()
    4.11 @@ -27,8 +28,9 @@
    4.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.13  genpkg_rules()
    4.14  {
    4.15 -	mkdir -p $install/usr/share/doc
    4.16 +	mkdir -p $install/usr/share/doc $fs/usr
    4.17  	cp -a $src/*.md $src/COPYING $install/usr/share/doc
    4.18 -	cp -a $install/* $fs/
    4.19 +	cp -a $install/usr/lib $fs/usr
    4.20 +	cp -a $install/etc $fs/
    4.21  	find $fs/usr -name '*a' -exec rm -f {} \;
    4.22  }