wok rev 22406

Add knot-dns
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 10 16:38:12 2019 +0100 (2019-12-10)
parents bf3c685967c6
children 0f90bab87178
files knot-dns-dev/receipt knot-dns/receipt xcb-util-wm-dev/receipt xcb-util-wm/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/knot-dns-dev/receipt	Tue Dec 10 16:38:12 2019 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="knot-dns-dev"
     1.7 +VERSION="2.9.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="High-performance authoritative DNS server, development files"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://www.knot-dns.cz/"
    1.13 +
    1.14 +DEPENDS="pkg-config knot-dns"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/knot-dns/receipt	Tue Dec 10 16:38:12 2019 +0100
     2.3 @@ -0,0 +1,39 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="knot-dns"
     2.7 +SOURCE=""knot
     2.8 +VERSION="2.9.1"
     2.9 +CATEGORY="network"
    2.10 +SHORT_DESC="High-performance authoritative DNS server"
    2.11 +MAINTAINER="pascal.bellard@slitaz.org"
    2.12 +LICENSE="GPL3"
    2.13 +TARBALL="$SOURCE-$VERSION.tar.xz"
    2.14 +WEB_SITE="https://www.knot-dns.cz/"
    2.15 +WGET_URL="https://secure.nic.cz/files/knot-dns/$TARBALL"
    2.16 +TAGS="dns"
    2.17 +
    2.18 +DEPENDS="gnutls liburcu libedit"
    2.19 +BUILD_DEPENDS="gnutls-dev liburcu-dev libedit-dev"
    2.20 +
    2.21 +# Rules to configure and make the package.
    2.22 +compile_rules()
    2.23 +{
    2.24 +	./configure --prefix=/usr \
    2.25 +		--sysconfdir=/etc \
    2.26 +		--localstatedir=/var \
    2.27 +		--mandir=/usr/share/man \
    2.28 +		$CONFIGURE_ARGS &&
    2.29 +	make &&
    2.30 +	make DESTDIR=$DESTDIR install
    2.31 +}
    2.32 +
    2.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.34 +genpkg_rules()
    2.35 +{
    2.36 +	mkdir -p $fs/usr/lib
    2.37 +	cp -a $install/etc $fs/
    2.38 +	cp -a $install/var $fs/
    2.39 +	cp -a $install/usr/bin $fs/usr
    2.40 +	cp -a $install/usr/sbin $fs/usr
    2.41 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.42 +}
     3.1 --- a/xcb-util-wm-dev/receipt	Tue Dec 10 16:39:57 2019 +0100
     3.2 +++ b/xcb-util-wm-dev/receipt	Tue Dec 10 16:38:12 2019 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xcb-util-wm-dev"
     3.7 -VERSION="0.4.0"
     3.8 +VERSION="0.4.1"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Development files for xcb-util-wm."
    3.11  MAINTAINER="slaxemulator@gmail.com"
     4.1 --- a/xcb-util-wm/receipt	Tue Dec 10 16:39:57 2019 +0100
     4.2 +++ b/xcb-util-wm/receipt	Tue Dec 10 16:38:12 2019 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xcb-util-wm"
     4.7 -VERSION="0.4.0"
     4.8 +VERSION="0.4.1"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM."
    4.11  MAINTAINER="slaxemulator@gmail.com"