wok rev 12570
linux: add opt --no64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 20:00:42 2012 +0200 (2012-04-28) |
parents | 126dad74a7ba |
children | a6692a318d25 |
files | linux/receipt pangomm/receipt |
line diff
1.1 --- a/linux/receipt Sat Apr 28 19:44:04 2012 +0200 1.2 +++ b/linux/receipt Sat Apr 28 20:00:42 2012 +0200 1.3 @@ -110,6 +110,9 @@ 1.4 fi 1.5 cd $src 1.6 1.7 + case "$opt" in 1.8 + *--no64*);; 1.9 + *) 1.10 # 1.11 # Arch x86_64 1.12 # 1.13 @@ -153,6 +156,7 @@ 1.14 mv arch/x86/boot/bzImage $DESTDIR/linux64/boot/vmlinuz-$VERSION-slitaz 1.15 ln System.map System.map-modules64 1.16 ln Module.symvers Module.symvers-modules64 1.17 + esac 1.18 1.19 # 1.20 # Standard kernel
2.1 --- a/pangomm/receipt Sat Apr 28 19:44:04 2012 +0200 2.2 +++ b/pangomm/receipt Sat Apr 28 20:00:42 2012 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Pango binding for GTKmm." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" 2.7 -BUILD_DEPENDS="cairomm-dev glibmm-dev" 2.8 +BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev" 2.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.10 WEB_SITE="http://www.gnome.org/" 2.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"