wok-stable view libmagic/receipt @ rev 6266
Fix pixman. Added glib-dev for build depends even though i can build without it. Not building with -j 4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 14 17:50:39 2010 +0000 (2010-09-14) |
parents | 8752c40cc534 |
children | 97b93f51e35b |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmagic"
4 VERSION="5.04"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for File utility"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="zlib"
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/*.so* $fs/usr/lib
18 }