wok view file/receipt @ rev 10230

Up: pygobject to 2.28.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:22:42 2011 +0000 (2011-05-21)
parents 97b93f51e35b
children 8035dc12d8e3
line source
1 # SliTaz package receipt.
3 PACKAGE="file"
4 VERSION="5.07"
5 CATEGORY="system-tools"
6 SHORT_DESC="Retrieve file type."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="zlib libmagic"
9 BUILD_DEPENDS="zlib-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
12 WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --datarootdir=/usr/share $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 cp -a $_pkg/usr/share/misc $fs/usr/share
30 }