wok view libcdio-utils/receipt @ rev 6488

Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 30 19:35:44 2010 +0000 (2010-09-30)
parents a3d675137a36
children 7f37d33e799b
line source
1 # SliTaz package receipt.
3 PACKAGE="libcdio-utils"
4 VERSION="0.82"
5 CATEGORY="multimedia"
6 SHORT_DESC="Utilities supplied with libcdio"
7 DEPENDS="libcddb libcdio ncurses"
8 MAINTAINER="rj.rohit@gmail.com"
9 WANTED="libcdio"
10 WEB_SITE="http://www.gnu.org/software/libcdio/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }