wok-6.x annotate file-dev/receipt @ rev 3357

Up: dosbox (0.73) and remove dep on libiconv
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 11 19:51:49 2009 +0200 (2009-06-11)
parents
children d5991fc2b1b3
rev   line source
allan316@3322 1 # SliTaz package receipt.
allan316@3322 2
allan316@3322 3 PACKED_SIZE="204.0k"
allan316@3322 4 UNPACKED_SIZE="1.8M"
allan316@3322 5 PACKAGE="file-dev"
allan316@3322 6 VERSION="5.03"
allan316@3322 7 CATEGORY="system-tools"
allan316@3322 8 SHORT_DESC="Retrieve file type."
allan316@3322 9 MAINTAINER="erjo@slitaz.org"
allan316@3322 10 DEPENDS="zlib"
allan316@3322 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
allan316@3322 12 WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
allan316@3322 13 WANTED="file"
allan316@3322 14
allan316@3322 15 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3322 16 genpkg_rules()
allan316@3322 17 {
allan316@3322 18 mkdir -p $fs/usr
allan316@3322 19 cp -a $_pkg/usr/include $fs/usr
allan316@3322 20
allan316@3322 21 }