wok diff linux-headers/receipt @ rev 1696
Add perl-net-mysql
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 11 20:54:37 2008 +0000 (2008-11-11) |
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 Tue Nov 11 20:54:37 2008 +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 {