wok-4.x annotate udns-dev/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
parents | 4c0f69a92618 |
children | 550b6fb3bec5 |
rev | line source |
---|---|
pascal@2138 | 1 # SliTaz package receipt. |
pascal@2138 | 2 |
pascal@2138 | 3 PACKAGE="udns-dev" |
pascal@2138 | 4 VERSION="0.0.9" |
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@2559 | 8 WEB_SITE="http://www.corpit.ru/mjt/udns.html" |
pascal@2138 | 9 WANTED="udns" |
pascal@2138 | 10 |
pascal@2138 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2138 | 12 genpkg_rules() |
pascal@2138 | 13 { |
pascal@2138 | 14 mkdir -p $fs/usr/lib $fs/usr/include |
pascal@2138 | 15 cp -a $src/libudns*a $fs/usr/lib |
pascal@2138 | 16 cp -a $src/udns.h $fs/usr/include |
pascal@2138 | 17 } |
pascal@2138 | 18 |