wok-current view libmagic-dev/receipt @ rev 7163
linmodem-hsfmodem: do not assume build host kernel is up to date
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 07 16:40:05 2010 +0100 (2010-11-07) |
parents | c5ed235f4809 |
children | 97b93f51e35b |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic-dev"
4 VERSION="5.04"
5 CATEGORY="development"
6 SHORT_DESC="Library for File utility dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libmagic"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
11 WANTED="file"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr/
19 }