# HG changeset patch # User Pascal Bellard # Date 1385839554 0 # Node ID 293a7bce6d7fc20e64efd0f48fab6101f9521d58 # Parent 17bf4f330c44cb7a67366c72f8f9875319f6a9a9 Up ndiswrapper (1.59) diff -r 17bf4f330c44 -r 293a7bce6d7f ndiswrapper-driver/receipt --- a/ndiswrapper-driver/receipt Sat Nov 30 18:50:23 2013 +0000 +++ b/ndiswrapper-driver/receipt Sat Nov 30 19:25:54 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-driver" -VERSION="1.57" +VERSION="1.59" CATEGORY="system-tools" SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org" @@ -9,7 +9,7 @@ SOURCE="ndiswrapper" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" -WGET_URL="$SF_MIRROR/$SOURCE/stable/$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/$SOURCE/stable/$TARBALL" TAGS="windows wireless network" DEPENDS="linux" @@ -21,9 +21,8 @@ KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` cd $src - patch -Np1 -i $stuff/kernel-2.6.35.patch - patch -Np1 -i $stuff/kernel-2.6.36.patch make KBUILD=/usr/src/linux KVER=linux-$KERNEL_VERSION-slitaz + xz driver/ndiswrapper.ko } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -37,11 +36,8 @@ # Install utilities install -o root -m 755 $src/utils/loadndisdriver $fs/sbin/ - # Compress and install module - # $stuff/gztazmod.sh $fs/lib/modules/$VERSION-slitaz - cp $src/driver/ndiswrapper.ko \ + cp $src/driver/ndiswrapper.ko.xz \ $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc/ - xz $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc/ndiswrapper.ko chown root $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc/ndiswrapper.ko.xz chmod 644 $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc/ndiswrapper.ko.xz } diff -r 17bf4f330c44 -r 293a7bce6d7f ndiswrapper-utils/receipt --- a/ndiswrapper-utils/receipt Sat Nov 30 18:50:23 2013 +0000 +++ b/ndiswrapper-utils/receipt Sat Nov 30 19:25:54 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-utils" -VERSION="1.57" +VERSION="1.59" CATEGORY="system-tools" SHORT_DESC="ndiswrapper utilities." MAINTAINER="erjo@slitaz.org" diff -r 17bf4f330c44 -r 293a7bce6d7f ndiswrapper/receipt --- a/ndiswrapper/receipt Sat Nov 30 18:50:23 2013 +0000 +++ b/ndiswrapper/receipt Sat Nov 30 19:25:54 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper" -VERSION="1.57" +VERSION="1.59" CATEGORY="meta" SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org"