wok view libmagic-dev/receipt @ rev 8980

Fix screen/screen-pam depends & config location
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 02 20:57:11 2011 +0100 (2011-03-02)
parents cba097232ece
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic-dev"
4 VERSION="5.05"
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 }