wok-current view mhash-dev/receipt @ rev 14226
liberation-fonts-base: fix url. Recook: freetype - package cooked but something wrong, freetype-dev fails; same with freetype-infinality(-dev). Add optional (?) website to fontconfig-infinality-yad.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 19:21:00 2013 +0000 (2013-03-21) |
parents | 4ef973ba95a4 |
children | 3765f181a6d5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mhash-dev"
4 VERSION="0.9.9.9"
5 CATEGORY="development"
6 SHORT_DESC="uniform interface to a large number of hash algorithms devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://mhash.sourceforge.net/"
9 WANTED="mhash"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/libmhash*a $fs/usr/lib
17 }