wok view libmagic/receipt @ rev 9492

Up: tazpkg (4.4) - New notification and stuff from GoKhlaYeh branch (I dont want branch...)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 01:56:27 2011 +0200 (2011-04-06)
parents 97b93f51e35b
children dbc7b6ad8b7b
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic"
4 VERSION="5.05"
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 }