wok annotate libpfm-dev/receipt @ rev 22023
Remove cat process
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Sun Oct 20 12:39:13 2019 +0200 (2019-10-20) |
| parents | 6bebe30dad3a |
| children | 7dd01dedad38 |
| rev | line source |
|---|---|
| pascal@16246 | 1 # SliTaz package receipt. |
| pascal@16246 | 2 |
| pascal@16246 | 3 PACKAGE="libpfm-dev" |
| Hans-Günter@21272 | 4 VERSION="4.10.1" |
| pascal@16246 | 5 CATEGORY="development" |
| pascal@16246 | 6 SHORT_DESC="Improve performance monitoring on Linux, development files." |
| pascal@16246 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
| pascal@16246 | 8 LICENSE="MIT" |
| pascal@16246 | 9 WEB_SITE="http://perfmon2.sourceforge.net/" |
| Hans-Günter@21272 | 10 |
| pascal@16246 | 11 WANTED="libpfm" |
| pascal@16246 | 12 DEPENDS="libpfm" |
| pascal@16246 | 13 |
| pascal@16246 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@16246 | 15 genpkg_rules() |
| pascal@16246 | 16 { |
| pascal@16246 | 17 mkdir -p $fs/usr/lib |
| Hans-Günter@21272 | 18 |
| Hans-Günter@21272 | 19 cp -a $install/usr/include $fs/usr |
| Hans-Günter@21272 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
| pascal@16246 | 21 } |