wok-current rev 25041
Up fatattr (1.0.1), puzzles (20220128)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 27 17:15:46 2022 +0000 (2022-05-27) |
parents | 4d117a467c5d |
children | 1f9238437d3b |
files | fatattr/receipt puzzles/receipt usbutils/receipt |
line diff
1.1 --- a/fatattr/receipt Fri May 27 07:47:27 2022 +0100 1.2 +++ b/fatattr/receipt Fri May 27 17:15:46 2022 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fatattr" 1.7 -VERSION="1.0" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Handle fat attributes." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="https://www.kernel.org/" 1.16 -WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL" 1.17 +WGET_URL="http://deb.debian.org/debian/pool/main/f/fatattr/fatattr_$VERSION.orig.tar.xz" 1.18 1.19 # What is the latest version available today? 1.20 current_version() 1.21 @@ -20,7 +20,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure 1.27 make 1.28 }
2.1 --- a/puzzles/receipt Fri May 27 07:47:27 2022 +0100 2.2 +++ b/puzzles/receipt Fri May 27 17:15:46 2022 +0000 2.3 @@ -1,18 +1,18 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="puzzles" 2.7 -VERSION="20190415" 2.8 +VERSION="20220128" 2.9 CATEGORY="games" 2.10 SHORT_DESC="Misc puzzles games." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="MIT" 2.13 WEB_SITE="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" 2.14 2.15 -TARBALL="$PACKAGE-$VERSION.e2135d5.tar.gz" 2.16 +TARBALL="$PACKAGE-$VERSION.c43a34f.tar.gz" 2.17 WGET_URL="${WEB_SITE}$TARBALL" 2.18 2.19 DEPENDS="cairo gtk+ libxcb xorg-libXrandr" 2.20 -BUILD_DEPENDS="file gtk+-dev" 2.21 +BUILD_DEPENDS="file gtk+-dev cmake" 2.22 2.23 # What is the latest version available today? 2.24 current_version() 2.25 @@ -24,26 +24,13 @@ 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 - mkdir -p $DESTDIR/usr/local/games 2> /dev/null 2.30 - ./configure \ 2.31 - --prefix=/usr \ 2.32 - $CONFIGURE_ARGS && 2.33 - make && 2.34 - make DESTDIR=$DESTDIR install 2.35 + cmake -DCMAKE_INSTALL_PREFIX=/usr . && 2.36 + cmake --build . && 2.37 + make install 2.38 } 2.39 2.40 # Rules to gen a SliTaz package suitable for Tazpkg. 2.41 genpkg_rules() 2.42 { 2.43 - mkdir -p $fs/usr/share/pixmaps 2.44 - mkdir -p $fs/usr/share/applications 2.45 - 2.46 cp -a $install/usr/* $fs/ 2.47 - 2.48 - for img in $(ls $src/icons/*16d24*) 2.49 - do 2.50 - cp $img $fs/usr/share/pixmaps/$(basename $img -16d24.png).png 2.51 - done 2.52 - 2.53 - cp -a $stuff/*.desktop $fs/usr/share/applications 2.54 }
3.1 --- a/usbutils/receipt Fri May 27 07:47:27 2022 +0100 3.2 +++ b/usbutils/receipt Fri May 27 17:15:46 2022 +0000 3.3 @@ -8,8 +8,7 @@ 3.4 LICENSE="GPL2" 3.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 3.6 WEB_SITE="http://linux-usb.sourceforge.net/" 3.7 -#WGET_URL="https://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL" 3.8 -WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/usb/$PACKAGE/$TARBALL" 3.9 +WGET_URL="http://deb.debian.org/debian/pool/main/u/usbutils/usbutils_$VERSION.orig.tar.xz" 3.10 HOST_ARCH="i486 arm" 3.11 3.12 TAGS="usb"