wok annotate udns-dev/receipt @ rev 15363

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 03 09:52:57 2013 +0000 (2013-10-03)
parents 550b6fb3bec5
children 4d2f27498c4b
rev   line source
pascal@2138 1 # SliTaz package receipt.
pascal@2138 2
pascal@2138 3 PACKAGE="udns-dev"
slaxemulator@8434 4 VERSION="0.1"
pascal@2138 5 CATEGORY="development"
pascal@2138 6 SHORT_DESC="Syncronous and asyncronous DNS resolver, development files."
pascal@2138 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15363 8 LICENSE="LGPL2.1"
pascal@2559 9 WEB_SITE="http://www.corpit.ru/mjt/udns.html"
pascal@2138 10 WANTED="udns"
pascal@2138 11
pascal@2138 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2138 13 genpkg_rules()
pascal@2138 14 {
pascal@2138 15 mkdir -p $fs/usr/lib $fs/usr/include
pascal@2138 16 cp -a $src/libudns*a $fs/usr/lib
pascal@2138 17 cp -a $src/udns.h $fs/usr/include
pascal@2138 18 }
pascal@2138 19