wok rev 14801
915resolution: fix license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 16 08:55:30 2013 +0200 (2013-07-16) |
parents | c36ddf77a3fc |
children | d3a6d0a6fa40 |
files | 915resolution/receipt backuppc/receipt dev86/receipt linux/stuff/linux-diff.u v4l-dvb/receipt |
line diff
1.1 --- a/915resolution/receipt Sat Jul 13 16:21:42 2013 +0200 1.2 +++ b/915resolution/receipt Tue Jul 16 08:55:30 2013 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -LICENSE="PD" 1.8 +LICENSE="PublicDomain" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://915resolution.mango-lang.org/" 1.11 WGET_URL="$WEB_SITE$TARBALL"
2.1 --- a/backuppc/receipt Sat Jul 13 16:21:42 2013 +0200 2.2 +++ b/backuppc/receipt Tue Jul 16 08:55:30 2013 +0200 2.3 @@ -61,7 +61,7 @@ 2.4 sed -i 's/{ArchivePar} =.*/{ArchivePar} = 5;/' $1/etc/BackupPC/config.pl 2.5 if [ ! -d $1/etc/BackupPC/.ssh ]; then 2.6 mkdir $1/etc/BackupPC/.ssh 2.7 - ssh-keygen -t rsa -f $1/etc/BackupPC/.ssh/id_rsa -C '' -N '' 2.8 + chroot $1/ ssh-keygen -t rsa -f /etc/BackupPC/.ssh/id_rsa -C '' -N '' 2.9 fi 2.10 if [ -z "$1" ]; then 2.11 /etc/init.d/apache stop
3.1 --- a/dev86/receipt Sat Jul 13 16:21:42 2013 +0200 3.2 +++ b/dev86/receipt Tue Jul 16 08:55:30 2013 +0200 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="Linux 8086 development environment." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 +LICENSE="GPL2" 3.8 SOURCE="Dev86src" 3.9 TARBALL="$SOURCE-$VERSION.tar.gz" 3.10 WEB_SITE="http://www.debath.co.uk/"
4.1 --- a/linux/stuff/linux-diff.u Sat Jul 13 16:21:42 2013 +0200 4.2 +++ b/linux/stuff/linux-diff.u Tue Jul 16 08:55:30 2013 +0200 4.3 @@ -34,7 +34,7 @@ 4.4 quiet_cmd_lzma = LZMA $@ 4.5 cmd_lzma = (cat $(filter-out FORCE,$^) | \ 4.6 - lzma -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \ 4.7 -+ lzma e -si -so && $(call size_append, $(filter-out FORCE,$^))) > $@ || \ 4.8 ++ xz -z -e --format=lzma --lzma1=mode=normal --stdout && $(call size_append, $(filter-out FORCE,$^))) > $@ || \ 4.9 (rm -f $@ ; false) 4.10 4.11 quiet_cmd_lzo = LZO $@
5.1 --- a/v4l-dvb/receipt Sat Jul 13 16:21:42 2013 +0200 5.2 +++ b/v4l-dvb/receipt Tue Jul 16 08:55:30 2013 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 WGET_URL="hg|$WEB_SITE" 5.5 5.6 DEPENDS="linux" 5.7 -BUILD_DEPENDS="python mercurial coreutils-operations module-init-tools" 5.8 +BUILD_DEPENDS="python mercurial coreutils-operations module-init-tools xz" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules() { 5.12 @@ -58,10 +58,10 @@ 5.13 5.14 mkdir -p $fs/lib/modules/$kvers-slitaz/kernel/ 5.15 5.16 - find $_pkg/lib/modules/$kvers-slitaz -name "*.ko" \ 5.17 - -exec lzma e '{}' '{}'.gz \; 2> /dev/null 5.18 - find $_pkg/lib/modules/$kvers-slitaz -name "*.ko" -exec rm '{}' \; 5.19 - cp -a $_pkg/lib/modules/$kvers-slitaz/kernel/drivers \ 5.20 + find $install/lib/modules/$kvers-slitaz -name "*.ko" \ 5.21 + -exec xz '{}' \; 2> /dev/null 5.22 + find $install/lib/modules/$kvers-slitaz -name "*.ko" -exec rm '{}' \; 5.23 + cp -a $install/lib/modules/$kvers-slitaz/kernel/drivers \ 5.24 $fs/lib/modules/$kvers-slitaz/kernel/ 5.25 } 5.26