wok-stable annotate mhash-dev/receipt @ rev 10142
Add fastthread.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 17:46:09 2011 +0000 (2011-05-20) |
parents | 4ef973ba95a4 |
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@1323 | 8 WEB_SITE="http://mhash.sourceforge.net/" |
pascal@1323 | 9 WANTED="mhash" |
pascal@1323 | 10 |
pascal@1323 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1323 | 12 genpkg_rules() |
pascal@1323 | 13 { |
pascal@1323 | 14 mkdir -p $fs/usr/lib |
pascal@1323 | 15 cp -a $_pkg/usr/include $fs/usr |
pascal@1323 | 16 cp -a $_pkg/usr/lib/libmhash*a $fs/usr/lib |
pascal@1323 | 17 } |
pascal@1323 | 18 |