wok annotate mhash-dev/receipt @ rev 21994

updated sylpheed, sylpheed-dev and sylpheed-full (3.5.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Wed Oct 16 17:44:24 2019 +0100 (2019-10-16)
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