wok view libmagic/receipt @ rev 10674

fastthread: Fixed category.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 27 05:05:23 2011 +0000 (2011-05-27)
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 }