wok-next view newt-dev/receipt @ rev 6293

Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 16 13:04:44 2010 +0000 (2010-09-16)
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 }