wok diff linux-headers/receipt @ rev 58

Disable audio for libSDL
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 23 10:26:31 2007 +0100 (2007-12-23)
parents
children 17a39e4461e4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-headers/receipt	Sun Dec 23 10:26:31 2007 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-headers"
     1.7 +VERSION="2.6.22.9"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="The Linux Kernel headers files for devel."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="linux"
    1.12 +WEB_SITE="http://www.kernel.org/"
    1.13 +
    1.14 +# Rules to configure and make the package.
    1.15 +compile_rules()
    1.16 +{
    1.17 +	cd $src
    1.18 +	make mrproper
    1.19 +	mkdir -p _pkg/usr
    1.20 +	make INSTALL_HDR_PATH=$PWD/_pkg/usr headers_install
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr
    1.27 +	cp -a $_pkg/usr/include $fs/usr
    1.28 +}