wok annotate mhash-dev/receipt @ rev 25491
Up foomatic-db-nonfree (20221116)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 17 12:13:24 2022 +0000 (23 months ago) |
parents | 3765f181a6d5 |
children |
rev | line source |
---|---|
pascal@1323 | 1 # SliTaz package receipt. |
pascal@1323 | 2 |
pascal@1323 | 3 PACKAGE="mhash-dev" |
slaxemulator@6545 | 4 VERSION="0.9.9.9" |
pascal@1323 | 5 CATEGORY="development" |
pascal@1323 | 6 SHORT_DESC="uniform interface to a large number of hash algorithms devel files." |
pascal@1323 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15584 | 8 LICENSE="GPL2" |
pascal@25460 | 9 WEB_SITE="https://mhash.sourceforge.net/" |
pascal@1323 | 10 WANTED="mhash" |
pascal@1323 | 11 |
pascal@1323 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1323 | 13 genpkg_rules() |
pascal@1323 | 14 { |
pascal@1323 | 15 mkdir -p $fs/usr/lib |
pascal@15584 | 16 cp -a $install/usr/include $fs/usr |
pascal@15584 | 17 cp -a $install/usr/lib/libmhash*a $fs/usr/lib |
pascal@1323 | 18 } |
pascal@1323 | 19 |