wok-stable view libmagic/receipt @ rev 7962
Changed postgres user and group ids to 88 in postgresql receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 16 13:38:29 2011 +0000 (2011-01-16) |
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 }