# HG changeset patch # User Pascal Bellard # Date 1575992292 -3600 # Node ID 20d32321cac559e84be5006f643a87916c1f3bda # Parent bf3c685967c61be294938363d63b6e173da48fcc Add knot-dns diff -r bf3c685967c6 -r 20d32321cac5 knot-dns-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/knot-dns-dev/receipt Tue Dec 10 16:38:12 2019 +0100 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="knot-dns-dev" +VERSION="2.9.1" +CATEGORY="development" +SHORT_DESC="High-performance authoritative DNS server, development files" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://www.knot-dns.cz/" + +DEPENDS="pkg-config knot-dns" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r bf3c685967c6 -r 20d32321cac5 knot-dns/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/knot-dns/receipt Tue Dec 10 16:38:12 2019 +0100 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="knot-dns" +SOURCE=""knot +VERSION="2.9.1" +CATEGORY="network" +SHORT_DESC="High-performance authoritative DNS server" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +TARBALL="$SOURCE-$VERSION.tar.xz" +WEB_SITE="https://www.knot-dns.cz/" +WGET_URL="https://secure.nic.cz/files/knot-dns/$TARBALL" +TAGS="dns" + +DEPENDS="gnutls liburcu libedit" +BUILD_DEPENDS="gnutls-dev liburcu-dev libedit-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/etc $fs/ + cp -a $install/var $fs/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r bf3c685967c6 -r 20d32321cac5 xcb-util-wm-dev/receipt --- a/xcb-util-wm-dev/receipt Tue Dec 10 16:39:57 2019 +0100 +++ b/xcb-util-wm-dev/receipt Tue Dec 10 16:38:12 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xcb-util-wm-dev" -VERSION="0.4.0" +VERSION="0.4.1" CATEGORY="development" SHORT_DESC="Development files for xcb-util-wm." MAINTAINER="slaxemulator@gmail.com" diff -r bf3c685967c6 -r 20d32321cac5 xcb-util-wm/receipt --- a/xcb-util-wm/receipt Tue Dec 10 16:39:57 2019 +0100 +++ b/xcb-util-wm/receipt Tue Dec 10 16:38:12 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xcb-util-wm" -VERSION="0.4.0" +VERSION="0.4.1" CATEGORY="x-window" SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM." MAINTAINER="slaxemulator@gmail.com"