wok annotate antinat-dev/receipt @ rev 22950

updated inotify-tools again (3.14 -> 3.20.2.2)
author Hans-G?nter Theisgen
date Fri Feb 28 14:33:03 2020 +0100 (2020-02-28)
parents acac2eedb66f
children 7dd01dedad38
rev   line source
pascal@14593 1 # SliTaz package receipt.
pascal@14593 2
pascal@14593 3 PACKAGE="antinat-dev"
Hans-G?nter@22483 4 VERSION="0.91"
pascal@14593 5 CATEGORY="development"
Hans-G?nter@22483 6 SHORT_DESC="Flexible SOCKS server and client library for proxy-based applications, development files."
pascal@14593 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@14593 9 WEB_SITE="http://antinat.sourceforge.net/"
Hans-G?nter@20708 10
Hans-G?nter@22483 11 DEPENDS="antinat expat-dev"
pascal@14593 12 WANTED="antinat"
pascal@14593 13
pascal@14593 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14593 15 genpkg_rules()
pascal@14593 16 {
pascal@14593 17 mkdir -p $fs/usr/lib
Hans-G?nter@22483 18
Hans-G?nter@22483 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22483 20 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@14593 21 }