wok-6.x annotate udns-dev/receipt @ rev 23582
updated python-webtest (1.2.2 -> 2.0.34)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 13:58:56 2020 +0100 (2020-04-07) |
parents | 2a21689b0af7 |
children |
rev | line source |
---|---|
pascal@2138 | 1 # SliTaz package receipt. |
pascal@2138 | 2 |
pascal@2138 | 3 PACKAGE="udns-dev" |
Hans-G?nter@22070 | 4 VERSION="0.4" |
pascal@2138 | 5 CATEGORY="development" |
Hans-G?nter@22070 | 6 SHORT_DESC="Syncrhonous and asynchronous DNS resolver, development files." |
pascal@2138 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15363 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@22070 | 9 WEB_SITE="https://www.corpit.ru/mjt/udns.html" |
Hans-G?nter@22070 | 10 |
pascal@2138 | 11 WANTED="udns" |
pascal@2138 | 12 |
pascal@2138 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2138 | 14 genpkg_rules() |
pascal@2138 | 15 { |
Hans-G?nter@22070 | 16 mkdir -p $fs/usr/lib |
Hans-G?nter@22070 | 17 mkdir -p $fs/usr/include |
Hans-G?nter@22070 | 18 |
Hans-G?nter@22070 | 19 cp -a $src/libudns*a $fs/usr/lib |
Hans-G?nter@22070 | 20 cp -a $src/udns.h $fs/usr/include |
pascal@2138 | 21 } |