# HG changeset patch # User Pascal Bellard # Date 1386359912 0 # Node ID c1e059ce9a052c10a5cb5ea91a0db969387fd527 # Parent 85b6cb8fa228051159f828581fdb523ede504d1a gpxe: fix compile_rules diff -r 85b6cb8fa228 -r c1e059ce9a05 chess3d/receipt --- a/chess3d/receipt Fri Dec 06 14:33:33 2013 +0000 +++ b/chess3d/receipt Fri Dec 06 19:58:32 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="3D Chess game in javascript" TARBALL="$PACKAGE-$VERSION.tar.lzma" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" WEB_SITE="http://chessforeva.appspot.com/" TAGS="chess" diff -r 85b6cb8fa228 -r c1e059ce9a05 cndrvcups-common-dev/receipt --- a/cndrvcups-common-dev/receipt Fri Dec 06 14:33:33 2013 +0000 +++ b/cndrvcups-common-dev/receipt Fri Dec 06 19:58:32 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="cndrvcups-common devel file" MAINTAINER="jozee@slitaz.org" +LICENSE="other" WANTED="cndrvcups-common" SOURCE="ufr2linuxv180" WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" diff -r 85b6cb8fa228 -r c1e059ce9a05 cndrvcups-common/receipt --- a/cndrvcups-common/receipt Fri Dec 06 14:33:33 2013 +0000 +++ b/cndrvcups-common/receipt Fri Dec 06 19:58:32 2013 +0000 @@ -4,6 +4,7 @@ VERSION="1.80" CATEGORY="system-tools" MAINTAINER="jozee@slitaz.org" +LICENSE="other" SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers" WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" SOURCE="ufr2linuxv180" diff -r 85b6cb8fa228 -r c1e059ce9a05 cryptopp/receipt --- a/cryptopp/receipt Fri Dec 06 14:33:33 2013 +0000 +++ b/cryptopp/receipt Fri Dec 06 19:58:32 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="C++ class library of cryptographic schemes." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT PublicDomain" TARBALL="${PACKAGE}561.zip" WEB_SITE="http://www.cryptopp.com" WGET_URL="$WEB_SITE/$TARBALL" diff -r 85b6cb8fa228 -r c1e059ce9a05 gpxe/receipt --- a/gpxe/receipt Fri Dec 06 14:33:33 2013 +0000 +++ b/gpxe/receipt Fri Dec 06 19:58:32 2013 +0000 @@ -24,7 +24,7 @@ done sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c - make EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable" bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list + make EXTRA_CFLAGS="-fno-strict-aliasing" bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list } # Rules to gen a SliTaz package suitable for Tazpkg.