wok view libmagic/receipt @ rev 10867

john: Fixed. Add patch so $JOHN is set to /usr/share/john. Also add all *.chr files and password.lst to /usr/share/john.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 11:36:07 2011 +0000 (2011-06-19)
parents 129bb5b11a7e
children 092e65acbaf2
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic"
4 VERSION="5.07"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for File utility"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="zlib"
9 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
10 WANTED="file"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
17 }