wok annotate mhash-dev/receipt @ rev 16373
fltk-sudoku: fix icon path installation
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 14 18:36:24 2014 +0200 (2014-04-14) |
parents | f0b7de721617 |
children | 7dd01dedad38 |
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@1323 | 9 WEB_SITE="http://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 |