wok annotate npth-dev/receipt @ rev 21406
updated lynx (2.8.8 -> 2.8.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 23 15:36:59 2019 +0100 (2019-04-23) |
parents | ac006a7bf27c |
children | 70356dd15554 |
rev | line source |
---|---|
al@19226 | 1 # SliTaz package receipt. |
al@19226 | 2 |
al@19226 | 3 PACKAGE="npth-dev" |
erkan@20346 | 4 VERSION="1.5" |
al@19226 | 5 CATEGORY="development" |
al@19226 | 6 SHORT_DESC="The new GNU portable threads library, development files" |
al@19226 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19226 | 8 LICENSE="GPL2 LGPL3" |
al@19226 | 9 WEB_SITE="https://www.gnupg.org/related_software/npth/" |
al@19226 | 10 |
al@19226 | 11 WANTED="npth" |
al@19226 | 12 DEPENDS="npth" |
al@19226 | 13 |
al@19226 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19226 | 15 genpkg_rules() |
al@19226 | 16 { |
al@19226 | 17 cp -a $install/* $fs |
al@19226 | 18 rm -r $fs/usr/lib/*.so* |
al@19226 | 19 } |