wok view newt-dev/receipt @ rev 7271

Added printable patch fix to busybox. Now ls command can display the utf-8 filename. Thanks to a bug report in mailing list for the patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 15 04:56:01 2010 +0000 (2010-11-15)
parents 105b6d393c9d
children aa91b84f09b3
line source
1 # SliTaz package receipt.
3 PACKAGE="newt-dev"
4 VERSION="0.52.2"
5 CATEGORY="development"
6 SHORT_DESC="Not Erik's Windowing Toolkit dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="newt"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WANTED="newt"
12 WEB_SITE="http://packages.debian.org/etch/libnewt0.52"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
20 }