wok view cdrdao-utils/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents b7eaafd611f2
children eb8067417980
line source
1 # SliTaz package receipt
3 PACKAGE="cdrdao-utils"
4 VERSION="1.2.3"
5 CATEGORY="multimedia"
6 SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="lame libao libmad libogg libvorbis"
9 WANTED="cdrdao"
10 WEB_SITE="http://downloads.sourceforge.net/$PACKAGE"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/ $fs/usr
17 rm $fs/usr/bin/cdrdao
18 }