wok-6.x diff udns-dev/receipt @ rev 25402
updated vsftpd (3.0.3 -> 3.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 15:22:50 2022 +0100 (2022-08-02) |
parents | 2a21689b0af7 |
children |
line diff
1.1 --- a/udns-dev/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/udns-dev/receipt Tue Aug 02 15:22:50 2022 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="udns-dev" 1.7 -VERSION="0.1" 1.8 +VERSION="0.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Syncronous and asyncronous DNS resolver, development files." 1.11 +SHORT_DESC="Syncrhonous and asynchronous DNS resolver, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://www.corpit.ru/mjt/udns.html" 1.15 +WEB_SITE="https://www.corpit.ru/mjt/udns.html" 1.16 + 1.17 WANTED="udns" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib $fs/usr/include 1.23 - cp -a $src/libudns*a $fs/usr/lib 1.24 - cp -a $src/udns.h $fs/usr/include 1.25 + mkdir -p $fs/usr/lib 1.26 + mkdir -p $fs/usr/include 1.27 + 1.28 + cp -a $src/libudns*a $fs/usr/lib 1.29 + cp -a $src/udns.h $fs/usr/include 1.30 } 1.31 -