wok annotate netatalk-dev/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
children 46c7fcbd34f1
rev   line source
pascal@1255 1 # SliTaz package receipt.
pascal@1255 2
pascal@1255 3 PACKAGE="netatalk-dev"
pascal@1255 4 VERSION="2.0.3"
pascal@1255 5 CATEGORY="development"
pascal@1255 6 SHORT_DESC="The AppleTalk Protocol Suite development files."
pascal@1255 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1255 8 WEB_SITE="http://netatalk.sourceforge.net/"
pascal@1255 9 WANTED="netatalk"
pascal@1255 10
pascal@1255 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1255 12 genpkg_rules()
pascal@1255 13 {
pascal@1255 14 mkdir -p $fs/usr/share $fs/etc/netatalk/uams/
pascal@1255 15 cp -a $_pkg/usr/lib $fs/usr
pascal@1255 16 cp -a $_pkg/usr/include $fs/usr
pascal@1255 17 cp -a $_pkg/usr/share/netatalk $fs/usr/share
pascal@1255 18 cp -a $_pkg/etc/netatalk/uams/*a $fs/etc/netatalk/uams/
pascal@1255 19 }