wok view libmagic-dev/receipt @ rev 7712

yasr: add post install
author Paul Issott <paul@slitaz.org>
date Sun Dec 19 15:51:06 2010 +0000 (2010-12-19)
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 }