wok-stable annotate xorg-recordproto/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 07ae722ec64e
children 0a82a5440a11
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-recordproto"
slaxemulator@7012 4 VERSION="1.14.1"
pankso@211 5 CATEGORY="development"
pankso@20 6 SHORT_DESC="Xorg record protol."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
pankso@20 8 SOURCE="recordproto"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@20 10 WEB_SITE="http://www.x.org/"
pankso@20 11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@20 12
pankso@20 13 # Rules to configure and make the package.
pankso@20 14 compile_rules()
pankso@20 15 {
pankso@20 16 cd $src
pankso@20 17 ./configure --prefix=/usr --sysconfdir=/etc \
pankso@20 18 --mandir=/usr/share/man --localstatedir=/var \
pankso@20 19 $CONFIGURE_ARGS
pankso@20 20 make
pankso@20 21 make DESTDIR=$PWD/_pkg install
pankso@20 22 }
pankso@20 23
pankso@20 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 25 genpkg_rules()
pankso@20 26 {
pankso@20 27 cp -a $_pkg/* $fs
pankso@20 28 }