wok annotate readline-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 4bd2ff77d103
children 5740040c75b8
rev   line source
pankso@633 1 # SliTaz package receipt.
pankso@633 2
pankso@633 3 PACKAGE="readline-dev"
slaxemulator@6364 4 VERSION="6.1"
pankso@633 5 CATEGORY="development"
pankso@633 6 SHORT_DESC="GNU readline devel files."
pankso@633 7 MAINTAINER="pankso@slitaz.org"
pankso@633 8 WANTED="readline"
pankso@633 9 WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
pankso@633 10
pankso@633 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@633 12 genpkg_rules()
pankso@633 13 {
pankso@633 14 mkdir -p $fs/usr/lib
pankso@633 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
pankso@633 16 cp -a $_pkg/usr/include $fs/usr
pankso@633 17 }
pankso@633 18