wok view libmagic-dev/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 129bb5b11a7e
children 092e65acbaf2
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic-dev"
4 VERSION="5.07"
5 CATEGORY="development"
6 SHORT_DESC="Library for File utility dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libmagic"
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/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr/
18 }