wok-current annotate npth-dev/receipt @ rev 22729
updated flake8 (3.7.7 -> 3.7.9)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 23 10:02:17 2020 +0100 (2020-01-23) |
parents | b3340c8e1ed1 |
children | 3ad63c8fc2f9 |
rev | line source |
---|---|
al@19226 | 1 # SliTaz package receipt. |
al@19226 | 2 |
al@19226 | 3 PACKAGE="npth-dev" |
Hans-G?nter@21585 | 4 VERSION="1.6" |
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" |
Hans-G?nter@21585 | 9 WEB_SITE="https://www.gnupg.org/software/npth/" |
al@19226 | 10 |
Hans-G?nter@21585 | 11 DEPENDS="npth" |
al@19226 | 12 WANTED="npth" |
al@19226 | 13 |
al@19226 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19226 | 15 genpkg_rules() |
al@19226 | 16 { |
Hans-G?nter@21585 | 17 cp -a $install/* $fs |
al@19226 | 18 rm -r $fs/usr/lib/*.so* |
al@19226 | 19 } |