wok diff linux-headers/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents d293797ba11d
children 9059daaaa23d
line diff
     1.1 --- a/linux-headers/receipt	Fri Feb 29 17:03:03 2008 +0100
     1.2 +++ b/linux-headers/receipt	Sun Feb 15 22:50:52 2009 +0000
     1.3 @@ -1,22 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-headers"
     1.7 -VERSION="2.6.24.2"
     1.8 +VERSION="2.6.25.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Linux Kernel headers files for devel."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  WANTED="linux"
    1.13  WEB_SITE="http://www.kernel.org/"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	cd $src
    1.19 -	make mrproper
    1.20 -	mkdir -p _pkg/usr
    1.21 -	make INSTALL_HDR_PATH=$PWD/_pkg/usr headers_install
    1.22 -}
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {