wok-6.x diff catalyst/receipt @ rev 7350
Up: pidgin-facebookchat to 1.68.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 22 04:44:32 2010 +0000 (2010-11-22) |
parents | 13d20e960b3d |
children | 0e0263019e74 |
line diff
1.1 --- a/catalyst/receipt Tue Aug 03 11:41:52 2010 +0200 1.2 +++ b/catalyst/receipt Mon Nov 22 04:44:32 2010 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="catalyst" 1.7 -VERSION="10.7" 1.8 +VERSION="10.10" 1.9 CATEGORY="x-window" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="AMD/ATI beta drivers (non-free) for Radeon brand cards " 1.12 WEB_SITE="http://www.ati.amd.com" 1.13 DEPENDS="xorg-server mesa mesa-dri libdrm linux-drm fontconfig linux-agp xorg-libSM xorg-libXi xorg-libXcursor" 1.14 -BUILD_DEPENDS="linux xorg-server" 1.15 +BUILD_DEPENDS="linux xorg-server linux-module-headers" 1.16 TARBALL="ati-driver-installer-${VERSION/./-}-x86.x86_64.run" 1.17 WGET_URL="http://www2.ati.com/drivers/linux/$TARBALL" 1.18 TAGS="drivers graphic video" 1.19 @@ -17,9 +17,6 @@ 1.20 compile_rules() { 1.21 1.22 KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.23 - 1.24 - 1.25 - [ -d $WOK/linux/taz ] || tazwok cook linux 1.26 1.27 cd $WOK/$PACKAGE 1.28 [ -f $SOURCES_REPOSITORY/$TARBALL ] && cp $SOURCES_REPOSITORY/$TARBALL . 1.29 @@ -35,11 +32,12 @@ 1.30 grep -rl linux/$i * | xargs sed -i "s|linux/$i|generated/$i|" 1.31 done 1.32 cd $src 1.33 + patch -Np1 -i ../stuff/makefile_compat.patch 1.34 patch -Np1 -i ../stuff/$PACKAGE-${KERNEL_VERSION}.patch 1.35 cd $src/common/lib/modules/fglrx/build_mod 1.36 cp $src/arch/x86/lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC4 . 1.37 cp 2.6.x/Makefile . 1.38 - make -C $WOK/linux/linux-$KERNEL_VERSION SUBDIRS="`pwd`" modules 1.39 + make -C /usr/src/linux SUBDIRS="`pwd`" modules 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg.