wok-next rev 20513
A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
line diff
1.1 --- a/LibreOffice/receipt Sat Mar 17 04:50:25 2018 +0200 1.2 +++ b/LibreOffice/receipt Wed Mar 21 15:58:17 2018 +0200 1.3 @@ -81,8 +81,7 @@ 1.4 DEPENDS="LibreOffice" 1.5 ;; 1.6 LibreOffice) 1.7 - copy @std *.inc 1.8 - remove_already_packed 1.9 + copy @std *.inc @rm 1.10 DEPENDS="gtk+ dbus-glib libcomerr libkrb5 xorg-libSM \ 1.11 xorg-libXinerama xorg-libXrandr" 1.12 SUGGESTED="gst1-plugins-base mesa" 1.13 @@ -150,8 +149,7 @@ 1.14 1.15 LibreOffice-extra) 1.16 # all the rest... 1.17 - copy @std *.inc 1.18 - remove_already_packed 1.19 + copy @std *.inc @rm 1.20 CAT="office|extra files" 1.21 ;; 1.22 esac
2.1 --- a/QtWeb/receipt Sat Mar 17 04:50:25 2018 +0200 2.2 +++ b/QtWeb/receipt Wed Mar 21 15:58:17 2018 +0200 2.3 @@ -13,8 +13,8 @@ 2.4 WGET_URL="https://github.com/RomanChebotarev/$PACKAGE/archive/$COMMIT.tar.gz" 2.5 TAGS="web-browser" 2.6 2.7 -DEPENDS="qt5 cacerts " 2.8 -BUILD_DEPENDS="wget cacerts qmake qt5-dev qtwebkit mesa-dev xorg-dev " 2.9 +DEPENDS="qt5 cacerts" 2.10 +BUILD_DEPENDS="qmake qt5-dev qtwebkit mesa-dev xorg-dev" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules()
3.1 --- a/SkypeFreak/receipt Sat Mar 17 04:50:25 2018 +0200 3.2 +++ b/SkypeFreak/receipt Wed Mar 21 15:58:17 2018 +0200 3.3 @@ -12,7 +12,6 @@ 3.4 WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip" 3.5 3.6 DEPENDS="python" 3.7 -BUILD_DEPENDS="wget" 3.8 3.9 # Rules to gen a SliTaz package suitable for Tazpkg. 3.10 genpkg_rules()
4.1 --- a/actionmailer/receipt Sat Mar 17 04:50:25 2018 +0200 4.2 +++ b/actionmailer/receipt Wed Mar 21 15:58:17 2018 +0200 4.3 @@ -18,7 +18,7 @@ 4.4 compile_rules() 4.5 { 4.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 4.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 4.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 4.9 } 4.10 4.11 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/actionpack/receipt Sat Mar 17 04:50:25 2018 +0200 5.2 +++ b/actionpack/receipt Wed Mar 21 15:58:17 2018 +0200 5.3 @@ -18,7 +18,7 @@ 5.4 compile_rules() 5.5 { 5.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 5.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 5.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 5.9 } 5.10 5.11 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/activerecord/receipt Sat Mar 17 04:50:25 2018 +0200 6.2 +++ b/activerecord/receipt Wed Mar 21 15:58:17 2018 +0200 6.3 @@ -18,7 +18,7 @@ 6.4 compile_rules() 6.5 { 6.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 6.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 6.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 6.9 } 6.10 6.11 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/activeresource/receipt Sat Mar 17 04:50:25 2018 +0200 7.2 +++ b/activeresource/receipt Wed Mar 21 15:58:17 2018 +0200 7.3 @@ -18,7 +18,7 @@ 7.4 compile_rules() 7.5 { 7.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 7.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 7.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 7.9 } 7.10 7.11 # Rules to gen a SliTaz package suitable for Tazpkg.
8.1 --- a/activesupport/receipt Sat Mar 17 04:50:25 2018 +0200 8.2 +++ b/activesupport/receipt Wed Mar 21 15:58:17 2018 +0200 8.3 @@ -18,7 +18,7 @@ 8.4 compile_rules() 8.5 { 8.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 8.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 8.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 8.9 } 8.10 8.11 # Rules to gen a SliTaz package suitable for Tazpkg.
9.1 --- a/aiksaurus/receipt Sat Mar 17 04:50:25 2018 +0200 9.2 +++ b/aiksaurus/receipt Wed Mar 21 15:58:17 2018 +0200 9.3 @@ -30,7 +30,6 @@ 9.4 ;; 9.5 aiksaurus-dev) 9.6 copy @dev 9.7 - DEPENDS="aiksaurus pkg-config" 9.8 ;; 9.9 esac 9.10 }
10.1 --- a/alarm-clock-applet/receipt Sat Mar 17 04:50:25 2018 +0200 10.2 +++ b/alarm-clock-applet/receipt Wed Mar 21 15:58:17 2018 +0200 10.3 @@ -12,7 +12,7 @@ 10.4 10.5 DEPENDS="GConf gstreamer0 libnotify libunique notification-daemon-gtk2" 10.6 BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer0-dev GConf-dev gnome-icon-theme \ 10.7 -libnotify-dev libunique-dev wget intltool" 10.8 +libnotify-dev libunique-dev intltool" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules()
11.1 --- a/aria2/receipt Sat Mar 17 04:50:25 2018 +0200 11.2 +++ b/aria2/receipt Wed Mar 21 15:58:17 2018 +0200 11.3 @@ -11,8 +11,7 @@ 11.4 WGET_URL="https://github.com/aria2/aria2/releases/download/release-$VERSION/$TARBALL" 11.5 11.6 DEPENDS="zlib libxml2 gnutls libgcrypt" 11.7 -BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \ 11.8 -nettle-dev" 11.9 +BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev gmp-dev nettle-dev" 11.10 11.11 # Rules to configure and make the package. 11.12 compile_rules()
12.1 --- a/arp-scan/receipt Sat Mar 17 04:50:25 2018 +0200 12.2 +++ b/arp-scan/receipt Wed Mar 21 15:58:17 2018 +0200 12.3 @@ -11,7 +11,7 @@ 12.4 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 12.5 12.6 DEPENDS="libpcap perl" 12.7 -BUILD_DEPENDS="wget autoconf automake libpcap-dev" 12.8 +BUILD_DEPENDS="autoconf automake libpcap-dev" 12.9 12.10 # Rules to configure and make the package. 12.11 compile_rules()
13.1 --- a/asterisk-googletranslate/receipt Sat Mar 17 04:50:25 2018 +0200 13.2 +++ b/asterisk-googletranslate/receipt Wed Mar 21 15:58:17 2018 +0200 13.3 @@ -11,7 +11,6 @@ 13.4 WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" 13.5 13.6 DEPENDS="asterisk perl-libwww-perl perl-json perl-io-socket-ssl" 13.7 -BUILD_DEPENDS="wget" 13.8 13.9 # Rules to gen a SliTaz package suitable for Tazpkg. 13.10 genpkg_rules()
14.1 --- a/asterisk-googletts/receipt Sat Mar 17 04:50:25 2018 +0200 14.2 +++ b/asterisk-googletts/receipt Wed Mar 21 15:58:17 2018 +0200 14.3 @@ -11,7 +11,6 @@ 14.4 WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" 14.5 14.6 DEPENDS="asterisk perl sox mpg123" 14.7 -BUILD_DEPENDS="wget" 14.8 14.9 # Rules to gen a SliTaz package suitable for Tazpkg. 14.10 genpkg_rules()
15.1 --- a/asterisk/receipt Sat Mar 17 04:50:25 2018 +0200 15.2 +++ b/asterisk/receipt Wed Mar 21 15:58:17 2018 +0200 15.3 @@ -42,9 +42,9 @@ 15.4 busybox sed -i 's|lua5.1/||' pbx/pbx_lua.c 15.5 grep -rsl '^#define AST_PBX_MAX_STACK' * | xargs busybox sed -i \ 15.6 's/define AST_PBX_MAX_STACK.*/define AST_PBX_MAX_STACK 1024/' 15.7 - [ -s $SOURCES_REPOSITORY/rfc3951.txt ] || 15.8 - wget -P $SOURCES_REPOSITORY http://www.ietf.org/rfc/rfc3951.txt 15.9 - cp $SOURCES_REPOSITORY/rfc3951.txt codecs/ilbc || 15.10 + [ -s $SRC/rfc3951.txt ] || 15.11 + wget -P $SRC http://www.ietf.org/rfc/rfc3951.txt 15.12 + cp $SRC/rfc3951.txt codecs/ilbc || 15.13 cp $stuff/rfc3951.txt codecs/ilbc 15.14 [ -f codecs/ilbc/iLBC_define.h ] || ( cd codecs/ilbc && 15.15 awk -f $stuff/extract-cfile.awk rfc3951.txt > /dev/null )
16.1 --- a/aurorials-theme/receipt Sat Mar 17 04:50:25 2018 +0200 16.2 +++ b/aurorials-theme/receipt Wed Mar 21 15:58:17 2018 +0200 16.3 @@ -12,7 +12,7 @@ 16.4 TAGS="holkfoor openbox slim wallpaper" 16.5 16.6 DEPENDS="gtk2-engine-murrine openbox slim" 16.7 -BUILD_DEPENDS="wget imagemagick" 16.8 +BUILD_DEPENDS="imagemagick" 16.9 16.10 # Rules to configure and make the package. 16.11 compile_rules()
17.1 --- a/avidemux/receipt Sat Mar 17 04:50:25 2018 +0200 17.2 +++ b/avidemux/receipt Wed Mar 21 15:58:17 2018 +0200 17.3 @@ -14,7 +14,7 @@ 17.4 DEPENDS="alsa-lib libxml2 xorg-libXv cairo libxslt libvpx libvorbis qt5-base \ 17.5 opencore-amr lame faac faad2 libsamplerate xvidcore x264" 17.6 BUILD_DEPENDS="tar coreutils-file-special coreutils-file-format cmake yasm \ 17.7 -gettext pkg-config xorg-libXv-dev libxml2-dev libvorbis-dev lame-dev xvidcore-dev \ 17.8 +gettext xorg-libXv-dev libxml2-dev libvorbis-dev lame-dev xvidcore-dev \ 17.9 opencore-amr-dev x264-dev faac-dev faad2-dev libsamplerate-dev alsa-lib-dev \ 17.10 libxslt-dev libvpx-dev bash qt5-dev xorg-dev zlib-dev mesa-dev sqlite3-dev \ 17.11 glu-dev fribidi-dev "
18.1 --- a/awesome/receipt Sat Mar 17 04:50:25 2018 +0200 18.2 +++ b/awesome/receipt Wed Mar 21 15:58:17 2018 +0200 18.3 @@ -16,7 +16,7 @@ 18.4 BUILD_DEPENDS="cmake xorg-libX11-dev xorg-libxcb-dev xorg-xcb-util-dev \ 18.5 xorg-xcb-util-keysyms-dev xorg-xcb-util-image-dev xorg-xcb-util-wm-dev lua-dev pango-dev \ 18.6 cairo-dev imlib2-dev dbus-dev libev-dev gperf cairo libxdg-basedir-dev \ 18.7 -startup-notification-dev imagemagick pkg-config freetype-dev fontconfig-dev \ 18.8 +startup-notification-dev imagemagick freetype-dev fontconfig-dev \ 18.9 libpng16-dev libxdg-basedir-dev openexr libltdl gdk-pixbuf-dev \ 18.10 xorg-libXcursor-dev lgi" 18.11
19.1 --- a/backup-manager/receipt Sat Mar 17 04:50:25 2018 +0200 19.2 +++ b/backup-manager/receipt Wed Mar 21 15:58:17 2018 +0200 19.3 @@ -13,7 +13,7 @@ 19.4 TAGS="backup" 19.5 19.6 DEPENDS="bash perl" 19.7 -BUILD_DEPENDS="wget gettext coreutils-operations" 19.8 +BUILD_DEPENDS="gettext coreutils-operations" 19.9 SUGGESTED="ssh rsync mysql postgresql" 19.10 19.11 # Rules to configure and make the package.
20.1 --- a/bash/receipt Sat Mar 17 04:50:25 2018 +0200 20.2 +++ b/bash/receipt Wed Mar 21 15:58:17 2018 +0200 20.3 @@ -23,11 +23,11 @@ 20.4 20.5 patch_bash() { 20.6 for i in $BASHPATCHES; do 20.7 - [ -s "$SOURCES_REPOSITORY/$i" ] || 20.8 - wget -O "$SOURCES_REPOSITORY/$i" \ 20.9 + [ -s "$SRC/$i" ] || 20.10 + wget -O "$SRC/$i" \ 20.11 http://ftp.gnu.org/gnu/bash/bash-$BASEVERSION-patches/$i 20.12 echo "Apply $i patch..." 20.13 - patch -p0 -i $SOURCES_REPOSITORY/$i | awk '{print " * " $0;}' 20.14 + patch -p0 -i $SRC/$i | awk '{print " * " $0;}' 20.15 done 20.16 } 20.17 20.18 @@ -78,10 +78,10 @@ 20.19 chown -R root:root $install 20.20 20.21 # Check bash against vulnerabilities 20.22 - [ -s "$SOURCES_REPOSITORY/$BASHCHECK" ] || 20.23 - wget -O "$SOURCES_REPOSITORY/$BASHCHECK" $BASHCHECKURL 20.24 + [ -s "$SRC/$BASHCHECK" ] || 20.25 + wget -O "$SRC/$BASHCHECK" $BASHCHECKURL 20.26 echo 20.27 - $DESTDIR/bin/bash $SOURCES_REPOSITORY/$BASHCHECK $DESTDIR/bin/bash | \ 20.28 + $DESTDIR/bin/bash $SRC/$BASHCHECK $DESTDIR/bin/bash | \ 20.29 tee bashcheck.log 20.30 echo 20.31 grep Vulnerable bashcheck.log && echo "ERROR: Vulnerable"
21.1 --- a/bazaar-tools/receipt Sat Mar 17 04:50:25 2018 +0200 21.2 +++ b/bazaar-tools/receipt Wed Mar 21 15:58:17 2018 +0200 21.3 @@ -12,7 +12,6 @@ 21.4 WGET_URL="https://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL" 21.5 21.6 DEPENDS="bazaar python" 21.7 -BUILD_DEPENDS="wget" 21.8 21.9 # Rules to configure and make the package. 21.10 compile_rules()
22.1 --- a/blender/receipt Sat Mar 17 04:50:25 2018 +0200 22.2 +++ b/blender/receipt Wed Mar 21 15:58:17 2018 +0200 22.3 @@ -11,7 +11,7 @@ 22.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.5 WGET_URL="http://download.blender.org/source/$TARBALL" 22.6 22.7 -BUILD_DEPENDS="cmake xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format \ 22.8 +BUILD_DEPENDS="cmake xorg-libXmu ilmbase-dev yasm coreutils-file-format \ 22.9 gettext mesa-dev freeglut-dev librsvg-dev openexr-dev tiff-dev openal-dev \ 22.10 glu libsdl-dev python3-dev libsamplerate-dev ffmpeg-dev lcms-dev openjpeg-dev \ 22.11 libboost-dev libboost-math libboost-math-tr1 libboost-filesystem \
23.1 --- a/blogotext/receipt Sat Mar 17 04:50:25 2018 +0200 23.2 +++ b/blogotext/receipt Wed Mar 21 15:58:17 2018 +0200 23.3 @@ -11,16 +11,14 @@ 23.4 URL="$WEB_SITE/archives/$TARBALL" 23.5 23.6 DEPENDS="php-gd" 23.7 -BUILD_DEPENDS="" 23.8 23.9 # Rules to configure and make the package. 23.10 compile_rules() 23.11 { 23.12 - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || 23.13 - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL 23.14 - mkdir -p $DESTDIR/var/www 2> /dev/null 23.15 + [ -s "$SRC/$TARBALL" ] || wget -O "$SRC/$TARBALL" $URL 23.16 + mkdir -p $DESTDIR/var/www 2>/dev/null 23.17 cd $DESTDIR/var/www 23.18 - unzip "$SOURCES_REPOSITORY/$TARBALL" 23.19 + unzip "$SRC/$TARBALL" 23.20 chown -R 80.80 $DESTDIR/var/www/blogotext 23.21 } 23.22
24.1 --- a/bluez/receipt Sat Mar 17 04:50:25 2018 +0200 24.2 +++ b/bluez/receipt Wed Mar 21 15:58:17 2018 +0200 24.3 @@ -11,7 +11,7 @@ 24.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 24.5 WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL" 24.6 24.7 -BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config libusb-compat" 24.8 +BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev libusb-compat" 24.9 SPLIT="bluez-tools bluez-tools-experimental bluez bluez-dev" 24.10 24.11 BUILD_DEPENDS="glib-dev dbus-dev eudev-dev libical-dev readline-dev" 24.12 @@ -52,14 +52,12 @@ 24.13 CAT="system-tools|tools" 24.14 ;; 24.15 bluez-tools-experimental) 24.16 - copy bin/ 24.17 + copy bin/ @rm 24.18 rm $fs/usr/bin/bluetoothctl $fs/usr/bin/btmon # -> main package 24.19 - remove_already_packed 24.20 CAT="system-tools|experimental tools" 24.21 ;; 24.22 bluez) 24.23 - copy @std 24.24 - remove_already_packed 24.25 + copy @std @rm 24.26 TAGS="bluetooth" 24.27 DEPENDS="dbus eudev glib libical ncurses readline linux-bluetooth" 24.28 ;;
25.1 --- a/btanks/receipt Sat Mar 17 04:50:25 2018 +0200 25.2 +++ b/btanks/receipt Wed Mar 21 15:58:17 2018 +0200 25.3 @@ -13,7 +13,7 @@ 25.4 DEPENDS="expat mesa libsigc++ libvorbis lua5.1 openal libsdl libsdl-image libsmpeg" 25.5 BUILD_DEPENDS="expat-dev mesa-dev libsigc++-dev libvorbis libvorbis-dev libogg \ 25.6 libogg-dev lua5.1-dev openal-dev libsdl-dev libsdl-image-dev libsmpeg-dev scons \ 25.7 -chrpath pkg-config libsmpeg-dev lua5.1 zlib-dev" 25.8 +chrpath libsmpeg-dev lua5.1 zlib-dev" 25.9 25.10 # Rules to configure and make the package. 25.11 compile_rules()
26.1 --- a/btrfs-progs/receipt Sat Mar 17 04:50:25 2018 +0200 26.2 +++ b/btrfs-progs/receipt Wed Mar 21 15:58:17 2018 +0200 26.3 @@ -46,8 +46,7 @@ 26.4 DEPENDS="lzo util-linux-blkid util-linux-uuid zlib" 26.5 ;; 26.6 btrfs-progs) 26.7 - copy bin/ 26.8 - remove_already_packed 26.9 + copy bin/ @rm 26.10 TAGS="filesystem fault-tolerance" 26.11 PROVIDE="btrfs-tools" 26.12 DEPENDS="e2fsprogs libcomerr lzo util-linux-blkid util-linux-uuid \
27.1 --- a/buildroot/receipt Sat Mar 17 04:50:25 2018 +0200 27.2 +++ b/buildroot/receipt Wed Mar 21 15:58:17 2018 +0200 27.3 @@ -1,34 +1,33 @@ 27.4 -# SliTaz package receipt. 27.5 +# SliTaz package receipt v2. 27.6 27.7 PACKAGE="buildroot" 27.8 VERSION="2014.08" 27.9 CATEGORY="development" 27.10 -SHORT_DESC="Tools to build toolchains and root filesystems with uClibc." 27.11 +SHORT_DESC="Tools to build toolchains and root filesystems with uClibc" 27.12 MAINTAINER="pascal.bellard@slitaz.org" 27.13 LICENSE="GPL2" 27.14 +WEB_SITE="http://www.buildroot.org/" 27.15 + 27.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 27.17 -WEB_SITE="http://www.buildroot.org/" 27.18 WGET_URL="${WEB_SITE}downloads/$TARBALL" 27.19 -SUGGESTED="subversion bazaar git elfkickers ccache bison flex gettext texinfo" 27.20 27.21 -DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncurses-extra tar \ 27.22 -bash bzip2 perl python unzip rsync bc patch" 27.23 - 27.24 -# Rules to gen a SliTaz package suitable for Tazpkg. 27.25 -genpkg_rules() 27.26 -{ 27.27 - mkdir -p $fs/usr/lib 27.28 - cp -a $src $fs/usr/lib/buildroot 27.29 +compile_rules() { 27.30 + mkdir -p $install/usr/lib 27.31 + cp -a $src $install/usr/lib/buildroot 27.32 } 27.33 27.34 -# Pre and post install commands for Tazpkg. 27.35 -post_install() 27.36 -{ 27.37 - [ -L $1/usr/bin/wget ] && chroot "$1/" tazpkg get-install wget --forced 27.38 +genpkg_rules() { 27.39 + copy @std @dev 27.40 + DEPENDS="slitaz-toolchain ncurses-dev ncurses wget ncurses-extra tar bash \ 27.41 + bzip2 perl python unzip rsync bc patch" 27.42 + SUGGESTED="subversion bazaar git elfkickers ccache bison flex gettext \ 27.43 + texinfo" 27.44 +} 27.45 + 27.46 +post_install() { 27.47 cat <<EOT 27.48 Now you can do: 27.49 $ cd /usr/lib/buildroot 27.50 $ make menuconfig 27.51 EOT 27.52 } 27.53 -
28.1 --- a/bullet/receipt Sat Mar 17 04:50:25 2018 +0200 28.2 +++ b/bullet/receipt Wed Mar 21 15:58:17 2018 +0200 28.3 @@ -37,8 +37,6 @@ 28.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 28.5 ;; 28.6 bullet-dev) 28.7 - CAT="development|3D Real-Time Multiphysics Library - devel" 28.8 - DEPENDS="bullet pkg-config" 28.9 mkdir -p $fs/usr/lib 28.10 cp -a $install/usr/include $fs/usr 28.11 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
29.1 --- a/cairo-compmgr-core/receipt Sat Mar 17 04:50:25 2018 +0200 29.2 +++ b/cairo-compmgr-core/receipt Wed Mar 21 15:58:17 2018 +0200 29.3 @@ -101,7 +101,7 @@ 29.4 ;; 29.5 libcairo-compmgr-dev) 29.6 CAT="development|Cairo composite manager - library development files" 29.7 - DEPENDS="libcairo-compmgr0 pkg-config" 29.8 + DEPENDS="libcairo-compmgr0" 29.9 GENERIC_PIXMAPS="no" 29.10 mkdir -p $fs/usr/lib 29.11 cp -a $install/usr/lib/*.la $fs/usr/lib
30.1 --- a/cairo-dock-plugins/receipt Sat Mar 17 04:50:25 2018 +0200 30.2 +++ b/cairo-dock-plugins/receipt Wed Mar 21 15:58:17 2018 +0200 30.3 @@ -11,7 +11,7 @@ 30.4 WGET_URL="https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/$VERSION.tar" 30.5 30.6 DEPENDS="dbus-glib cairo-dock" 30.7 -BUILD_DEPENDS="wget dbus-glib-dev cairo-dock-dev cmake alsa-lib \ 30.8 +BUILD_DEPENDS="dbus-glib-dev cairo-dock-dev cmake alsa-lib \ 30.9 gtk+-dev cairo-dev librsvg-dev dbus-dev libxml2-dev gtkglext-dev mesa-dev \ 30.10 xorg-libXtst-dev xorg-libXcomposite-dev alsa-lib-dev libical-dev glu-dev" 30.11
31.1 --- a/cairo-dock/receipt Sat Mar 17 04:50:25 2018 +0200 31.2 +++ b/cairo-dock/receipt Wed Mar 21 15:58:17 2018 +0200 31.3 @@ -39,7 +39,7 @@ 31.4 ;; 31.5 cairo-dock-dev) 31.6 CAT="x-window|Cairo dock devel file." 31.7 - DEPENDS="cairo-dock pkg-config gtk+-dev dbus-dev curl-dev \ 31.8 + DEPENDS="cairo-dock gtk+-dev dbus-dev curl-dev \ 31.9 glu-dev mesa-dev libxml2-dev glib-dev \ 31.10 dbus-glib-dev glib-dev librsvg-dev xorg-libX11-dev" 31.11 mkdir -p $fs/usr/lib
32.1 --- a/cairo/receipt Sat Mar 17 04:50:25 2018 +0200 32.2 +++ b/cairo/receipt Wed Mar 21 15:58:17 2018 +0200 32.3 @@ -11,7 +11,7 @@ 32.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 32.5 WGET_URL="${WEB_SITE}releases/$TARBALL" 32.6 32.7 -BUILD_DEPENDS="pkg-config glib-dev libpng16-dev zlib-dev fontconfig-dev \ 32.8 +BUILD_DEPENDS="glib-dev libpng16-dev zlib-dev fontconfig-dev \ 32.9 freetype-dev xorg-libX11-dev xorg-libXext-dev xorg-pixman-dev xorg-libXau-dev \ 32.10 xorg-libXdmcp-dev xorg-libXrender-dev xorg-xcb-util-dev xorg-libxcb-dev \ 32.11 expat-dev libxml2-dev"
33.1 --- a/cdrkit/receipt Sat Mar 17 04:50:25 2018 +0200 33.2 +++ b/cdrkit/receipt Wed Mar 21 15:58:17 2018 +0200 33.3 @@ -18,9 +18,9 @@ 33.4 compile_rules() { 33.5 sed -i -e '/USE_MAGIC/d' -e '/(MAGICLIBS magic)/d' \ 33.6 genisoimage/CMakeLists.txt 33.7 - [ -s $SOURCES_REPOSITORY/cdrkit-1.1.9-efi-boot.patch ] || 33.8 - wget -P $SOURCES_REPOSITORY https://github.com/NixOS/nixpkgs/raw/master/pkgs/tools/cd-dvd/cdrkit/cdrkit-1.1.9-efi-boot.patch 33.9 - patch -p1 < $SOURCES_REPOSITORY/cdrkit-1.1.9-efi-boot.patch 33.10 + [ -s $SRC/cdrkit-1.1.9-efi-boot.patch ] || 33.11 + wget -P $SRC https://github.com/NixOS/nixpkgs/raw/master/pkgs/tools/cd-dvd/cdrkit/cdrkit-1.1.9-efi-boot.patch 33.12 + patch -p1 < $SRC/cdrkit-1.1.9-efi-boot.patch 33.13 make PREFIX=/usr && make install PREFIX=/usr 33.14 } 33.15
34.1 --- a/cgal/receipt Sat Mar 17 04:50:25 2018 +0200 34.2 +++ b/cgal/receipt Wed Mar 21 15:58:17 2018 +0200 34.3 @@ -11,7 +11,7 @@ 34.4 WEB_SITE="https://www.cgal.org/" 34.5 WGET_URL="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$VERSION/$TARBALL" 34.6 34.7 -BUILD_DEPENDS="wget cmake libboost-dev gmp-dev mpfr-dev libboost-thread" 34.8 +BUILD_DEPENDS="cmake libboost-dev gmp-dev mpfr-dev libboost-thread" 34.9 SPLIT="cgal cgal-dev" 34.10 34.11 # Rules to configure and make the package.
35.1 --- a/checkers/receipt Sat Mar 17 04:50:25 2018 +0200 35.2 +++ b/checkers/receipt Wed Mar 21 15:58:17 2018 +0200 35.3 @@ -13,8 +13,8 @@ 35.4 compile_rules() 35.5 { 35.6 35.7 - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then 35.8 - unlzma -c $SOURCES_REPOSITORY/$TARBALL | tar xf - 35.9 + if [ -f $SRC/$TARBALL ]; then 35.10 + unlzma -c $SRC/$TARBALL | tar xf - 35.11 else 35.12 mkdir -p $src/$PACKAGE-$VERSION 35.13 for i in Dames.htm black.gif gray.gif \ 35.14 @@ -23,7 +23,7 @@ 35.15 [ -s $i ] || wget -O $src/$PACKAGE-$VERSION/$i $(dirname $WEB_SITE)/$i 35.16 done 35.17 cd $src 35.18 - tar -c * | lzma e $SOURCES_REPOSITORY/$TARBALL -si 35.19 + tar -c * | lzma e $SRC/$TARBALL -si 35.20 mv $PACKAGE-$VERSION/* . 35.21 rm -rf $PACKAGE-$VERSION 35.22 fi
36.1 --- a/cherokee/receipt Sat Mar 17 04:50:25 2018 +0200 36.2 +++ b/cherokee/receipt Wed Mar 21 15:58:17 2018 +0200 36.3 @@ -58,8 +58,6 @@ 36.4 cp -a $stuff/cherokee $fs/etc/init.d 36.5 ;; 36.6 cherokee-dev) 36.7 - CAT="development|devel files for cherokee" 36.8 - DEPENDS="cherokee pkg-config" 36.9 mkdir -p $fs/usr/lib/cherokee $fs/usr/share 36.10 cp -a $install/usr/lib/*.*a $fs/usr/lib 36.11 cp -a $install/usr/lib/cherokee/*.*a $fs/usr/lib/cherokee
37.1 --- a/clearlooks/receipt Sat Mar 17 04:50:25 2018 +0200 37.2 +++ b/clearlooks/receipt Wed Mar 21 15:58:17 2018 +0200 37.3 @@ -11,7 +11,7 @@ 37.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 37.5 37.6 DEPENDS="gtk+ xorg-libXdamage" 37.7 -BUILD_DEPENDS="pkg-config file gtk+-dev" 37.8 +BUILD_DEPENDS="file gtk+-dev" 37.9 37.10 # Rules to configure and make the package. 37.11 compile_rules()
38.1 --- a/collectd/receipt Sat Mar 17 04:50:25 2018 +0200 38.2 +++ b/collectd/receipt Wed Mar 21 15:58:17 2018 +0200 38.3 @@ -3,7 +3,7 @@ 38.4 PACKAGE="collectd" 38.5 VERSION="5.1.0" 38.6 CATEGORY="network" 38.7 -SHORT_DESC="System Stattistics Collection Daemon" 38.8 +SHORT_DESC="System Statistics Collection Daemon" 38.9 MAINTAINER="erjo@slitaz.org" 38.10 LICENSE="GPL2" 38.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.12 @@ -61,8 +61,6 @@ 38.13 chmod 0644 $fs/etc/collectd/* 38.14 ;; 38.15 collectd-dev) 38.16 - CAT="network|System Stattistics Collection Daemon" 38.17 - DEPENDS="pkg-config" 38.18 mkdir -p $fs/usr/lib 38.19 cp -a $install/usr/include $fs/usr 38.20 cp -a $install/usr/lib/*.*a $fs/usr/lib
39.1 --- a/compiz-plugins-extra/receipt Sat Mar 17 04:50:25 2018 +0200 39.2 +++ b/compiz-plugins-extra/receipt Wed Mar 21 15:58:17 2018 +0200 39.3 @@ -22,7 +22,7 @@ 39.4 compile_rules() { 39.5 [ -s $SRC/$EXTRA_SOURCE_FILES ] || 39.6 wget -O $SRC/$EXTRA_SOURCE_FILES $WGET_URL2 39.7 - patch -p1 -i $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES 39.8 + patch -p1 -i $SRC/$EXTRA_SOURCE_FILES 39.9 39.10 fix ld 39.11 ./configure $CONFIGURE_ARGS &&
40.1 --- a/conky/receipt Sat Mar 17 04:50:25 2018 +0200 40.2 +++ b/conky/receipt Wed Mar 21 15:58:17 2018 +0200 40.3 @@ -15,7 +15,7 @@ 40.4 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libxcb \ 40.5 xorg-libXft xorg-libXrender zlib ncurses wireless_tools imlib2" 40.6 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev \ 40.7 -expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto \ 40.8 +expat-dev glib glib-dev zlib-dev freetype-dev xorg-xextproto \ 40.9 xorg-damageproto xorg-fixesproto ncurses-dev xorg-libxcb-dev wireless_tools-dev \ 40.10 imlib2-dev lua-dev" 40.11
41.1 --- a/connman-ui/receipt Sat Mar 17 04:50:25 2018 +0200 41.2 +++ b/connman-ui/receipt Wed Mar 21 15:58:17 2018 +0200 41.3 @@ -12,7 +12,7 @@ 41.4 WGET_URL="https://github.com/tbursztyka/connman-ui/archive/$GITHASH.zip" 41.5 41.6 DEPENDS="connman dbus gtk+3" 41.7 -BUILD_DEPENDS="wget autoconf automake libtool connman-dev gtk+3-dev dbus-dev \ 41.8 +BUILD_DEPENDS="autoconf automake libtool connman-dev gtk+3-dev dbus-dev \ 41.9 libxml2-dev intltool" 41.10 41.11 # Rules to configure and make the package.
42.1 --- a/conntrack-tools/receipt Sat Mar 17 04:50:25 2018 +0200 42.2 +++ b/conntrack-tools/receipt Wed Mar 21 15:58:17 2018 +0200 42.3 @@ -14,7 +14,7 @@ 42.4 libnetfilter_cthelper libmnl" 42.5 BUILD_DEPENDS="glib-dev libnfnetlink-dev libmnl-dev libnetfilter_conntrack-dev \ 42.6 libnetfilter_cttimeout-dev libnetfilter_cthelper-dev libnetfilter_queue-dev \ 42.7 -bison flex pkg-config" 42.8 +bison flex" 42.9 42.10 # Rules to configure and make the package. 42.11 compile_rules()
43.1 --- a/cookutils/receipt Sat Mar 17 04:50:25 2018 +0200 43.2 +++ b/cookutils/receipt Wed Mar 21 15:58:17 2018 +0200 43.3 @@ -1,7 +1,7 @@ 43.4 # SliTaz package receipt v2. 43.5 43.6 PACKAGE="cookutils" 43.7 -VERSION="1036" 43.8 +VERSION="1039" 43.9 CATEGORY="base-system" 43.10 SHORT_DESC="SliTaz packages builder new generation" 43.11 MAINTAINER="pankso@slitaz.org"
44.1 --- a/cromfs/receipt Sat Mar 17 04:50:25 2018 +0200 44.2 +++ b/cromfs/receipt Wed Mar 21 15:58:17 2018 +0200 44.3 @@ -11,7 +11,7 @@ 44.4 WGET_URL="http://bisqwit.iki.fi/src/arch/$TARBALL" 44.5 44.6 DEPENDS="fuse lzma lzo libgomp" 44.7 -BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev pkg-config coreutils-file-format perl" 44.8 +BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev coreutils-file-format perl" 44.9 44.10 # Rules to configure and make the package. 44.11 compile_rules()
45.1 --- a/crosstool-ng/receipt Sat Mar 17 04:50:25 2018 +0200 45.2 +++ b/crosstool-ng/receipt Wed Mar 21 15:58:17 2018 +0200 45.3 @@ -12,7 +12,7 @@ 45.4 45.5 DEPENDS="slitaz-toolchain" 45.6 BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \ 45.7 -gperf wget" 45.8 +gperf" 45.9 45.10 # Rules to configure and make the package. 45.11 compile_rules()
46.1 --- a/cv/receipt Sat Mar 17 04:50:25 2018 +0200 46.2 +++ b/cv/receipt Wed Mar 21 15:58:17 2018 +0200 46.3 @@ -11,7 +11,7 @@ 46.4 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 46.5 46.6 DEPENDS="ncurses" 46.7 -BUILD_DEPENDS="wget ncurses-dev" 46.8 +BUILD_DEPENDS="ncurses-dev" 46.9 46.10 # Rules to configure and make the package. 46.11 compile_rules()
47.1 --- a/daemon_controller/receipt Sat Mar 17 04:50:25 2018 +0200 47.2 +++ b/daemon_controller/receipt Wed Mar 21 15:58:17 2018 +0200 47.3 @@ -18,7 +18,7 @@ 47.4 compile_rules() 47.5 { 47.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 47.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 47.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 47.9 } 47.10 47.11 # Rules to gen a SliTaz package suitable for Tazpkg.
48.1 --- a/dahdi-linux/receipt Sat Mar 17 04:50:25 2018 +0200 48.2 +++ b/dahdi-linux/receipt Wed Mar 21 15:58:17 2018 +0200 48.3 @@ -28,16 +28,16 @@ 48.4 { 48.5 FIRMWARE_URL=http://downloads.digium.com/pub/telephony/firmware/releases 48.6 for i in $EXTRA_SOURCE_FILES ; do 48.7 - [ -s $SOURCES_REPOSITORY/$i ] || 48.8 - wget -P $SOURCES_REPOSITORY $FIRMWARE_URL/$i 48.9 - cp $SOURCES_REPOSITORY/$i drivers/dahdi/firmware/ 48.10 - tar xzf $SOURCES_REPOSITORY/$i -C drivers/dahdi/firmware/ 48.11 + [ -s $SRC/$i ] || 48.12 + wget -P $SRC $FIRMWARE_URL/$i 48.13 + cp $SRC/$i drivers/dahdi/firmware/ 48.14 + tar xzf $SRC/$i -C drivers/dahdi/firmware/ 48.15 done 48.16 make KVERS="/usr/src/linux" install 2>&1 | grep -v 'slitaz/modules' && 48.17 find $DESTDIR/lib/modules -name '*.ko' -exec xz {} \; 48.18 for i in $EXTRA_SOURCE_FILES ; do 48.19 - [ -s $SOURCES_REPOSITORY/$i ] || 48.20 - cp drivers/dahdi/firmware/$i $SOURCES_REPOSITORY/ 48.21 + [ -s $SRC/$i ] || 48.22 + cp drivers/dahdi/firmware/$i $SRC/ 48.23 done 48.24 } 48.25
49.1 --- a/dbus/receipt Sat Mar 17 04:50:25 2018 +0200 49.2 +++ b/dbus/receipt Wed Mar 21 15:58:17 2018 +0200 49.3 @@ -57,8 +57,7 @@ 49.4 DEPENDS="libxml2-tools" 49.5 ;; 49.6 dbus) 49.7 - copy @std 49.8 - remove_already_packed 49.9 + copy @std @rm 49.10 DEPENDS="expat xorg-libX11 slitaz-base-files" 49.11 CONFIG_FILES="/etc/dbus-1/session.conf /etc/dbus-1/system.conf /etc/dbus-1/system.d/" 49.12 ;;
50.1 --- a/ddumbfs/receipt Sat Mar 17 04:50:25 2018 +0200 50.2 +++ b/ddumbfs/receipt Wed Mar 21 15:58:17 2018 +0200 50.3 @@ -11,7 +11,7 @@ 50.4 WGET_URL="http://www.magiksys.net/download/$PACKAGE/$TARBALL" 50.5 50.6 DEPENDS="fuse mhash" 50.7 -BUILD_DEPENDS="fuse-dev mhash-dev pkg-config" 50.8 +BUILD_DEPENDS="fuse-dev mhash-dev" 50.9 50.10 # Rules to configure and make the package. 50.11 compile_rules()
51.1 --- a/deadbeef/receipt Sat Mar 17 04:50:25 2018 +0200 51.2 +++ b/deadbeef/receipt Wed Mar 21 15:58:17 2018 +0200 51.3 @@ -40,8 +40,7 @@ 51.4 TAGS="music audio player mp3 ogg ape" 51.5 ;; 51.6 deadbeef-plugins) 51.7 - copy @std 51.8 - remove_already_packed; rm -r $fs/usr/share 51.9 + copy @std @rm; rm -r $fs/usr/share 51.10 CAT="multimedia|extra plugins" 51.11 DEPENDS="deadbeef faad2 flac imlib2 libcddb libcdio libcurl \ 51.12 libogg libsamplerate libsndfile zlib"
52.1 --- a/defrag/receipt Sat Mar 17 04:50:25 2018 +0200 52.2 +++ b/defrag/receipt Wed Mar 21 15:58:17 2018 +0200 52.3 @@ -16,7 +16,7 @@ 52.4 genpkg_rules() 52.5 { 52.6 mkdir -p $fs/usr/bin 52.7 - [ -s "$SOURCES_REPOSITORY/$PACKAGE" ] || 52.8 - wget -P $SOURCES_REPOSITORY $URL 52.9 - cp $SOURCES_REPOSITORY/$PACKAGE $fs/usr/bin 52.10 + [ -s "$SRC/$PACKAGE" ] || 52.11 + wget -P $SRC $URL 52.12 + cp $SRC/$PACKAGE $fs/usr/bin 52.13 }
53.1 --- a/desktop-file-utils/receipt Sat Mar 17 04:50:25 2018 +0200 53.2 +++ b/desktop-file-utils/receipt Wed Mar 21 15:58:17 2018 +0200 53.3 @@ -11,7 +11,7 @@ 53.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 53.5 WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" 53.6 53.7 -BUILD_DEPENDS="pkg-config glib-dev" 53.8 +BUILD_DEPENDS="glib-dev" 53.9 SPLIT="desktop-file-validate-static desktop-file-utils-extra" 53.10 53.11 compile_rules() { 53.12 @@ -38,7 +38,7 @@ 53.13 DEPENDS=" " 53.14 ;; 53.15 *-extra) 53.16 - copy @std; remove_already_packed 53.17 + copy @std @rm 53.18 CAT="system-tools|extra utils" 53.19 DEPENDS="glib" 53.20 ;;
54.1 --- a/dex2jar/receipt Sat Mar 17 04:50:25 2018 +0200 54.2 +++ b/dex2jar/receipt Wed Mar 21 15:58:17 2018 +0200 54.3 @@ -11,7 +11,6 @@ 54.4 WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL" 54.5 54.6 DEPENDS="java-jre" 54.7 -BUILD_DEPENDS="wget" 54.8 54.9 # Rules to gen a SliTaz package suitable for Tazpkg. 54.10 genpkg_rules()
55.1 --- a/dfu-util/receipt Sat Mar 17 04:50:25 2018 +0200 55.2 +++ b/dfu-util/receipt Wed Mar 21 15:58:17 2018 +0200 55.3 @@ -10,7 +10,7 @@ 55.4 WEB_SITE="http://dfu-util.gnumonks.org/" 55.5 WGET_URL="${WEB_SITE}releases/$TARBALL" 55.6 55.7 -BUILD_DEPENDS="pkg-config glib libusb-dev" 55.8 +BUILD_DEPENDS="glib libusb-dev" 55.9 55.10 # Rules to configure and make the package. 55.11 compile_rules()
56.1 --- a/dia/receipt Sat Mar 17 04:50:25 2018 +0200 56.2 +++ b/dia/receipt Wed Mar 21 15:58:17 2018 +0200 56.3 @@ -13,7 +13,7 @@ 56.4 56.5 DEPENDS="gtk+ libxml2 freetype fontconfig glib atk pango zlib libart_lgpl \ 56.6 libxslt popt xorg-libXdamage librsvg" 56.7 -BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool \ 56.8 +BUILD_DEPENDS="gtk+-dev libxml2-dev freetype-dev intltool \ 56.9 fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \ 56.10 libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev \ 56.11 docbook-xsl docbook-xml cairo-dev pango-dev librsvg-dev"
57.1 --- a/directfb/receipt Sat Mar 17 04:50:25 2018 +0200 57.2 +++ b/directfb/receipt Wed Mar 21 15:58:17 2018 +0200 57.3 @@ -53,7 +53,6 @@ 57.4 find $fs/usr/lib -name "*.*a" -exec rm '{}' \; 57.5 ;; 57.6 directfb-dev) 57.7 - DEPENDS="pkg-config" 57.8 mkdir -p $fs/usr/lib 57.9 cp -a $install/usr/include $fs/usr 57.10 cp -a $install/usr/lib/*.*a $fs/usr/lib
58.1 --- a/djvulibre/receipt Sat Mar 17 04:50:25 2018 +0200 58.2 +++ b/djvulibre/receipt Wed Mar 21 15:58:17 2018 +0200 58.3 @@ -12,7 +12,7 @@ 58.4 WGET_URL="$SF_MIRROR/djvu/$TARBALL" 58.5 58.6 BUILD_DEPENDS_arm="tiff-dev jpeg-dev" 58.7 -BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash rsvg-convert wget libpng12-dev" 58.8 +BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash rsvg-convert libpng12-dev" 58.9 SPLIT="djvulibre-dev" 58.10 58.11 compile_rules() {
59.1 --- a/droid-font/receipt Sat Mar 17 04:50:25 2018 +0200 59.2 +++ b/droid-font/receipt Wed Mar 21 15:58:17 2018 +0200 59.3 @@ -13,8 +13,6 @@ 59.4 TARBALL="$PACKAGE-$VERSION.tgz" 59.5 WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz" 59.6 59.7 -BUILD_DEPENDS="wget" 59.8 - 59.9 compile_rules() { 59.10 dir=$install/usr/share/fonts/truetype/droid-font 59.11 mkdir -p $dir
60.1 --- a/dssi/receipt Sat Mar 17 04:50:25 2018 +0200 60.2 +++ b/dssi/receipt Wed Mar 21 15:58:17 2018 +0200 60.3 @@ -11,7 +11,7 @@ 60.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 60.6 60.7 -BUILD_DEPENDS="pkg-config alsa-lib-dev ladspa-dev" 60.8 +BUILD_DEPENDS="alsa-lib-dev ladspa-dev" 60.9 SPLIT="dssi-dev" 60.10 60.11 compile_rules() {
61.1 --- a/duplicity/receipt Sat Mar 17 04:50:25 2018 +0200 61.2 +++ b/duplicity/receipt Wed Mar 21 15:58:17 2018 +0200 61.3 @@ -11,7 +11,7 @@ 61.4 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL" 61.5 61.6 DEPENDS="python librsync gnupg paramiko cryptopp lftp" 61.7 -BUILD_DEPENDS="wget python-dev $DEPENDS" 61.8 +BUILD_DEPENDS="python-dev $DEPENDS" 61.9 # NcFTP boto librsync-dev 61.10 61.11 # Rules to configure and make the package.
62.1 --- a/dvgrab/receipt Sat Mar 17 04:50:25 2018 +0200 62.2 +++ b/dvgrab/receipt Wed Mar 21 15:58:17 2018 +0200 62.3 @@ -12,8 +12,7 @@ 62.4 TAGS="firewire video" 62.5 62.6 DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg" 62.7 -BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \ 62.8 -libiec61883-dev jpeg-dev" 62.9 +BUILD_DEPENDS="libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev jpeg-dev" 62.10 62.11 # Rules to configure and make the package. 62.12
63.1 --- a/e2fsprogs/receipt Sat Mar 17 04:50:25 2018 +0200 63.2 +++ b/e2fsprogs/receipt Wed Mar 21 15:58:17 2018 +0200 63.3 @@ -58,11 +58,11 @@ 63.4 libcomerr-dev) 63.5 copy libcom_err.a com_err.h com_err.pc 63.6 CAT="development|libcomerr development files" 63.7 - DEPENDS="pkg-config" 63.8 + DEPENDS=" " 63.9 ;; 63.10 e2fsprogs-dev) 63.11 copy @dev *.sed *.awk @rm 63.12 - DEPENDS="libcomerr-dev pkg-config" 63.13 + DEPENDS="libcomerr-dev" 63.14 ;; 63.15 e2fsprogs-fsck) 63.16 copy sbin/fsck.*
64.1 --- a/ecofont/receipt Sat Mar 17 04:50:25 2018 +0200 64.2 +++ b/ecofont/receipt Wed Mar 21 15:58:17 2018 +0200 64.3 @@ -14,7 +14,7 @@ 64.4 BUILD_DEPENDS="unzip" 64.5 64.6 compile_rules() { 64.7 - unzip $SOURCES_REPOSITORY/$TARBALL 64.8 + unzip $SRC/$TARBALL 64.9 mkdir -p $install/usr/share/fonts/truetype/ecofont 64.10 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont 64.11 }
65.1 --- a/ecore/receipt Sat Mar 17 04:50:25 2018 +0200 65.2 +++ b/ecore/receipt Wed Mar 21 15:58:17 2018 +0200 65.3 @@ -33,7 +33,7 @@ 65.4 ;; 65.5 ecore-dev) 65.6 copy @dev 65.7 - DEPENDS="evas-dev curl-dev pkg-config" 65.8 + DEPENDS="evas-dev curl-dev" 65.9 ;; 65.10 esac 65.11 }
66.1 --- a/edbus/receipt Sat Mar 17 04:50:25 2018 +0200 66.2 +++ b/edbus/receipt Wed Mar 21 15:58:17 2018 +0200 66.3 @@ -33,7 +33,7 @@ 66.4 ;; 66.5 edbus-dev) 66.6 copy @dev 66.7 - DEPENDS="ecore-dev dbus-dev pkg-config" 66.8 + DEPENDS="ecore-dev dbus-dev" 66.9 ;; 66.10 esac 66.11 }
67.1 --- a/edje/receipt Sat Mar 17 04:50:25 2018 +0200 67.2 +++ b/edje/receipt Wed Mar 21 15:58:17 2018 +0200 67.3 @@ -44,7 +44,7 @@ 67.4 ;; 67.5 edje-dev) 67.6 copy @dev 67.7 - DEPENDS="embryo-dev ecore-dev lua-dev pkg-config" 67.8 + DEPENDS="embryo-dev ecore-dev lua-dev" 67.9 ;; 67.10 esac 67.11 }
68.1 --- a/eet/receipt Sat Mar 17 04:50:25 2018 +0200 68.2 +++ b/eet/receipt Wed Mar 21 15:58:17 2018 +0200 68.3 @@ -38,7 +38,7 @@ 68.4 ;; 68.5 eet-dev) 68.6 copy @dev 68.7 - DEPENDS="eina-dev libjpeg-turbo-dev openssl-dev pkg-config" 68.8 + DEPENDS="eina-dev libjpeg-turbo-dev openssl-dev" 68.9 ;; 68.10 esac 68.11 }
69.1 --- a/eeze/receipt Sat Mar 17 04:50:25 2018 +0200 69.2 +++ b/eeze/receipt Wed Mar 21 15:58:17 2018 +0200 69.3 @@ -34,7 +34,7 @@ 69.4 ;; 69.5 eeze-dev) 69.6 copy @dev 69.7 - DEPENDS="ecore-dev eudev-dev pkg-config" 69.8 + DEPENDS="ecore-dev eudev-dev" 69.9 ;; 69.10 esac 69.11 }
70.1 --- a/efreet/receipt Sat Mar 17 04:50:25 2018 +0200 70.2 +++ b/efreet/receipt Wed Mar 21 15:58:17 2018 +0200 70.3 @@ -33,7 +33,7 @@ 70.4 ;; 70.5 efreet-dev) 70.6 copy @dev 70.7 - DEPENDS="ecore-dev pkg-config" 70.8 + DEPENDS="ecore-dev" 70.9 ;; 70.10 esac 70.11 }
71.1 --- a/eigen/receipt Sat Mar 17 04:50:25 2018 +0200 71.2 +++ b/eigen/receipt Wed Mar 21 15:58:17 2018 +0200 71.3 @@ -11,7 +11,7 @@ 71.4 WGET_URL="https://bitbucket.org/$PACKAGE/$PACKAGE/get/$VERSION.tar.bz2" 71.5 71.6 DEPENDS="" 71.7 -BUILD_DEPENDS="wget cmake pkg-config glib" 71.8 +BUILD_DEPENDS="cmake glib" 71.9 71.10 # Rules to configure and make the package. 71.11 #
72.1 --- a/eio/receipt Sat Mar 17 04:50:25 2018 +0200 72.2 +++ b/eio/receipt Wed Mar 21 15:58:17 2018 +0200 72.3 @@ -32,7 +32,7 @@ 72.4 ;; 72.5 eio-dev) 72.6 copy @dev 72.7 - DEPENDS="ecore-dev pkg-config" 72.8 + DEPENDS="ecore-dev" 72.9 ;; 72.10 esac 72.11 }
73.1 --- a/elementary-icon-theme/receipt Sat Mar 17 04:50:25 2018 +0200 73.2 +++ b/elementary-icon-theme/receipt Wed Mar 21 15:58:17 2018 +0200 73.3 @@ -11,8 +11,6 @@ 73.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 73.5 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 73.6 73.7 -#BUILD_DEPENDS="wget cacerts" 73.8 - 73.9 # Rules to configure and make the package. 73.10 compile_rules() 73.11 {
74.1 --- a/elementary/receipt Sat Mar 17 04:50:25 2018 +0200 74.2 +++ b/elementary/receipt Wed Mar 21 15:58:17 2018 +0200 74.3 @@ -39,7 +39,7 @@ 74.4 ;; 74.5 elementary-dev) 74.6 copy @dev 74.7 - DEPENDS="efreet-dev emotion-dev ethumb-dev elementary pkg-config" 74.8 + DEPENDS="efreet-dev emotion-dev ethumb-dev elementary" 74.9 ;; 74.10 esac 74.11 TAGS="e enlightenment efl"
75.1 --- a/emacs/receipt Sat Mar 17 04:50:25 2018 +0200 75.2 +++ b/emacs/receipt Wed Mar 21 15:58:17 2018 +0200 75.3 @@ -13,7 +13,7 @@ 75.4 75.5 BUILD_DEPENDS="atk-dev cairo-dev expat-dev dbus-dev freetype-dev \ 75.6 fontconfig-dev glib-dev gnutls-dev gtk+-dev jpeg-dev \ 75.7 -libpng16-dev librsvg-dev ncurses-dev pango-dev pkg-config tiff-dev xorg-dev \ 75.8 +libpng16-dev librsvg-dev ncurses-dev pango-dev tiff-dev xorg-dev \ 75.9 xorg-dev-proto" # giflib-dev: version 4 needed, add --with-gif=no) 75.10 SPLIT="emacs-help emacs-lisp-sources emacs" 75.11 75.12 @@ -69,8 +69,7 @@ 75.13 CAT="development|Lisp source files" 75.14 ;; 75.15 emacs) 75.16 - copy @std @dev 75.17 - remove_already_packed 75.18 + copy @std @dev @rm 75.19 strip -s $fs/usr/lib/emacs/$VERSION/i486-pc-linux-gnu/* 2>/dev/null 75.20 DEPENDS="atk cairo dbus expat freetype fontconfig giflib glib \ 75.21 gnutls gtk+ jpeg libpng16 librsvg util-linux-uuid \
76.1 --- a/embryo/receipt Sat Mar 17 04:50:25 2018 +0200 76.2 +++ b/embryo/receipt Wed Mar 21 15:58:17 2018 +0200 76.3 @@ -28,7 +28,7 @@ 76.4 ;; 76.5 embryo-dev) 76.6 copy @dev 76.7 - DEPENDS="eina-dev pkg-config" 76.8 + DEPENDS="eina-dev" 76.9 ;; 76.10 esac 76.11 }
77.1 --- a/emelfm2/receipt Sat Mar 17 04:50:25 2018 +0200 77.2 +++ b/emelfm2/receipt Wed Mar 21 15:58:17 2018 +0200 77.3 @@ -12,7 +12,7 @@ 77.4 TAGS="file-manager" 77.5 77.6 DEPENDS="gtk+ xorg-libXdamage" 77.7 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto libmagic-dev \ 77.8 +BUILD_DEPENDS="gtk+-dev xorg-xproto libmagic-dev \ 77.9 coreutils-operations gettext-tools" 77.10 77.11 # Rules to configure and make the package.
78.1 --- a/emotion/receipt Sat Mar 17 04:50:25 2018 +0200 78.2 +++ b/emotion/receipt Wed Mar 21 15:58:17 2018 +0200 78.3 @@ -37,7 +37,7 @@ 78.4 ;; 78.5 emotion-dev) 78.6 copy @dev 78.7 - DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev pkg-config" 78.8 + DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev" 78.9 OPTIONAL_DEPENDS="gstreamer0-dev gst0-plugins-base-dev" 78.10 ;; 78.11 esac
79.1 --- a/ethumb/receipt Sat Mar 17 04:50:25 2018 +0200 79.2 +++ b/ethumb/receipt Wed Mar 21 15:58:17 2018 +0200 79.3 @@ -32,7 +32,7 @@ 79.4 ;; 79.5 ethumb-dev) 79.6 copy @dev 79.7 - DEPENDS="emotion-dev edbus-dev libexif-dev pkg-config" 79.8 + DEPENDS="emotion-dev edbus-dev libexif-dev" 79.9 ;; 79.10 esac 79.11 }
80.1 --- a/evas/receipt Sat Mar 17 04:50:25 2018 +0200 80.2 +++ b/evas/receipt Wed Mar 21 15:58:17 2018 +0200 80.3 @@ -44,7 +44,7 @@ 80.4 copy @dev 80.5 DEPENDS="eet-dev expat-dev fontconfig-dev freetype-dev fribidi-dev \ 80.6 giflib-dev libpng16-dev tiff-dev libxml2-dev util-linux-uuid-dev \ 80.7 - xorg-dev xorg-libXScrnSaver-dev xorg-libXp-dev pkg-config" 80.8 + xorg-dev xorg-libXScrnSaver-dev xorg-libXp-dev" 80.9 OPTIONAL_DEPENDS="mesa-dev glu-dev" 80.10 ;; 80.11 esac
81.1 --- a/fail2ban/receipt Sat Mar 17 04:50:25 2018 +0200 81.2 +++ b/fail2ban/receipt Wed Mar 21 15:58:17 2018 +0200 81.3 @@ -13,7 +13,7 @@ 81.4 CONFIG_FILES="/etc/fail2ban" 81.5 81.6 DEPENDS="iptables" 81.7 -BUILD_DEPENDS="python wget" 81.8 +BUILD_DEPENDS="python" 81.9 81.10 # Rules to configure and make the package. 81.11 compile_rules()
82.1 --- a/fasm/receipt Sat Mar 17 04:50:25 2018 +0200 82.2 +++ b/fasm/receipt Wed Mar 21 15:58:17 2018 +0200 82.3 @@ -11,16 +11,13 @@ 82.4 WEB_SITE="http://flatassembler.net/" 82.5 WGET_URL="$WEB_SITE$TARBALL" 82.6 82.7 -DEPENDS="" 82.8 -BUILD_DEPENDS="" 82.9 - 82.10 # Rules to configure and make the package. 82.11 compile_rules() 82.12 { 82.13 - [ -s $SOURCES_REPOSITORY/FASMARM_small.ZIP ] || 82.14 - wget -P $SOURCES_REPOSITORY \ 82.15 + [ -s $SRC/FASMARM_small.ZIP ] || 82.16 + wget -P $SRC \ 82.17 http://arm.flatassembler.net/FASMARM_small.ZIP 82.18 - unzip $SOURCES_REPOSITORY/FASMARM_small.ZIP 82.19 + unzip $SRC/FASMARM_small.ZIP 82.20 mv ReadMe.txt fasmarm.txt 82.21 sed 's/^character.*/&\npreprocessing_done db ?/' \ 82.22 < $src/SOURCE/LINUX/FASMARM.ASM > $src/source/Linux/fasmarm.asm
83.1 --- a/fastthread/receipt Sat Mar 17 04:50:25 2018 +0200 83.2 +++ b/fastthread/receipt Wed Mar 21 15:58:17 2018 +0200 83.3 @@ -18,7 +18,7 @@ 83.4 compile_rules() 83.5 { 83.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 83.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 83.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 83.9 } 83.10 83.11 # Rules to gen a SliTaz package suitable for Tazpkg.
84.1 --- a/fcitx-configtool/receipt Sat Mar 17 04:50:25 2018 +0200 84.2 +++ b/fcitx-configtool/receipt Wed Mar 21 15:58:17 2018 +0200 84.3 @@ -12,7 +12,7 @@ 84.4 84.5 DEPENDS="fcitx gtk+" 84.6 BUILD_DEPENDS="fcitx libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev \ 84.7 -pkg-config cairo-dev pango-dev fcitx-dev file" 84.8 +cairo-dev pango-dev fcitx-dev file" 84.9 84.10 # Rules to configure and make the package. 84.11 compile_rules()
85.1 --- a/fcitx-zm/receipt Sat Mar 17 04:50:25 2018 +0200 85.2 +++ b/fcitx-zm/receipt Wed Mar 21 15:58:17 2018 +0200 85.3 @@ -19,9 +19,9 @@ 85.4 echo -n "Remove All Words,Remained Hanzi only" 85.5 mkdir $DESTDIR 85.6 cd $DESTDIR 85.7 - [ -s $SOURCES_REPOSITORY/zm.mb ] || wget -P $SOURCES_REPOSITORY $WGET_URL || return 1 85.8 + [ -s $SRC/zm.mb ] || wget -P $SRC $WGET_URL || return 1 85.9 cp $stuff/zm.conf . 85.10 - mb2txt $SOURCES_REPOSITORY/zm.mb | awk 'NR<=10{print} NR>10{if(length($2)==3)print}' > zm.txt 85.11 + mb2txt $SRC/zm.mb | awk 'NR<=10{print} NR>10{if(length($2)==3)print}' > zm.txt 85.12 txt2mb zm.txt zm.mb 85.13 } 85.14
86.1 --- a/fcitx/receipt Sat Mar 17 04:50:25 2018 +0200 86.2 +++ b/fcitx/receipt Wed Mar 21 15:58:17 2018 +0200 86.3 @@ -51,7 +51,7 @@ 86.4 ;; 86.5 fcitx-dev) 86.6 CAT="development|The fcitx-dev package includes the header files for the FCITX package." 86.7 - DEPENDS="libfcitx xorg-libX11-dev pkg-config" 86.8 + DEPENDS="libfcitx xorg-libX11-dev" 86.9 mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/ 86.10 cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/ 86.11 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
87.1 --- a/file-tail/receipt Sat Mar 17 04:50:25 2018 +0200 87.2 +++ b/file-tail/receipt Wed Mar 21 15:58:17 2018 +0200 87.3 @@ -18,7 +18,7 @@ 87.4 compile_rules() 87.5 { 87.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 87.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 87.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 87.9 } 87.10 87.11 # Rules to gen a SliTaz package suitable for Tazpkg.
88.1 --- a/firefox/receipt Sat Mar 17 04:50:25 2018 +0200 88.2 +++ b/firefox/receipt Wed Mar 21 15:58:17 2018 +0200 88.3 @@ -67,72 +67,52 @@ 88.4 case $PACKAGE in 88.5 firefox) 88.6 # program 88.7 - printf "Installing program.." 88.8 mkdir -p $fs/usr/lib && 88.9 cp -a $install/usr/lib/$PACKAGE-$VERSION $fs/usr/lib && 88.10 cp -a $install/usr/lib/mozilla $fs/usr/lib && 88.11 cp -a $install/usr/bin $fs/usr 88.12 - status 88.13 88.14 # search Plugin (by: oddball) 88.15 - printf "Installing SliTaz search plugins.." 88.16 cp -a $stuff/searchplugins $fs/usr/lib/$PACKAGE-$VERSION 88.17 - status 88.18 88.19 # prefs 88.20 - printf "Installing SliTaz preferences.." 88.21 mkdir -p $fs/usr/lib/$PACKAGE-$VERSION/distribution && 88.22 cp -a $stuff/distribution.ini $fs/usr/lib/$PACKAGE-$VERSION/distribution 88.23 - status 88.24 88.25 # mozilla-common files 88.26 # dictionaries 88.27 - printf "Installing common dictionnaries.." 88.28 rm -rf $fs/usr/lib/$PACKAGE-$VERSION/dictionaries && 88.29 ln -sf ../mozilla-common-$VERSION/dictionaries \ 88.30 $fs/usr/lib/$PACKAGE-$VERSION/dictionaries 88.31 - status 88.32 # plugin-container 88.33 - printf "Installing common plugin-container" 88.34 rm -f $fs/usr/lib/$PACKAGE-$VERSION/plugin-container && 88.35 ln -sf ../mozilla-common-$VERSION/plugin-container \ 88.36 $fs/usr/lib/$PACKAGE-$VERSION/plugin-container 88.37 - status 88.38 # mozilla-xremote-client 88.39 - printf "Installing common mozilla-xremote-client" 88.40 rm -f $fs/usr/lib/$PACKAGE-$VERSION/mozilla-xremote-client && 88.41 ln -sf ../mozilla-common-$VERSION/mozilla-xremote-client \ 88.42 $fs/usr/lib/$PACKAGE-$VERSION/mozilla-xremote-client 88.43 - status 88.44 # components/libdbusservice.so 88.45 # components/libmozgnome.so 88.46 for file in libdbusservice.so libmozgnome.so; do 88.47 - printf "Installing common components/$file" 88.48 rm -f $fs/usr/lib/$PACKAGE-$VERSION/components/$file && 88.49 ln -sf ../../mozilla-common-$VERSION/components/$file \ 88.50 $fs/usr/lib/$PACKAGE-$VERSION/components/$file 88.51 - status 88.52 done 88.53 # chrome.manifest 88.54 - printf "Installing common chrome.manifest" 88.55 rm -f $fs/usr/lib/$PACKAGE-$VERSION/chrome.manifest && 88.56 ln -sf ../mozilla-common-$VERSION/chrome.manifest \ 88.57 $fs/usr/lib/$PACKAGE-$VERSION/chrome.manifest 88.58 - status 88.59 88.60 # run-mozilla.sh 88.61 - printf "Installing common run-mozilla.sh" 88.62 rm -f $fs/usr/lib/$PACKAGE-$VERSION/run-mozilla.sh && 88.63 ln -sf ../mozilla-common-$VERSION/run-mozilla.sh \ 88.64 $fs/usr/lib/$PACKAGE-$VERSION/run-mozilla.sh 88.65 - status 88.66 88.67 # libmozalloc.so 88.68 - printf "Installing common libmozalloc.so" 88.69 rm -f $fs/usr/lib/$PACKAGE-$VERSION/libmozalloc.so && 88.70 ln -sf ../mozilla-common-$VERSION/libmozalloc.so \ 88.71 $fs/usr/lib/$PACKAGE-$VERSION/libmozalloc.so 88.72 - status 88.73 88.74 chown -R root.root $fs 88.75 ;; 88.76 @@ -141,13 +121,10 @@ 88.77 DEPENDS="alsa-lib sqlite3 cairo dbus-glib pango atk \ 88.78 glib xorg-libXt xorg-libXinerama \ 88.79 xorg-libXcursor xorg-libXcomposite xorg-libXext \ 88.80 - xorg-libXdamage xorg-libxcb xorg-libSM xorg-libICE pkg-config" 88.81 - printf "Installing include files.." 88.82 + xorg-libXdamage xorg-libxcb xorg-libSM xorg-libICE" 88.83 mkdir -p $fs/usr/include/$WANTED-$VERSION && 88.84 cp -rL $src/obj-firefox/dist/include/* $fs/usr/include/$WANTED-$VERSION 88.85 - status 88.86 88.87 - printf "Installing libs files.." 88.88 mkdir -p $fs/usr/lib/$WANTED-devel/sdk/bin/ply && 88.89 cp -rL $src/obj-firefox/dist/sdk/bin/*.py \ 88.90 $fs/usr/lib/$WANTED-devel/sdk/bin && 88.91 @@ -156,26 +133,19 @@ 88.92 mkdir -p $fs/usr/lib/$WANTED-devel/sdk/lib && 88.93 cp -rL $src/obj-firefox/dist/sdk/lib/* \ 88.94 $fs/usr/lib/$WANTED-devel/sdk/lib 88.95 - status 88.96 88.97 -# printf "Installing npapi files.." 88.98 # mkdir -v $fs/usr/include/$WANTED-$VERSION/npapi && 88.99 # cp -a $src/dom/plugins/base/*.h $fs/usr/include/$WANTED-$VERSION/npapi 88.100 -# status 88.101 88.102 # /usr/share/idl folder should also be in firefox-dev 88.103 - printf "Installing idl files.." 88.104 mkdir -p $fs/usr/share/$WANTED-$VERSION/idl && 88.105 cp -rL $src/obj-firefox/dist/idl/* $fs/usr/share/$WANTED-$VERSION/idl 88.106 - status 88.107 88.108 # copy missing *.pc files 88.109 - printf "Installing pkgconfig files.." 88.110 mkdir -p $fs/usr/lib/pkgconfig && 88.111 cp -a $stuff/*.pc $fs/usr/lib/pkgconfig && 88.112 # fix version 88.113 sed -i "s/VERSION/$VERSION/" $fs/usr/lib/pkgconfig/* 88.114 - status 88.115 ;; 88.116 libfirefox) 88.117 CAT="network|firefox/thunderbird common files" 88.118 @@ -183,51 +153,37 @@ 88.119 xorg-libXdamage alsa-lib xorg-libXt" 88.120 # dictionaries/en-US.aff 88.121 # dictionaries/en-US.dic 88.122 - printf "Installing dictionaries" 88.123 mkdir -p $fs/usr/lib/mozilla-common-$VERSION/dictionaries 88.124 # cp -a $install/usr/lib/firefox-$VERSION/dictionaries \ 88.125 # $fs/usr/lib/mozilla-common-$VERSION 88.126 - status 88.127 88.128 # plugin-container 88.129 - printf "Installing common plugin-container" 88.130 cp -a $install/usr/lib/firefox-$VERSION/plugin-container \ 88.131 $fs/usr/lib/mozilla-common-$VERSION 88.132 - status 88.133 88.134 # mozilla-xremote-client 88.135 - printf "Installing common mozilla-xremote-client" 88.136 cp -a $install/usr/lib/firefox-$VERSION/mozilla-xremote-client \ 88.137 $fs/usr/lib/mozilla-common-$VERSION 88.138 - status 88.139 88.140 # components/libdbusservice.so 88.141 # components/libmozgnome.so 88.142 mkdir -p $fs/usr/lib/mozilla-common-$VERSION/components 88.143 for file in libdbusservice.so libmozgnome.so; do 88.144 - printf "Installing common components/$file" 88.145 cp -a $install/usr/lib/firefox-$VERSION/components/$file \ 88.146 $fs/usr/lib/mozilla-common-$VERSION/components 88.147 - status 88.148 done 88.149 88.150 # chrome.manifest 88.151 - printf "Installing common chrome.manifest" 88.152 cp -a $install/usr/lib/firefox-$VERSION/chrome.manifest \ 88.153 $fs/usr/lib/mozilla-common-$VERSION 88.154 - status 88.155 88.156 # run-mozilla.sh 88.157 - printf "Installing common run-mozilla.sh" 88.158 cp -a $install/usr/lib/firefox-$VERSION/run-mozilla.sh \ 88.159 $fs/usr/lib/mozilla-common-$VERSION 88.160 - status 88.161 88.162 # libmozalloc.so 88.163 - printf "Installing common libmozalloc.so" 88.164 cp -a $install/usr/lib/firefox-$VERSION/libmozalloc.so \ 88.165 $fs/usr/lib/mozilla-common-$VERSION 88.166 - status 88.167 ;; 88.168 esac 88.169 }
89.1 --- a/firmware/receipt Sat Mar 17 04:50:25 2018 +0200 89.2 +++ b/firmware/receipt Wed Mar 21 15:58:17 2018 +0200 89.3 @@ -150,8 +150,7 @@ 89.4 DEPENDS="$SPLIT" 89.5 ;; 89.6 misc) 89.7 - copy @std 89.8 - remove_already_packed 89.9 + copy @std @rm 89.10 CAT="kernel|misc firmware" 89.11 ;; 89.12 b43|b43legacy)
90.1 --- a/flam3/receipt Sat Mar 17 04:50:25 2018 +0200 90.2 +++ b/flam3/receipt Wed Mar 21 15:58:17 2018 +0200 90.3 @@ -37,7 +37,7 @@ 90.4 ;; 90.5 flam3-dev) 90.6 CAT="development|Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" 90.7 - DEPENDS="flam3 pkg-config" 90.8 + DEPENDS="flam3" 90.9 mkdir -p $fs/usr 90.10 cp -a $install/usr/lib $fs/usr 90.11 cp -a $install/usr/include $fs/usr
91.1 --- a/fox/receipt Sat Mar 17 04:50:25 2018 +0200 91.2 +++ b/fox/receipt Wed Mar 21 15:58:17 2018 +0200 91.3 @@ -72,8 +72,7 @@ 91.4 copy_generic_files 91.5 ;; 91.6 fox-dev) 91.7 - CAT="x-window|Fox Toolkit devel files." 91.8 - DEPENDS="fox pkg-config" 91.9 + DEPENDS="fox" 91.10 mkdir -p $fs/usr/lib $fs/usr/bin 91.11 cp -a $install/usr/include $fs/usr 91.12 cp -a $install/usr/lib/*.*a $fs/usr/lib
92.1 --- a/freealut/receipt Sat Mar 17 04:50:25 2018 +0200 92.2 +++ b/freealut/receipt Wed Mar 21 15:58:17 2018 +0200 92.3 @@ -13,7 +13,7 @@ 92.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 92.5 WGET_URL="https://github.com/vancegroup/$PACKAGE/archive/$COMMIT.tar.gz" 92.6 92.7 -BUILD_DEPENDS="wget cacerts cmake openal-dev" 92.8 +BUILD_DEPENDS="cmake openal-dev" 92.9 SPLIT="freealut-dev" 92.10 92.11 compile_rules() {
93.1 --- a/freerdp/receipt Sat Mar 17 04:50:25 2018 +0200 93.2 +++ b/freerdp/receipt Wed Mar 21 15:58:17 2018 +0200 93.3 @@ -11,7 +11,7 @@ 93.4 WGET_URL="https://github.com/FreeRDP/FreeRDP/archive/$VERSION.zip" 93.5 93.6 BUILD_DEPENDS="zlib-dev openssl-dev cups-dev alsa-lib-dev xorg-libxcb-dev xorg-dev \ 93.7 -xorg-dev-proto wget cmake ffmpeg-dev xorg-libXv-dev pcsc-lite-dev" 93.8 +xorg-dev-proto cmake ffmpeg-dev xorg-libXv-dev pcsc-lite-dev" 93.9 SPLIT="freerdp freerdp-dev" 93.10 93.11 # Rules to configure and make the package. 93.12 @@ -35,7 +35,7 @@ 93.13 cp -a $install/usr/lib/*.so* $fs/usr/lib 93.14 ;; 93.15 freerdp-dev) 93.16 - DEPENDS="fftw pkg-config openssl-dev" 93.17 + DEPENDS="fftw openssl-dev" 93.18 mkdir -p $fs/usr/lib/freerdp 93.19 cp -a $install/usr/include $fs/usr 93.20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
94.1 --- a/freetype-infinality/receipt Sat Mar 17 04:50:25 2018 +0200 94.2 +++ b/freetype-infinality/receipt Wed Mar 21 15:58:17 2018 +0200 94.3 @@ -50,7 +50,7 @@ 94.4 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 94.5 cp -a $install/usr/lib/*.*a $fs/usr/lib 94.6 cp -a $install/usr/share $fs/usr 94.7 - DEPENDS="freetype-infinality libzip-dev bzip2-dev pkg-config" 94.8 + DEPENDS="freetype-infinality libzip-dev bzip2-dev" 94.9 ;; 94.10 esac 94.11 }
95.1 --- a/frozen-bubble/receipt Sat Mar 17 04:50:25 2018 +0200 95.2 +++ b/frozen-bubble/receipt Wed Mar 21 15:58:17 2018 +0200 95.3 @@ -11,7 +11,9 @@ 95.4 WGET_URL="$WEB_SITE/data/$TARBALL" 95.5 95.6 DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl" 95.7 -BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale" 95.8 +BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev \ 95.9 +libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev \ 95.10 +libsdl-pango-dev libsmpeg-dev libsdl-perl mesa-dev glibc-locale" 95.11 95.12 # Rules to configure and make the package. 95.13 compile_rules()
96.1 --- a/fsarchiver/receipt Sat Mar 17 04:50:25 2018 +0200 96.2 +++ b/fsarchiver/receipt Wed Mar 21 15:58:17 2018 +0200 96.3 @@ -14,7 +14,7 @@ 96.4 DEPENDS="bzip2 e2fsprogs lzo xz libgcrypt liblzma util-linux-blkid \ 96.5 libcomerr3 zlib" 96.6 BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev xz-dev \ 96.7 -util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev pkg-config" 96.8 +util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev" 96.9 96.10 # Rules to configure and make the package. 96.11 compile_rules() {
97.1 --- a/ftgl/receipt Sat Mar 17 04:50:25 2018 +0200 97.2 +++ b/ftgl/receipt Wed Mar 21 15:58:17 2018 +0200 97.3 @@ -35,8 +35,6 @@ 97.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 97.5 ;; 97.6 ftgl-dev) 97.7 - CAT="development|devel files" 97.8 - DEPENDS="ftgl pkg-config" 97.9 mkdir -p $fs/usr/lib 97.10 cp -a $install/usr/include $fs/usr 97.11 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
98.1 --- a/fusecloop/receipt Sat Mar 17 04:50:25 2018 +0200 98.2 +++ b/fusecloop/receipt Wed Mar 21 15:58:17 2018 +0200 98.3 @@ -20,9 +20,9 @@ 98.4 SPLIT="fusecloop cloop-utils" 98.5 98.6 compile_rules() { 98.7 - [ -s $SOURCES_REPOSITORY/$ADVANCECOMP_TARBALL ] || 98.8 - wget -P $SOURCES_REPOSITORY $ADVANCECOMP_URL 98.9 - tar xzf $SOURCES_REPOSITORY/$ADVANCECOMP_TARBALL 98.10 + [ -s $SRC/$ADVANCECOMP_TARBALL ] || 98.11 + wget -P $SRC $ADVANCECOMP_URL 98.12 + tar xzf $SRC/$ADVANCECOMP_TARBALL 98.13 sed -i 's/dprintf/d_printf/g' *.h *.c 98.14 patch -p0 < $stuff/fusecloop.u 98.15 ADVANCECOMP=advancecomp-$ADVANCECOMP_VERSION
99.1 --- a/gamin/receipt Sat Mar 17 04:50:25 2018 +0200 99.2 +++ b/gamin/receipt Wed Mar 21 15:58:17 2018 +0200 99.3 @@ -13,7 +13,7 @@ 99.4 99.5 CROSS_BUGS="error: cannot run test program while cross compiling" 99.6 99.7 -BUILD_DEPENDS="pkg-config glib glib-dev gtk+-dev" 99.8 +BUILD_DEPENDS="glib-dev gtk+-dev" 99.9 SPLIT="gamin-dev" 99.10 99.11 compile_rules() {
100.1 --- a/gcc+gcj/receipt Sat Mar 17 04:50:25 2018 +0200 100.2 +++ b/gcc+gcj/receipt Wed Mar 21 15:58:17 2018 +0200 100.3 @@ -47,7 +47,7 @@ 100.4 echo -e "\nECJ jar download failed, exiting. Please check ECJ_URL variable.\n" 100.5 return 1 100.6 fi 100.7 - cp $ECJ_JAR $SOURCES_REPOSITORY 100.8 + cp $ECJ_JAR $SRC 100.9 fi 100.10 100.11 # Use libiberty.a from binutils.
101.1 --- a/gdal/receipt Sat Mar 17 04:50:25 2018 +0200 101.2 +++ b/gdal/receipt Wed Mar 21 15:58:17 2018 +0200 101.3 @@ -3,21 +3,21 @@ 101.4 PACKAGE="gdal" 101.5 VERSION="2.2.2" 101.6 CATEGORY="meta" 101.7 -SHORT_DESC="Geospatial Data Abstraction Library." 101.8 +SHORT_DESC="Geospatial Data Abstraction Library" 101.9 MAINTAINER="erjo@slitaz.org" 101.10 LICENSE="MIT" 101.11 WEB_SITE="http://www.gdal.org/" 101.12 + 101.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 101.14 WGET_URL="http://download.osgeo.org/gdal/$VERSION/$TARBALL" 101.15 101.16 BUILD_DEPENDS="python-dev postgresql-dev geos-dev proj-dev curl-dev \ 101.17 swig tiff-dev jasper-dev jpeg-dev perl-dev" 101.18 -SPLIT="gdal-bin gdal-datas gdal-dev gdal libgdal" 101.19 +SPLIT="gdal gdal-dev gdal-bin gdal-datas libgdal" 101.20 101.21 -# Rules to configure and make the package. 101.22 -compile_rules() 101.23 -{ 101.24 - ./configure --sysconfdir=/etc \ 101.25 +compile_rules() { 101.26 + ./configure \ 101.27 + --sysconfdir=/etc \ 101.28 --localstatedir=/var \ 101.29 --datadir=/usr/share/gdal \ 101.30 --with-threads \ 101.31 @@ -25,44 +25,33 @@ 101.32 --with-python \ 101.33 --with-geos \ 101.34 --with-sqlite3=no \ 101.35 - --with-ogr 2>&1 | grep -v config.rpath && 101.36 + --with-ogr && 101.37 make && make install BINDINGS="perl python" 101.38 } 101.39 101.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 101.41 -genpkg_rules() 101.42 -{ 101.43 +genpkg_rules() { 101.44 case $PACKAGE in 101.45 - gdal) 101.46 - DEPENDS="libgdal gdal-bin gdal-datas" 101.47 - mkdir $fs/usr 101.48 - ;; 101.49 - gdal-bin) 101.50 - CAT="misc|GDAL Tools." 101.51 - DEPENDS="libgdal" 101.52 - mkdir -p $fs/usr 101.53 - cp -a $install/usr/bin $fs/usr 101.54 - rm -f $fs/usr/bin/gdal-config 101.55 - ;; 101.56 - gdal-datas) 101.57 - CAT="misc|GDAL datas." 101.58 - DEPENDS="libgdal" 101.59 - mkdir -p $fs/usr/share 101.60 - cp -a $install/usr/share/gdal $fs/usr/share 101.61 - ;; 101.62 - gdal-dev) 101.63 - CAT="development|GDAL development headers." 101.64 - DEPENDS="libgdal" 101.65 - mkdir -p $fs/usr/bin $fs/usr/lib 101.66 - cp -a $install/usr/include $fs/usr 101.67 - cp -a $install/usr/lib/*.*a $fs/usr/lib 101.68 - cp -a $install/usr/bin/gdal-config $fs/usr/bin 101.69 - ;; 101.70 - libgdal) 101.71 - CAT="misc|Geospatial Data Abstraction Library." 101.72 - DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff" 101.73 - mkdir -p $fs/usr/lib 101.74 - cp -a $install/usr/lib/*.so* $fs/usr/lib 101.75 - ;; 101.76 + gdal) 101.77 + DEPENDS="libgdal gdal-bin gdal-datas" 101.78 + ;; 101.79 + gdal-dev) 101.80 + copy @dev 101.81 + DEPENDS="libgdal" 101.82 + ;; 101.83 + gdal-bin) 101.84 + copy bin/ @rm # remove dev gdal-config 101.85 + CAT="misc|tools" 101.86 + DEPENDS="libgdal" 101.87 + ;; 101.88 + gdal-datas) 101.89 + copy usr/share/gdal/ 101.90 + CAT="misc|datas" 101.91 + DEPENDS="libgdal" 101.92 + ;; 101.93 + libgdal) 101.94 + copy *.so* 101.95 + CAT="misc|library" 101.96 + DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff" 101.97 + ;; 101.98 esac 101.99 }
102.1 --- a/gegl/receipt Sat Mar 17 04:50:25 2018 +0200 102.2 +++ b/gegl/receipt Wed Mar 21 15:58:17 2018 +0200 102.3 @@ -36,7 +36,7 @@ 102.4 ;; 102.5 *-dev) 102.6 copy @dev 102.7 - DEPENDS="gegl libdrm-dev xorg-libXxf86vm-dev pkg-config" 102.8 + DEPENDS="gegl libdrm-dev xorg-libXxf86vm-dev" 102.9 ;; 102.10 esac 102.11 }
103.1 --- a/genromfs/receipt Sat Mar 17 04:50:25 2018 +0200 103.2 +++ b/genromfs/receipt Wed Mar 21 15:58:17 2018 +0200 103.3 @@ -10,9 +10,6 @@ 103.4 WEB_SITE="http://romfs.sourceforge.net/" 103.5 WGET_URL="https://github.com/chexum/$PACKAGE/archive/$VERSION.tar.gz" 103.6 103.7 -DEPENDS="" 103.8 -BUILD_DEPENDS="wget" 103.9 - 103.10 # Rules to configure and make the package. 103.11 compile_rules() 103.12 {
104.1 --- a/gftp/receipt Sat Mar 17 04:50:25 2018 +0200 104.2 +++ b/gftp/receipt Wed Mar 21 15:58:17 2018 +0200 104.3 @@ -11,7 +11,7 @@ 104.4 WGET_URL="http://www.gftp.org/$TARBALL" 104.5 104.6 DEPENDS="gtk+ xorg-libXdamage" 104.7 -BUILD_DEPENDS="pkg-config gtk+-dev gtk+" 104.8 +BUILD_DEPENDS="gtk+-dev" 104.9 104.10 # Rules to configure and make the package. 104.11 compile_rules()
105.1 --- a/gimp/receipt Sat Mar 17 04:50:25 2018 +0200 105.2 +++ b/gimp/receipt Wed Mar 21 15:58:17 2018 +0200 105.3 @@ -94,8 +94,6 @@ 105.4 cp -a $install/usr/bin/gimp-console* $fs/usr/bin 105.5 ;; 105.6 gimp-dev) 105.7 - CAT="development|Gnu Image Manipulation Program or GIMP devel files." 105.8 - DEPENDS="gimp pkg-config" 105.9 mkdir -p $fs/usr 105.10 cp -a $install/usr/include $fs/usr 105.11 cp -a $install/usr/lib $fs/usr
106.1 --- a/gitmail/receipt Sat Mar 17 04:50:25 2018 +0200 106.2 +++ b/gitmail/receipt Wed Mar 21 15:58:17 2018 +0200 106.3 @@ -11,7 +11,7 @@ 106.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 106.5 106.6 DEPENDS="gtk+ xorg-libXdamage" 106.7 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" 106.8 +BUILD_DEPENDS="gtk+-dev" 106.9 106.10 # Rules to configure and make the package. 106.11 compile_rules()
107.1 --- a/glpi/receipt Sat Mar 17 04:50:25 2018 +0200 107.2 +++ b/glpi/receipt Wed Mar 21 15:58:17 2018 +0200 107.3 @@ -12,7 +12,6 @@ 107.4 CONFIG_FILES="/etc/glpi/config_db.php" 107.5 107.6 DEPENDS="mysql apache php-apache php-ldap php-imap php-mysql pam logrotate" 107.7 -BUILD_DEPENDS="wget" 107.8 107.9 # Rules to gen a SliTaz package suitable for Tazpkg. 107.10 genpkg_rules()
108.1 --- a/gnome-doc-utils/receipt Sat Mar 17 04:50:25 2018 +0200 108.2 +++ b/gnome-doc-utils/receipt Wed Mar 21 15:58:17 2018 +0200 108.3 @@ -11,8 +11,7 @@ 108.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 108.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 108.6 108.7 -BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config \ 108.8 -intltool" 108.9 +BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python intltool" 108.10 SPLIT="gnome-doc-utils-dev" 108.11 108.12 compile_rules() {
109.1 --- a/gnome-icon-theme/receipt Sat Mar 17 04:50:25 2018 +0200 109.2 +++ b/gnome-icon-theme/receipt Wed Mar 21 15:58:17 2018 +0200 109.3 @@ -11,7 +11,7 @@ 109.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 109.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 109.6 109.7 -BUILD_DEPENDS="icon-naming-utils intltool pkg-config gtk+" 109.8 +BUILD_DEPENDS="icon-naming-utils intltool gtk+" 109.9 109.10 # Rules to configure and make the package. 109.11 compile_rules()
110.1 --- a/gnome-keyring-dev/receipt Sat Mar 17 04:50:25 2018 +0200 110.2 +++ b/gnome-keyring-dev/receipt Wed Mar 21 15:58:17 2018 +0200 110.3 @@ -9,7 +9,7 @@ 110.4 WEB_SITE="http://www.gnome.org" 110.5 WANTED="gnome-keyring" 110.6 110.7 -DEPENDS="gnome-keyring pkg-config" 110.8 +DEPENDS="gnome-keyring" 110.9 110.10 # Rules to gen a SliTaz package suitable for Tazpkg. 110.11 genpkg_rules()
111.1 --- a/gnome-mplayer/receipt Sat Mar 17 04:50:25 2018 +0200 111.2 +++ b/gnome-mplayer/receipt Wed Mar 21 15:58:17 2018 +0200 111.3 @@ -12,7 +12,8 @@ 111.4 TAGS="player audio video movie mp3 ogg dvd" 111.5 111.6 DEPENDS="mplayer gtk+ dbus-glib libnotify alsa-lib libgpod" 111.7 -BUILD_DEPENDS="$DEPENDS dbus-dev dbus-glib-dev libnotify-dev libgpod-dev pkg-config xorg-libX11-dev xorg-libxcb-dev gtk+-dev xorg-libXScrnSaver-dev" 111.8 +BUILD_DEPENDS="$DEPENDS dbus-dev dbus-glib-dev libnotify-dev libgpod-dev \ 111.9 +xorg-libX11-dev xorg-libxcb-dev gtk+-dev xorg-libXScrnSaver-dev" 111.10 111.11 # Rules to configure and make the package. 111.12 compile_rules()
112.1 --- a/gnome-python/receipt Sat Mar 17 04:50:25 2018 +0200 112.2 +++ b/gnome-python/receipt Wed Mar 21 15:58:17 2018 +0200 112.3 @@ -37,8 +37,6 @@ 112.4 rm -rf $fs/usr/lib/gnome-vfs-2.0/modules/*a 112.5 ;; 112.6 gnome-python-dev) 112.7 - CAT="development|Python bindings for GNOME, development files." 112.8 - DEPENDS="gnome-python pkg-config" 112.9 mkdir -p $fs/usr/lib/gnome-vfs-2.0/modules 112.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 112.11 cp -a $install/usr/lib/gnome-vfs-2.0/modules/*.so $fs/usr/lib/gnome-vfs-2.0/modules
113.1 --- a/gnome-vfs/receipt Sat Mar 17 04:50:25 2018 +0200 113.2 +++ b/gnome-vfs/receipt Wed Mar 21 15:58:17 2018 +0200 113.3 @@ -11,7 +11,7 @@ 113.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 113.5 113.6 BUILD_DEPENDS="gtk+-dev dbus-glib-dev GConf-dev bzip2-dev shared-mime-info \ 113.7 -gnome-mime-data libxml2-dev zlib-dev intltool pkg-config" 113.8 +gnome-mime-data libxml2-dev zlib-dev intltool" 113.9 SPLIT="gnome-vfs gnome-vfs-dev gnome-vfs-i18n" 113.10 113.11 # Rules to configure and make the package. 113.12 @@ -46,8 +46,7 @@ 113.13 rm -rf ./include 113.14 ;; 113.15 gnome-vfs-dev) 113.16 - CAT="development|The GNOME Virtual File System libraries dev files" 113.17 - DEPENDS="gnome-vfs GConf-dev glib-dev pkg-config" 113.18 + DEPENDS="gnome-vfs GConf-dev glib-dev" 113.19 mkdir -p $fs/usr/lib 113.20 113.21 cp -a $install/usr/include $fs/usr
114.1 --- a/gnubg/receipt Sat Mar 17 04:50:25 2018 +0200 114.2 +++ b/gnubg/receipt Wed Mar 21 15:58:17 2018 +0200 114.3 @@ -11,7 +11,7 @@ 114.4 WGET_URL="http://files.gnubg.org/media/sources/$TARBALL" 114.5 114.6 DEPENDS="gtk+ libcanberra ncurses python gmp libvorbis libltdl" 114.7 -BUILD_DEPENDS="pkg-config autoconf automake bison flex libtool \ 114.8 +BUILD_DEPENDS="autoconf automake bison flex libtool \ 114.9 glib-dev libpng16-dev freetype-dev gtk+-dev cairo-dev libcanberra-dev \ 114.10 gtkglext-dev readline-dev python sqlite3-dev gmp-dev" 114.11
115.1 --- a/gnuradio/receipt Sat Mar 17 04:50:25 2018 +0200 115.2 +++ b/gnuradio/receipt Wed Mar 21 15:58:17 2018 +0200 115.3 @@ -17,7 +17,7 @@ 115.4 libboost-dev libboost-filesystem libboost-system libboost-unit-test-framework \ 115.5 libboost-program-options libboost-thread libboost-math-tr1 libboost-regex \ 115.6 pygtk-dev libsdl-dev \ 115.7 -pkg-config swig cppunit-dev orc-dev python-sphinx gsl-dev libusb-dev \ 115.8 +swig cppunit-dev orc-dev python-sphinx gsl-dev libusb-dev \ 115.9 alsa-lib-dev jack-dev portaudio-dev log4c-dev" 115.10 115.11 # Rules to configure and make the package.
116.1 --- a/goaccess/receipt Sat Mar 17 04:50:25 2018 +0200 116.2 +++ b/goaccess/receipt Wed Mar 21 15:58:17 2018 +0200 116.3 @@ -7,7 +7,7 @@ 116.4 MAINTAINER="paul@slitaz.org" 116.5 LICENSE="GPL2" 116.6 DEPENDS="ncurses geoip" 116.7 -BUILD_DEPENDS="ncurses-dev geoip-dev glib-dev pkg-config" 116.8 +BUILD_DEPENDS="ncurses-dev geoip-dev glib-dev" 116.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 116.10 WEB_SITE="http://goaccess.prosoftcorp.com/" 116.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
117.1 --- a/gogglesmm/receipt Sat Mar 17 04:50:25 2018 +0200 117.2 +++ b/gogglesmm/receipt Wed Mar 21 15:58:17 2018 +0200 117.3 @@ -13,7 +13,7 @@ 117.4 117.5 BUILD_DEPENDS="shared-mime-info fox-dev sqlite3 taglib dbus-dev xine-lib-dev \ 117.6 sqlite3-dev taglib-dev curl-dev expat-dev xorg-xproto \ 117.7 -xorg-libX11-dev libgcrypt-dev mesa-dev glu-dev pkg-config" 117.8 +xorg-libX11-dev libgcrypt-dev mesa-dev glu-dev" 117.9 117.10 compile_rules() { 117.11 sed -i 's/0x80/-128/g' src/gmutils.cpp
118.1 --- a/gparted/receipt Sat Mar 17 04:50:25 2018 +0200 118.2 +++ b/gparted/receipt Wed Mar 21 15:58:17 2018 +0200 118.3 @@ -1,25 +1,23 @@ 118.4 # SliTaz package receipt v2. 118.5 118.6 PACKAGE="gparted" 118.7 -VERSION="0.28.1" 118.8 +VERSION="0.31.0" 118.9 CATEGORY="system-tools" 118.10 SHORT_DESC="A partition editor to graphically manage disk partitions" 118.11 MAINTAINER="pankso@slitaz.org" 118.12 LICENSE="GPL2" 118.13 -WEB_SITE="http://gparted.sourceforge.net/" 118.14 -CROSS="error: cannot run test program while cross compiling" 118.15 +WEB_SITE="https://gparted.sourceforge.io/" 118.16 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/xsoft/gparted.html" 118.17 118.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 118.19 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 118.20 118.21 BUILD_DEPENDS="gtk+-dev libsigc++-dev glibmm-dev gtkmm-dev parted-dev \ 118.22 -cairomm-dev pangomm-dev libgiomm-dev intltool util-linux-uuid-dev" 118.23 +cairomm-dev pangomm-dev glibmm-dev intltool util-linux-uuid-dev" 118.24 118.25 -# Rules to configure and make the package. 118.26 -compile_rules() 118.27 -{ 118.28 - # http://www.linuxfromscratch.org/blfs/view/stable/xsoft/gparted.html 118.29 +CROSS="error: cannot run test program while cross compiling" 118.30 118.31 +compile_rules() { 118.32 # Remove the "-v" option from the swapon/off commands. 118.33 # This will allow gparted to play nicely with busybox. 118.34 sed -i 's/swapoff -v/swapoff/; s/swapon -v/swapon/' src/Win_GParted.cc 118.35 @@ -29,17 +27,13 @@ 118.36 sed -i '/^_Keywords=/d; s|@gksuprog@|tazbox su|' gparted.desktop.in.in 118.37 118.38 ./configure \ 118.39 - --prefix=/usr \ 118.40 --disable-scrollkeeper \ 118.41 --disable-doc \ 118.42 - --build=$HOST_SYSTEM \ 118.43 - --host=$HOST_SYSTEM && 118.44 + $CONFIGURE_ARGS && 118.45 make && make install 118.46 } 118.47 118.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 118.49 -genpkg_rules() 118.50 -{ 118.51 +genpkg_rules() { 118.52 copy gparted gpartedbin 118.53 DEPENDS="atk atkmm cairo cairomm fontconfig freetype gdk-pixbuf glib \ 118.54 glibmm gtk+ gtkmm libgiomm libsigc++ pango pangomm parted util-linux-uuid"
119.1 --- a/gqview/receipt Sat Mar 17 04:50:25 2018 +0200 119.2 +++ b/gqview/receipt Wed Mar 21 15:58:17 2018 +0200 119.3 @@ -11,7 +11,7 @@ 119.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 119.5 119.6 DEPENDS="gtk+ xorg-libXdamage" 119.7 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev gettext-tools" 119.8 +BUILD_DEPENDS="gtk+-dev gettext-tools" 119.9 119.10 # Rules to configure and make the package. 119.11 compile_rules()
120.1 --- a/gringotts/receipt Sat Mar 17 04:50:25 2018 +0200 120.2 +++ b/gringotts/receipt Wed Mar 21 15:58:17 2018 +0200 120.3 @@ -11,7 +11,7 @@ 120.4 WGET_URL="$SF_MIRROR/$PACKAGE.berlios/$TARBALL" 120.5 120.6 DEPENDS="gtk+ libgringotts popt" 120.7 -BUILD_DEPENDS="pkg-config gtk+-dev libgringotts-dev popt-dev libmcrypt-dev" 120.8 +BUILD_DEPENDS="gtk+-dev libgringotts-dev popt-dev libmcrypt-dev" 120.9 120.10 # Rules to configure and make the package. 120.11 compile_rules()
121.1 --- a/grisbi/receipt Sat Mar 17 04:50:25 2018 +0200 121.2 +++ b/grisbi/receipt Wed Mar 21 15:58:17 2018 +0200 121.3 @@ -11,7 +11,7 @@ 121.4 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" 121.5 121.6 DEPENDS="gtk+ xorg-libXdamage libofx libofx openssl" 121.7 -BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev \ 121.8 +BUILD_DEPENDS="libxml2 gtk+-dev glib-dev libofx-dev \ 121.9 opensp-dev openssl-dev intltool" 121.10 121.11 # Rules to configure and make the package.
122.1 --- a/gritz/receipt Sat Mar 17 04:50:25 2018 +0200 122.2 +++ b/gritz/receipt Wed Mar 21 15:58:17 2018 +0200 122.3 @@ -11,7 +11,7 @@ 122.4 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 122.5 122.6 DEPENDS="perl-gtk2" 122.7 -BUILD_DEPENDS="wget perl" 122.8 +BUILD_DEPENDS="perl" 122.9 122.10 # Rules to gen a SliTaz package suitable for Tazpkg. 122.11 genpkg_rules()
123.1 --- a/gst0-plugins-good/receipt Sat Mar 17 04:50:25 2018 +0200 123.2 +++ b/gst0-plugins-good/receipt Wed Mar 21 15:58:17 2018 +0200 123.3 @@ -60,8 +60,7 @@ 123.4 MAINTAINER="psychomaniak@xakep.ru" 123.5 ;; 123.6 *-good) 123.7 - copy @std 123.8 - remove_already_packed 123.9 + copy @std @rm 123.10 DEPENDS="GConf aalib bzlib cairo flac gdk-pixbuf glib \ 123.11 gst0-plugins-base gstreamer0 libavc1394 libcaca libiec61883 \ 123.12 libjpeg-turbo libpng16 libraw1394 libxml2 ncurses orc speex \
124.1 --- a/gst0-python/receipt Sat Mar 17 04:50:25 2018 +0200 124.2 +++ b/gst0-python/receipt Wed Mar 21 15:58:17 2018 +0200 124.3 @@ -12,7 +12,7 @@ 124.4 WGET_URL="$WEB_SITE/src/gst-python/$TARBALL" 124.5 124.6 BUILD_DEPENDS="pygobject-dev gstreamer0-dev gst0-plugins-base-dev libxml2-dev \ 124.7 -python-dev pkg-config" 124.8 +python-dev" 124.9 SPLIT="gst0-python-dev" 124.10 124.11 compile_rules() {
125.1 --- a/gtick/receipt Sat Mar 17 04:50:25 2018 +0200 125.2 +++ b/gtick/receipt Wed Mar 21 15:58:17 2018 +0200 125.3 @@ -11,7 +11,7 @@ 125.4 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 125.5 125.6 DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" 125.7 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" 125.8 +BUILD_DEPENDS="gtk+-dev xorg-xproto" 125.9 125.10 # Rules to configure and make the package. 125.11 compile_rules()
126.1 --- a/gtk-engine-nodoka/receipt Sat Mar 17 04:50:25 2018 +0200 126.2 +++ b/gtk-engine-nodoka/receipt Wed Mar 21 15:58:17 2018 +0200 126.3 @@ -12,7 +12,7 @@ 126.4 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" 126.5 126.6 DEPENDS="gtk+" 126.7 -BUILD_DEPENDS="gtk+-dev wget" 126.8 +BUILD_DEPENDS="gtk+-dev" 126.9 126.10 # Rules to configure and make the package. 126.11 compile_rules()
127.1 --- a/gtk-engines/receipt Sat Mar 17 04:50:25 2018 +0200 127.2 +++ b/gtk-engines/receipt Wed Mar 21 15:58:17 2018 +0200 127.3 @@ -31,8 +31,7 @@ 127.4 DEPENDS="gtk+" 127.5 ;; 127.6 gtk-engines) 127.7 - copy @std 127.8 - remove_already_packed 127.9 + copy @std @rm 127.10 sed -i '/xml:lang=/d' $fs/usr/share/gtk-engines/*.xml 127.11 DEPENDS="gtk+ xorg-libXdamage" 127.12 ;;
128.1 --- a/gtk-gnutella/receipt Sat Mar 17 04:50:25 2018 +0200 128.2 +++ b/gtk-gnutella/receipt Wed Mar 21 15:58:17 2018 +0200 128.3 @@ -14,7 +14,7 @@ 128.4 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \ 128.5 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 128.6 xorg-libXdamage libtasn1" 128.7 -BUILD_DEPENDS="zlib-dev gtk+-dev pkg-config libxml2-dev glib-dev xorg-dev" 128.8 +BUILD_DEPENDS="zlib-dev gtk+-dev libxml2-dev glib-dev xorg-dev" 128.9 128.10 # Rules to configure and make the package. 128.11 compile_rules()
129.1 --- a/gtk-vnc/receipt Sat Mar 17 04:50:25 2018 +0200 129.2 +++ b/gtk-vnc/receipt Wed Mar 21 15:58:17 2018 +0200 129.3 @@ -12,7 +12,7 @@ 129.4 TAGS="vnc remote-desktop" 129.5 129.6 BUILD_DEPENDS="gnutls-dev libgpg-error-dev gtk+-dev cyrus-sasl cyrus-sasl-dev \ 129.7 -intltool pkg-config pygtk-dev pygobject-dev libffi-dev python-dev \ 129.8 +intltool pygtk-dev pygobject-dev libffi-dev python-dev \ 129.9 libgcrypt-dev zlib-dev expat-dev libtasn1-dev perl-text-csv libffi expat \ 129.10 pulseaudio-dev util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ 129.11 libvorbis-dev dbus-dev" 129.12 @@ -39,8 +39,6 @@ 129.13 cp -a $install/usr/lib/*.so* $fs/usr/lib 129.14 ;; 129.15 gtk-vnc-dev) 129.16 - CAT="development|GTK VNC devel files." 129.17 - DEPENDS="gtk-vnc pkg-config" 129.18 mkdir -p $fs/usr/lib 129.19 cp -a $install/usr/lib/*.*a $fs/usr/lib 129.20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
130.1 --- a/gtk3-engine-unico/receipt Sat Mar 17 04:50:25 2018 +0200 130.2 +++ b/gtk3-engine-unico/receipt Wed Mar 21 15:58:17 2018 +0200 130.3 @@ -11,7 +11,7 @@ 130.4 TARBALL="unico-$VERSION.tar.gz" 130.5 WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL" 130.6 130.7 -BUILD_DEPENDS="gtk+3-dev wget libxml2-dev" 130.8 +BUILD_DEPENDS="gtk+3-dev libxml2-dev" 130.9 SPLIT="gtk3-engine-unico-dev" 130.10 130.11 compile_rules() {
131.1 --- a/gtkdatabox/receipt Sat Mar 17 04:50:25 2018 +0200 131.2 +++ b/gtkdatabox/receipt Wed Mar 21 15:58:17 2018 +0200 131.3 @@ -11,7 +11,7 @@ 131.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 131.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 131.6 131.7 -BUILD_DEPENDS="pkg-config libffi gtk+-dev" 131.8 +BUILD_DEPENDS="libffi gtk+-dev" 131.9 SPLIT="gtkdatabox-dev" 131.10 131.11 compile_rules() {
132.1 --- a/gucharmap3/receipt Sat Mar 17 04:50:25 2018 +0200 132.2 +++ b/gucharmap3/receipt Wed Mar 21 15:58:17 2018 +0200 132.3 @@ -38,8 +38,7 @@ 132.4 CAT="gnome|GNOME integration" 132.5 ;; 132.6 gucharmap3) 132.7 - copy @std 132.8 - remove_already_packed 132.9 + copy @std @rm 132.10 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 \ 132.11 libffi libharfbuzz liblzma libpng16 libxml2 pango pcre \ 132.12 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \
133.1 --- a/gutenprint/receipt Sat Mar 17 04:50:25 2018 +0200 133.2 +++ b/gutenprint/receipt Wed Mar 21 15:58:17 2018 +0200 133.3 @@ -51,7 +51,6 @@ 133.4 rm -rf $fs/usr/share/$PACKAGE/doc 133.5 ;; 133.6 gutenprint-dev) 133.7 - DEPENDS="gutenprint pkg-config" 133.8 mkdir -p $fs/usr/lib 133.9 cp -a $install/usr/include $fs/usr 133.10 cp -a $install/usr/lib/*.*a $fs/usr/lib
134.1 --- a/gvfb/receipt Sat Mar 17 04:50:25 2018 +0200 134.2 +++ b/gvfb/receipt Wed Mar 21 15:58:17 2018 +0200 134.3 @@ -11,7 +11,7 @@ 134.4 WGET_URL="${WEB_SITE}downloads/$TARBALL" 134.5 134.6 DEPENDS="gtk+" 134.7 -BUILD_DEPENDS="cmake pkg-config gtk+-dev" 134.8 +BUILD_DEPENDS="cmake gtk+-dev" 134.9 134.10 # Rules to configure and make the package. 134.11 compile_rules()
135.1 --- a/gvfs/receipt Sat Mar 17 04:50:25 2018 +0200 135.2 +++ b/gvfs/receipt Wed Mar 21 15:58:17 2018 +0200 135.3 @@ -118,8 +118,7 @@ 135.4 libharfbuzz liblzma libpng16 libxml2 udisks2" 135.5 ;; 135.6 gvfs) 135.7 - copy @std 135.8 - remove_already_packed 135.9 + copy @std @rm 135.10 DEPENDS="eudev gcr-base glib libffi libgcrypt libgpg-error \ 135.11 libsecret p11-kit pcre util-linux-blkid util-linux-mount \ 135.12 util-linux-uuid zlib dbus"
136.1 --- a/hal-cups-utils/receipt Sat Mar 17 04:50:25 2018 +0200 136.2 +++ b/hal-cups-utils/receipt Wed Mar 21 15:58:17 2018 +0200 136.3 @@ -9,10 +9,9 @@ 136.4 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils" 136.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 136.6 WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL" 136.7 -TAGS="" 136.8 136.9 DEPENDS="hal dbus dbus-glib cups" 136.10 -BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev wget" 136.11 +BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev" 136.12 136.13 # Rules to configure and make the package. 136.14
137.1 --- a/hal-info/receipt Sat Mar 17 04:50:25 2018 +0200 137.2 +++ b/hal-info/receipt Wed Mar 21 15:58:17 2018 +0200 137.3 @@ -11,7 +11,7 @@ 137.4 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" 137.5 137.6 DEPENDS="hal hal-extra" 137.7 -BUILD_DEPENDS="hal-dev pkg-config" 137.8 +BUILD_DEPENDS="hal-dev" 137.9 137.10 # Rules to configure and make the package. 137.11 compile_rules()
138.1 --- a/hal/receipt Sat Mar 17 04:50:25 2018 +0200 138.2 +++ b/hal/receipt Wed Mar 21 15:58:17 2018 +0200 138.3 @@ -12,8 +12,7 @@ 138.4 CROSS="error: cannot check for file existence when cross compiling" 138.5 138.6 BUILD_DEPENDS="dbus-dev dbus-glib dbus-glib-dev udev-dev pciutils \ 138.7 -util-linux-blkid-dev expat-dev util-linux-uuid-dev glib-dev pkg-config \ 138.8 -libv4l-dev" 138.9 +util-linux-blkid-dev expat-dev util-linux-uuid-dev glib-dev libv4l-dev" 138.10 SPLIT="hal hal-dev hal-extra hal-scripts" 138.11 138.12 EXTRA=" 138.13 @@ -98,8 +97,7 @@ 138.14 sed -i 's:hal-functions:/usr/lib/hal/scripts/hal-functions:' $fs/usr/lib/hal/scripts/linux/hal* 138.15 ;; 138.16 hal-dev) 138.17 - CAT="development|Hal devel files." 138.18 - DEPENDS="hal dbus-dev pkg-config" 138.19 + DEPENDS="hal dbus-dev" 138.20 mkdir -p $fs/usr/lib 138.21 cp -a $install/usr/include $fs/usr 138.22 cp -a $install/usr/lib/*.*a $fs/usr/lib
139.1 --- a/harfbuzz/receipt Sat Mar 17 04:50:25 2018 +0200 139.2 +++ b/harfbuzz/receipt Wed Mar 21 15:58:17 2018 +0200 139.3 @@ -54,8 +54,7 @@ 139.4 PROVIDE="harfbuzz-icu" # fake for cookutils as it always wanted to install package without '-dev' 139.5 ;; 139.6 harfbuzz-dev) 139.7 - copy @dev 139.8 - remove_already_packed 139.9 + copy @dev @rm 139.10 DEPENDS="harfbuzz bzip2-dev freetype-dev glib-dev libffi-dev \ 139.11 libpng16-dev pcre-dev" 139.12 ;;
140.1 --- a/haserl-lua/receipt Sat Mar 17 04:50:25 2018 +0200 140.2 +++ b/haserl-lua/receipt Wed Mar 21 15:58:17 2018 +0200 140.3 @@ -13,7 +13,7 @@ 140.4 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 140.5 140.6 DEPENDS="" 140.7 -BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev" 140.8 +BUILD_DEPENDS="glibc-dev lua-dev" 140.9 140.10 # Rules to configure and make the package. 140.11 compile_rules()
141.1 --- a/hexchat/receipt Sat Mar 17 04:50:25 2018 +0200 141.2 +++ b/hexchat/receipt Wed Mar 21 15:58:17 2018 +0200 141.3 @@ -37,8 +37,7 @@ 141.4 DEPENDS="hexchat python" 141.5 ;; 141.6 hexchat) 141.7 - copy @std 141.8 - remove_already_packed 141.9 + copy @std @rm 141.10 rm -r $fs/usr/share/appdata/ 141.11 DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype \ 141.12 gdk-pixbuf glib gtk+ libcanberra openssl libffi libharfbuzz \
142.1 --- a/hfsprogs/receipt Sat Mar 17 04:50:25 2018 +0200 142.2 +++ b/hfsprogs/receipt Wed Mar 21 15:58:17 2018 +0200 142.3 @@ -17,9 +17,9 @@ 142.4 # Rules to configure and make the package. 142.5 compile_rules() 142.6 { 142.7 - [ -s "$SOURCES_REPOSITORY/$TARBALL2" ] || 142.8 - wget -P $SOURCES_REPOSITORY $(dirname $WGET_URL)/$TARBALL2 142.9 - tar -xzf $SOURCES_REPOSITORY/$TARBALL2 142.10 + [ -s "$SRC/$TARBALL2" ] || 142.11 + wget -P $SRC $(dirname $WGET_URL)/$TARBALL2 142.12 + tar -xzf $SRC/$TARBALL2 142.13 for i in $(cat debian/patches/series); do 142.14 patch -p1 -i debian/patches/$i 142.15 done
143.1 --- a/hplip/receipt Sat Mar 17 04:50:25 2018 +0200 143.2 +++ b/hplip/receipt Wed Mar 21 15:58:17 2018 +0200 143.3 @@ -15,7 +15,7 @@ 143.4 DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends \ 143.5 libgphoto2 libexif gcc-lib-base libltdl libv4l net-snmp PyQt-x11-gpl" 143.6 BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev \ 143.7 -sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 pkg-config libusb-dev \ 143.8 +sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 libusb-dev \ 143.9 jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python net-snmp-dev \ 143.10 libtool" 143.11
144.1 --- a/httpfs2-fuse/receipt Sat Mar 17 04:50:25 2018 +0200 144.2 +++ b/httpfs2-fuse/receipt Wed Mar 21 15:58:17 2018 +0200 144.3 @@ -12,7 +12,7 @@ 144.4 TARBALL="$SOURCE-$VERSION.tar.gz" 144.5 WGET_URL="$SF_MIRROR/httpfs/$TARBALL" 144.6 144.7 -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config" 144.8 +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls" 144.9 144.10 compile_rules() { 144.11 sed -i "s/^package = .*/package = $SOURCE/" Makefile
145.1 --- a/hubicfuse/receipt Sat Mar 17 04:50:25 2018 +0200 145.2 +++ b/hubicfuse/receipt Wed Mar 21 15:58:17 2018 +0200 145.3 @@ -11,8 +11,7 @@ 145.4 WGET_URL="https://github.com/TurboGit/hubicfuse/archive/v$VERSION.tar.gz" 145.5 145.6 DEPENDS="curl fuse openssl libjson-c" 145.7 -BUILD_DEPENDS="wget pkg-config curl-dev fuse-dev openssl-dev libxml2-dev \ 145.8 -glib libjson-c-dev" 145.9 +BUILD_DEPENDS="curl-dev fuse-dev openssl-dev libxml2-dev glib libjson-c-dev" 145.10 145.11 # Rules to configure and make the package. 145.12 compile_rules()
146.1 --- a/i3/receipt Sat Mar 17 04:50:25 2018 +0200 146.2 +++ b/i3/receipt Wed Mar 21 15:58:17 2018 +0200 146.3 @@ -11,7 +11,7 @@ 146.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 146.5 WGET_URL="$WEB_SITE/downloads/$TARBALL" 146.6 146.7 -BUILD_DEPENDS="make gcc pkg-config xorg-xcb-proto xorg-libxcb-dev xorg-xcb-util-dev \ 146.8 +BUILD_DEPENDS="make gcc xorg-xcb-proto xorg-libxcb-dev xorg-xcb-util-dev \ 146.9 libev-dev flex bison yajl t2 docbook-xml xorg-libXcursor-dev xorg-libX11-dev \ 146.10 pcre-dev startup-notification-dev xorg-xcb-util-keysyms-dev xorg-xcb-util-wm-dev pango-dev" 146.11 SPLIT="i3-man"
147.1 --- a/icedtea6-jdk/receipt Sat Mar 17 04:50:25 2018 +0200 147.2 +++ b/icedtea6-jdk/receipt Wed Mar 21 15:58:17 2018 +0200 147.3 @@ -11,7 +11,7 @@ 147.4 WEB_SITE="http://www.iced-tea.org/" 147.5 WGET_URL="http://icedtea.wildebeest.org/download/source/$TARBALL" 147.6 147.7 -BUILD_DEPENDS="gcc+gcj autoconf automake m4 diffutils gawk cups-dev wget cpio \ 147.8 +BUILD_DEPENDS="gcc+gcj autoconf automake m4 diffutils gawk cups-dev cpio \ 147.9 coreutils-file-special coreutils-file-summarize alsa-lib-dev file patch perl \ 147.10 zip unzip findutils bzip2 tar glib-dev fastjar rhino ecj apache-ant jpeg-dev \ 147.11 xalan-xerces-j gtk+-dev giflib-dev libpng16-dev xorg-dev xorg-libXtst-dev \ 147.12 @@ -53,21 +53,21 @@ 147.13 REPO=http://icedtea.classpath.org/download/drops 147.14 if [ -x /usr/bin/cook ]; then 147.15 for i in jdk6-jaxws jdk6-jaxp jdk6-jaf; do 147.16 - [ -s $SOURCES_REPOSITORY/$i-$openjdk_version.zip ] || 147.17 - wget -P $SOURCES_REPOSITORY $REPO/$i-$openjdk_version.zip 147.18 - cp $SOURCES_REPOSITORY/$i-$openjdk_version.zip drops || return 1 147.19 + [ -s $SRC/$i-$openjdk_version.zip ] || 147.20 + wget -P $SRC $REPO/$i-$openjdk_version.zip 147.21 + cp $SRC/$i-$openjdk_version.zip drops || return 1 147.22 done 147.23 # openjdk-6-src is in BUILD_DEPENDS and must be build like jdk6-* pkgs. 147.24 - [ -s $SOURCES_REPOSITORY/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz ] || 147.25 - wget -P $SOURCES_REPOSITORY $REPO/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz 147.26 - cp $SOURCES_REPOSITORY/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . 147.27 + [ -s $SRC/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz ] || 147.28 + wget -P $SRC $REPO/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz 147.29 + cp $SRC/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . 147.30 else 147.31 report open-bloc 147.32 for i in jdk6-jaxws jdk6-jaxp jdk6-jaf openjdk-6-src; do 147.33 tazwok get-src $i 147.34 - cp $SOURCES_REPOSITORY/$i-$openjdk_version.zip drops 147.35 + cp $SRC/$i-$openjdk_version.zip drops 147.36 done 147.37 - cp $SOURCES_REPOSITORY/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . 147.38 + cp $SRC/openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz . 147.39 report step "Running compilation" 147.40 fi 147.41
148.1 --- a/inotify-tools/receipt Sat Mar 17 04:50:25 2018 +0200 148.2 +++ b/inotify-tools/receipt Wed Mar 21 15:58:17 2018 +0200 148.3 @@ -10,9 +10,6 @@ 148.4 WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki" 148.5 WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL" 148.6 148.7 -DEPENDS="" 148.8 -BUILD_DEPENDS="wget" 148.9 - 148.10 # Rules to configure and make the package. 148.11 compile_rules() 148.12 {
149.1 --- a/iptables-template/receipt Sat Mar 17 04:50:25 2018 +0200 149.2 +++ b/iptables-template/receipt Wed Mar 21 15:58:17 2018 +0200 149.3 @@ -9,17 +9,15 @@ 149.4 WEB_SITE="https://gist.github.com/jirutka/3742890" 149.5 EXTRA_SOURCE_FILES="rules-both.iptables rules-ipv4.iptables rules-ipv6.ip6tables" 149.6 149.7 -BUILD_DEPENDS="wget" 149.8 - 149.9 # Rules to configure and make the package. 149.10 compile_rules() 149.11 { 149.12 mkdir -p $install/usr/share/iptables 149.13 while read dir file ; do 149.14 - [ -s "$SOURCES_REPOSITORY/$file" ] || 149.15 - wget --no-check-certificate -P $SOURCES_REPOSITORY \ 149.16 + [ -s "$SRC/$file" ] || 149.17 + wget --no-check-certificate -P $SRC \ 149.18 $WEB_SITE/raw/$dir/$file 149.19 - cp $SOURCES_REPOSITORY/$file $install/usr/share/iptables/ 149.20 + cp $SRC/$file $install/usr/share/iptables/ 149.21 done <<EOT 149.22 c025b0b8c58af49aa9644982c459314c9adba157 rules-both.iptables 149.23 622104b0e46e0e7134a69bb7ce24850943b8d2a7 rules-ipv4.iptables
150.1 --- a/irssi/receipt Sat Mar 17 04:50:25 2018 +0200 150.2 +++ b/irssi/receipt Wed Mar 21 15:58:17 2018 +0200 150.3 @@ -12,8 +12,7 @@ 150.4 TAGS="irc" 150.5 150.6 DEPENDS="glib openssl perl ncurses" 150.7 -BUILD_DEPENDS="glib glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev \ 150.8 -perl-dev" 150.9 +BUILD_DEPENDS="glib-dev ncurses-dev slitaz-toolchain openssl-dev perl-dev" 150.10 150.11 # Rules to configure and make the package. 150.12 compile_rules()
151.1 --- a/iw/receipt Sat Mar 17 04:50:25 2018 +0200 151.2 +++ b/iw/receipt Wed Mar 21 15:58:17 2018 +0200 151.3 @@ -12,7 +12,7 @@ 151.4 TAGS="wireless" 151.5 151.6 DEPENDS="libnl" 151.7 -BUILD_DEPENDS="libnl-dev pkg-config wget" 151.8 +BUILD_DEPENDS="libnl-dev" 151.9 151.10 # Rules to configure and make the package. 151.11 compile_rules()
152.1 --- a/jabberd2/receipt Sat Mar 17 04:50:25 2018 +0200 152.2 +++ b/jabberd2/receipt Wed Mar 21 15:58:17 2018 +0200 152.3 @@ -13,7 +13,7 @@ 152.4 152.5 BUILD_DEPENDS="expat gsasl gsasl-dev udns udns-dev libidn-dev openssl-dev \ 152.6 zlib-dev db-dev openldap-dev postgresql mysql sqlite3 sqlite3-dev expat-dev \ 152.7 -wget cppunit-dev" 152.8 +cppunit-dev" 152.9 152.10 compile_rules() { 152.11 sed -i 's|#else /.*|&\nint set_debug_log_from_config(config_t c){}|' util/log.c
153.1 --- a/japanes-theme/receipt Sat Mar 17 04:50:25 2018 +0200 153.2 +++ b/japanes-theme/receipt Wed Mar 21 15:58:17 2018 +0200 153.3 @@ -12,7 +12,6 @@ 153.4 TAGS="holkfoor openbox" 153.5 153.6 DEPENDS="gtk-clearlooks openbox" 153.7 -BUILD_DEPENDS="wget" 153.8 153.9 # Rules to configure and make the package. 153.10 compile_rules()
154.1 --- a/jnettop/receipt Sat Mar 17 04:50:25 2018 +0200 154.2 +++ b/jnettop/receipt Wed Mar 21 15:58:17 2018 +0200 154.3 @@ -11,7 +11,7 @@ 154.4 WGET_URL="http://jnettop.kubs.info/dist/$TARBALL" 154.5 154.6 DEPENDS="ncurses libpcap libdb" 154.7 -BUILD_DEPENDS="ncurses-dev libpcap-dev pkg-config glib-dev" 154.8 +BUILD_DEPENDS="ncurses-dev libpcap-dev glib-dev" 154.9 154.10 # Rules to configure and make the package. 154.11 compile_rules()
155.1 --- a/john/receipt Sat Mar 17 04:50:25 2018 +0200 155.2 +++ b/john/receipt Wed Mar 21 15:58:17 2018 +0200 155.3 @@ -17,8 +17,8 @@ 155.4 EXTRA_SOURCE_FILES="$PATCH" 155.5 155.6 compile_rules() { 155.7 - [ -s $SOURCES_REPOSITORY/$(basename $PATCH) ] || 155.8 - wget -P $SOURCES_REPOSITORY $PATCH 155.9 + [ -s $SRC/$(basename $PATCH) ] || 155.10 + wget -P $SRC $PATCH 155.11 zcat $SRC/$(basename $PATCH) | patch -p1 155.12 155.13 cd $src/src
156.1 --- a/jsoncpp/receipt Sat Mar 17 04:50:25 2018 +0200 156.2 +++ b/jsoncpp/receipt Wed Mar 21 15:58:17 2018 +0200 156.3 @@ -1,28 +1,29 @@ 156.4 -# SliTaz package receipt. 156.5 +# SliTaz package receipt v2. 156.6 156.7 PACKAGE="jsoncpp" 156.8 VERSION="0.10.2" 156.9 -CATEGORY="misc" 156.10 -SHORT_DESC="A C++ library for interacting with JSON." 156.11 +CATEGORY="development" 156.12 +SHORT_DESC="A C++ library for interacting with JSON" 156.13 MAINTAINER="pascal.bellard@slitaz.org" 156.14 LICENSE="MIT" 156.15 +WEB_SITE="https://github.com/open-source-parsers/jsoncpp" 156.16 + 156.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 156.18 -WEB_SITE="https://github.com/open-source-parsers/jsoncpp" 156.19 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 156.20 156.21 -BUILD_DEPENDS="wget cmake pkg-config" 156.22 +BUILD_DEPENDS="cmake" 156.23 156.24 -# Rules to configure and make the package. 156.25 -compile_rules() 156.26 -{ 156.27 - mkdir build && cd build 156.28 - cmake -DCMAKE_CXX_FLAGS="-ffloat-store" -DCMAKE_INSTALL_PREFIX=/usr .. 156.29 - make 156.30 +compile_rules() { 156.31 + mkdir build 156.32 + cd build 156.33 + cmake \ 156.34 + -DCMAKE_CXX_FLAGS="-ffloat-store" \ 156.35 + -DCMAKE_INSTALL_PREFIX=/usr \ 156.36 + .. && 156.37 + make && 156.38 make DESTDIR=$DESTDIR install 156.39 } 156.40 156.41 -# Rules to gen a SliTaz package suitable for Tazpkg. 156.42 -genpkg_rules() 156.43 -{ 156.44 - cp -a $install/* $fs/ 156.45 +genpkg_rules() { 156.46 + copy @dev 156.47 }
157.1 --- a/kexec-tools/receipt Sat Mar 17 04:50:25 2018 +0200 157.2 +++ b/kexec-tools/receipt Wed Mar 21 15:58:17 2018 +0200 157.3 @@ -11,7 +11,7 @@ 157.4 WGET_URL="${WEB_SITE}$TARBALL" 157.5 157.6 DEPENDS="zlib" 157.7 -BUILD_DEPENDS="wget zlib-dev xz-dev" 157.8 +BUILD_DEPENDS="zlib-dev xz-dev" 157.9 157.10 # Rules to configure and make the package. 157.11 compile_rules()
158.1 --- a/kismet/receipt Sat Mar 17 04:50:25 2018 +0200 158.2 +++ b/kismet/receipt Wed Mar 21 15:58:17 2018 +0200 158.3 @@ -12,7 +12,7 @@ 158.4 TAGS="wireless network monitor" 158.5 158.6 DEPENDS="dbus libnl libpcap ncurses pcre libcap attr" 158.7 -BUILD_DEPENDS="pkg-config libpcap-dev ncurses-dev libnl-dev" 158.8 +BUILD_DEPENDS="libpcap-dev ncurses-dev libnl-dev" 158.9 158.10 # Rules to configure and make the package. 158.11 compile_rules()
159.1 --- a/klavaro/receipt Sat Mar 17 04:50:25 2018 +0200 159.2 +++ b/klavaro/receipt Wed Mar 21 15:58:17 2018 +0200 159.3 @@ -12,7 +12,7 @@ 159.4 TAGS="typing" 159.5 159.6 DEPENDS="gtk+ xorg-libXdamage gtkdatabox libcurl libsexy" 159.7 -BUILD_DEPENDS="$DEPENDS pkg-config gtk+-dev xorg-xproto gtkdatabox-dev \ 159.8 +BUILD_DEPENDS="$DEPENDS gtk+-dev xorg-xproto gtkdatabox-dev \ 159.9 curl-dev libsexy-dev" 159.10 159.11 # Rules to configure and make the package.
160.1 --- a/kmod/receipt Sat Mar 17 04:50:25 2018 +0200 160.2 +++ b/kmod/receipt Wed Mar 21 15:58:17 2018 +0200 160.3 @@ -46,7 +46,7 @@ 160.4 ;; 160.5 *-dev) 160.6 copy @dev 160.7 - DEPENDS="kmod xz-dev pkg-config" 160.8 + DEPENDS="kmod xz-dev" 160.9 ;; 160.10 esac 160.11 }
161.1 --- a/kqoauth/receipt Sat Mar 17 04:50:25 2018 +0200 161.2 +++ b/kqoauth/receipt Wed Mar 21 15:58:17 2018 +0200 161.3 @@ -12,7 +12,7 @@ 161.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 161.5 WGET_URL="https://github.com/kypeli/kQOAuth/tarball/$GITHASH" 161.6 161.7 -BUILD_DEPENDS="qmake Qt4-dev openssl-dev wget" 161.8 +BUILD_DEPENDS="qmake Qt4-dev openssl-dev" 161.9 SPLIT="kqoauth-dev" 161.10 161.11 compile_rules() {
162.1 --- a/krb5/receipt Sat Mar 17 04:50:25 2018 +0200 162.2 +++ b/krb5/receipt Wed Mar 21 15:58:17 2018 +0200 162.3 @@ -105,8 +105,7 @@ 162.4 DEPENDS=" " 162.5 ;; 162.6 krb5) 162.7 - copy @std 162.8 - remove_already_packed 162.9 + copy @std @rm 162.10 DEPENDS="libcomerr3 libkrb5support libkrb5" 162.11 CONFIG_FILES="/etc/krb5.conf" 162.12 ;;
163.1 --- a/kriss_feed/receipt Sat Mar 17 04:50:25 2018 +0200 163.2 +++ b/kriss_feed/receipt Wed Mar 21 15:58:17 2018 +0200 163.3 @@ -11,14 +11,13 @@ 163.4 WGET_URL="$WEB_SITE/raw/c13cfb50ad593884ee6a5b21d9eb80750b71d693/index.php" 163.5 163.6 DEPENDS="php" 163.7 -BUILD_DEPENDS="wget" 163.8 163.9 # Rules to gen a SliTaz package suitable for Tazpkg. 163.10 genpkg_rules() 163.11 { 163.12 mkdir -p $fs/var/www/$PACKAGE 163.13 cd $fs/var/www/$PACKAGE 163.14 - cp "$SOURCES_REPOSITORY/$TARBALL" $fs/var/www/$PACKAGE/index.php 163.15 + cp "$SRC/$TARBALL" $fs/var/www/$PACKAGE/index.php 163.16 } 163.17 163.18 post_install()
164.1 --- a/larch/receipt Sat Mar 17 04:50:25 2018 +0200 164.2 +++ b/larch/receipt Wed Mar 21 15:58:17 2018 +0200 164.3 @@ -11,7 +11,7 @@ 164.4 WGET_URL="${WEB_SITE}archive/release-$VERSION.tar.gz" 164.5 164.6 DEPENDS="ruby" 164.7 -BUILD_DEPENDS="ruby-dev wget" 164.8 +BUILD_DEPENDS="ruby-dev" 164.9 164.10 # Rules to configure and make the package. 164.11 compile_rules()
165.1 --- a/lessfs/receipt Sat Mar 17 04:50:25 2018 +0200 165.2 +++ b/lessfs/receipt Wed Mar 21 15:58:17 2018 +0200 165.3 @@ -13,7 +13,7 @@ 165.4 CONFIG_FILES="/etc/lessfs.cfg" 165.5 165.6 DEPENDS="fuse db mhash tokyocabinet" 165.7 -BUILD_DEPENDS="fuse-dev db-dev mhash-dev tokyocabinet-dev pkg-config" 165.8 +BUILD_DEPENDS="fuse-dev db-dev mhash-dev tokyocabinet-dev" 165.9 165.10 # Rules to configure and make the package. 165.11 compile_rules()
166.1 --- a/lgi/receipt Sat Mar 17 04:50:25 2018 +0200 166.2 +++ b/lgi/receipt Wed Mar 21 15:58:17 2018 +0200 166.3 @@ -11,7 +11,7 @@ 166.4 WGET_URL="https://github.com/pavouk/lgi/archive/$VERSION.tar.gz" 166.5 166.6 DEPENDS="glib gobject-introspection lua" 166.7 -BUILD_DEPENDS="gobject-introspection-dev lua-dev wget" 166.8 +BUILD_DEPENDS="gobject-introspection-dev lua-dev" 166.9 # add "cairo-dev gtk+-dev" for `make check` 166.10 166.11 # Rules to configure and make the package.
167.1 --- a/libQtMimeTypes/receipt Sat Mar 17 04:50:25 2018 +0200 167.2 +++ b/libQtMimeTypes/receipt Wed Mar 21 15:58:17 2018 +0200 167.3 @@ -11,7 +11,7 @@ 167.4 TARBALL="$PACKAGE-$BRANCH.tar.gz" 167.5 WGET_URL="$WEB_SITE/archive/$BRANCH.tar.gz" 167.6 167.7 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake" 167.8 +BUILD_DEPENDS="Qt4-dev qmake" 167.9 SPLIT="libQtMimeTypes-dev" 167.10 167.11 # Rules to configure and make the package.
168.1 --- a/liba53/receipt Sat Mar 17 04:50:25 2018 +0200 168.2 +++ b/liba53/receipt Wed Mar 21 15:58:17 2018 +0200 168.3 @@ -11,9 +11,6 @@ 168.4 TARBALL="openbts-$OBVERSION.zip" 168.5 WGET_URL="https://github.com/RangeNetworks/dev/releases/download/v$OBVERSION/v$OBVERSION-source.zip" 168.6 168.7 -DEPENDS="" 168.8 -BUILD_DEPENDS="wget pkg-config" 168.9 - 168.10 # Rules to configure and make the package. 168.11 compile_rules() 168.12 {
169.1 --- a/libav/receipt Sat Mar 17 04:50:25 2018 +0200 169.2 +++ b/libav/receipt Wed Mar 21 15:58:17 2018 +0200 169.3 @@ -53,7 +53,6 @@ 169.4 cp -a $install/usr/share $fs/usr 169.5 ;; 169.6 libav-dev) 169.7 - DEPENDS="libav pkg-config" 169.8 mkdir -p $fs/usr/lib 169.9 cp -a $install/usr/include $fs/usr 169.10 cp -a $install/usr/lib/*.a $fs/usr/lib
170.1 --- a/libbonobo/receipt Sat Mar 17 04:50:25 2018 +0200 170.2 +++ b/libbonobo/receipt Wed Mar 21 15:58:17 2018 +0200 170.3 @@ -12,7 +12,7 @@ 170.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 170.5 170.6 BUILD_DEPENDS="glib-dev libglade-dev orbit2-dev libxml2-dev popt-dev bison \ 170.7 -flex intltool pkg-config" 170.8 +flex intltool" 170.9 SPLIT="libbonobo-dev" 170.10 170.11 compile_rules() {
171.1 --- a/libcanberra/receipt Sat Mar 17 04:50:25 2018 +0200 171.2 +++ b/libcanberra/receipt Wed Mar 21 15:58:17 2018 +0200 171.3 @@ -64,8 +64,7 @@ 171.4 zlib" 171.5 ;; 171.6 libcanberra) 171.7 - copy @std 171.8 - remove_already_packed 171.9 + copy @std @rm 171.10 DEPENDS="alsa-lib libltdl libogg libvorbis" 171.11 ;; 171.12 *-dev)
172.1 --- a/libevent/receipt Sat Mar 17 04:50:25 2018 +0200 172.2 +++ b/libevent/receipt Wed Mar 21 15:58:17 2018 +0200 172.3 @@ -32,8 +32,7 @@ 172.4 DEPENDS="openssl" 172.5 ;; 172.6 *-dev) 172.7 - copy @std @dev 172.8 - remove_already_packed 172.9 + copy @std @dev @rm 172.10 DEPENDS="openssl-dev" 172.11 ;; 172.12 esac
173.1 --- a/libffcall/receipt Sat Mar 17 04:50:25 2018 +0200 173.2 +++ b/libffcall/receipt Wed Mar 21 15:58:17 2018 +0200 173.3 @@ -17,7 +17,7 @@ 173.4 # Rules to configure and make the package. 173.5 compile_rules() 173.6 { 173.7 - #TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz 173.8 + #TARBALL=$SRC/$PACKAGE-$VERSION.tar.gz 173.9 #if [ -f $TARBALL ]; then 173.10 #tar xzf $TARBALL 173.11 #else
174.1 --- a/libgdiplus/receipt Sat Mar 17 04:50:25 2018 +0200 174.2 +++ b/libgdiplus/receipt Wed Mar 21 15:58:17 2018 +0200 174.3 @@ -10,7 +10,7 @@ 174.4 WEB_SITE="http://www.mono-project.com/Libgdiplus" 174.5 WGET_URL="https://github.com/mono/libgdiplus/archive/$VERSION.tar.gz" 174.6 174.7 -BUILD_DEPENDS="m4 bison pkg-config glib-dev xorg-dev libxml2-dev \ 174.8 +BUILD_DEPENDS="m4 bison glib-dev xorg-dev libxml2-dev \ 174.9 cairo-dev expat-dev freetype-dev fontconfig-dev giflib giflib-dev jpeg-dev \ 174.10 libpng16-dev tiff-dev xorg-pixman-dev libexif-dev libexif zlib-dev \ 174.11 util-linux-uuid-dev automake autoconf libtool" 174.12 @@ -47,8 +47,6 @@ 174.13 cp -a $install/usr/lib/*.so* $fs/usr/lib 174.14 ;; 174.15 libgdiplus-dev) 174.16 - CAT="development|libgdiplus development files." 174.17 - DEPENDS="libgdiplus pkg-config" 174.18 mkdir -p $fs/usr/lib 174.19 cp -a $install/usr/lib/*.*a $fs/usr/lib 174.20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
175.1 --- a/libgnomeprint/receipt Sat Mar 17 04:50:25 2018 +0200 175.2 +++ b/libgnomeprint/receipt Wed Mar 21 15:58:17 2018 +0200 175.3 @@ -10,8 +10,7 @@ 175.4 WEB_SITE="http://www.gnome.org/" 175.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 175.6 175.7 -BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev \ 175.8 -libxml2-dev" 175.9 +BUILD_DEPENDS="glib-dev pango-dev intltool flex libart_lgpl-dev libxml2-dev" 175.10 SPLIT="libgnomeprint-dev" 175.11 175.12 compile_rules() {
176.1 --- a/libgnomeprintui/receipt Sat Mar 17 04:50:25 2018 +0200 176.2 +++ b/libgnomeprintui/receipt Wed Mar 21 15:58:17 2018 +0200 176.3 @@ -11,7 +11,7 @@ 176.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 176.5 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 176.6 176.7 -BUILD_DEPENDS="pkg-config gnome-icon-theme flex libgnomeprint-dev \ 176.8 +BUILD_DEPENDS="gnome-icon-theme flex libgnomeprint-dev \ 176.9 xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev \ 176.10 xorg-libXcomposite-dev xorg-libXdamage-dev \ 176.11 libgnomecanvas-dev libart_lgpl-dev intltool"
177.1 --- a/libgtkhtml/receipt Sat Mar 17 04:50:25 2018 +0200 177.2 +++ b/libgtkhtml/receipt Wed Mar 21 15:58:17 2018 +0200 177.3 @@ -11,7 +11,7 @@ 177.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 177.5 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 177.6 177.7 -BUILD_DEPENDS="pkg-config libxml2-dev gtk+-dev xorg-libXdamage-dev expat-dev" 177.8 +BUILD_DEPENDS="libxml2-dev gtk+-dev xorg-libXdamage-dev expat-dev" 177.9 SPLIT="libgtkhtml-dev" 177.10 177.11 compile_rules() {
178.1 --- a/libgtkimageview/receipt Sat Mar 17 04:50:25 2018 +0200 178.2 +++ b/libgtkimageview/receipt Wed Mar 21 15:58:17 2018 +0200 178.3 @@ -38,8 +38,6 @@ 178.4 rm -r libgtkimageview.a libgtkimageview.la pkgconfig/ 178.5 ;; 178.6 libgtkimageview-dev) 178.7 - CAT="development|Simple image viewer widget for GTK devel files." 178.8 - DEPENDS="pkg-config" 178.9 mkdir -p $fs/usr 178.10 cp -a $install/usr/include $fs/usr 178.11 cp -a $install/usr/lib $fs/usr
179.1 --- a/libidl/receipt Sat Mar 17 04:50:25 2018 +0200 179.2 +++ b/libidl/receipt Wed Mar 21 15:58:17 2018 +0200 179.3 @@ -12,7 +12,7 @@ 179.4 TARBALL="libIDL-$VERSION.tar.bz2" 179.5 WGET_URL="$GNOME_MIRROR/libIDL/${VERSION%.*}/$TARBALL" 179.6 179.7 -BUILD_DEPENDS="bison flex glib-dev pkg-config" 179.8 +BUILD_DEPENDS="bison flex glib-dev" 179.9 SPLIT="libidl-dev" 179.10 179.11 # Rules to configure and make the package.
180.1 --- a/libimobiledevice/receipt Sat Mar 17 04:50:25 2018 +0200 180.2 +++ b/libimobiledevice/receipt Wed Mar 21 15:58:17 2018 +0200 180.3 @@ -36,7 +36,6 @@ 180.4 cp -a $install/usr/lib/python* $fs/usr/lib 180.5 ;; 180.6 libimobiledevice-dev) 180.7 - DEPENDS="libimobiledevice pkg-config" 180.8 mkdir -p $fs/usr/lib 180.9 cp -a $install/usr/include $fs/usr 180.10 cp -a $install/usr/lib/*.*a $fs/usr/lib
181.1 --- a/libjreen/receipt Sat Mar 17 04:50:25 2018 +0200 181.2 +++ b/libjreen/receipt Wed Mar 21 15:58:17 2018 +0200 181.3 @@ -6,39 +6,32 @@ 181.4 SHORT_DESC="Qt jabber library, written in C++" 181.5 MAINTAINER="devl547@gmail.com" 181.6 LICENSE="GPL2" 181.7 +WEB_SITE="http://qutim.org/jreen" 181.8 + 181.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 181.10 -WEB_SITE="http://qutim.org/jreen" 181.11 WGET_URL="http://qutim.org/dwnl/44/$TARBALL" 181.12 181.13 BUILD_DEPENDS="Qt4-dev qca-dev libidn-dev cmake qmake zlib-dev" 181.14 SPLIT="libjreen libjreen-dev" 181.15 181.16 -# Rules to configure and make the package. 181.17 -compile_rules() 181.18 -{ 181.19 +compile_rules() { 181.20 sed -i -e 's/ moc_options /&moc_target /' \ 181.21 -e 's/\(QT4_CREATE_MOC_COMMAND.*\))/\1 "${moc_target}")/' \ 181.22 cmake/jreenMacros.cmake 181.23 - mkdir build && cd build 181.24 + mkdir build 181.25 + cd build 181.26 cmake .. -DCMAKE_INSTALL_PREFIX=/usr && 181.27 make DESTDIR=$DESTDIR install 181.28 } 181.29 181.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 181.31 -genpkg_rules() 181.32 -{ 181.33 +genpkg_rules() { 181.34 case $PACKAGE in 181.35 - libjreen) 181.36 - DEPENDS="libQtNetwork libQtCore qca libidn" 181.37 - mkdir -p $fs/usr/ 181.38 - cp -a $install/usr/lib $fs/usr 181.39 - ;; 181.40 - libjreen-dev) 181.41 - CAT="development|Qt jabber library, written in C++" 181.42 - DEPENDS="libjreen pkg-config" 181.43 - mkdir -p $fs/usr/share $fs/usr/lib 181.44 - cp -a $install/usr/include $fs/usr 181.45 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 181.46 - ;; 181.47 + libjreen) 181.48 + copy @std 181.49 + DEPENDS="libQtNetwork libQtCore qca libidn" 181.50 + ;; 181.51 + *-dev) 181.52 + copy @dev 181.53 + ;; 181.54 esac 181.55 }
182.1 --- a/libkeybinder/receipt Sat Mar 17 04:50:25 2018 +0200 182.2 +++ b/libkeybinder/receipt Wed Mar 21 15:58:17 2018 +0200 182.3 @@ -36,8 +36,7 @@ 182.4 xorg-pixman zlib" 182.5 ;; 182.6 libkeybinder-python) 182.7 - copy @std 182.8 - remove_already_packed 182.9 + copy @std @rm 182.10 CAT="x-window|python bindings" 182.11 DEPENDS="libkeybinder python" 182.12 ;;
183.1 --- a/liblrdf/receipt Sat Mar 17 04:50:25 2018 +0200 183.2 +++ b/liblrdf/receipt Wed Mar 21 15:58:17 2018 +0200 183.3 @@ -36,7 +36,7 @@ 183.4 cp -a $install/usr/lib/*.*a $fs/usr/lib 183.5 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 183.6 cp -a $install/usr/include $fs/usr 183.7 - DEPENDS="liblrdf raptor-dev pkg-config" 183.8 + DEPENDS="liblrdf raptor-dev" 183.9 ;; 183.10 esac 183.11 }
184.1 --- a/libmatchbox/receipt Sat Mar 17 04:50:25 2018 +0200 184.2 +++ b/libmatchbox/receipt Wed Mar 21 15:58:17 2018 +0200 184.3 @@ -3,19 +3,18 @@ 184.4 PACKAGE="libmatchbox" 184.5 VERSION="1.12" 184.6 CATEGORY="x-window" 184.7 -SHORT_DESC="Matchbox shared library." 184.8 +SHORT_DESC="Matchbox shared library" 184.9 MAINTAINER="pankso@slitaz.org" 184.10 LICENSE="LGPL2.1" 184.11 +WEB_SITE="http://matchbox-project.org/" 184.12 + 184.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 184.14 -WEB_SITE="http://matchbox-project.org/" 184.15 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/snapshot/$TARBALL" 184.16 184.17 BUILD_DEPENDS="pango-dev jpeg-dev libxml2-dev automake autoconf libtool" 184.18 SPLIT="libmatchbox-dev" 184.19 184.20 -# Rules to configure and make the package. 184.21 -compile_rules() 184.22 -{ 184.23 +compile_rules() { 184.24 ./autogen.sh 184.25 ./configure \ 184.26 --enable-pango \ 184.27 @@ -24,22 +23,14 @@ 184.28 make && make install 184.29 } 184.30 184.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 184.32 -genpkg_rules() 184.33 -{ 184.34 +genpkg_rules() { 184.35 case $PACKAGE in 184.36 - libmatchbox) 184.37 - DEPENDS="pango" 184.38 - mkdir -p $fs/usr/lib 184.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 184.40 - ;; 184.41 - libmatchbox-dev) 184.42 - CAT="development|Matchbox library devel files." 184.43 - DEPENDS="pkg-config" 184.44 - mkdir -p $fs/usr/lib 184.45 - cp -a $install/usr/lib/*.*a $fs/usr/lib 184.46 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 184.47 - cp -a $install/usr/include $fs/usr 184.48 - ;; 184.49 + libmatchbox) 184.50 + copy @std 184.51 + DEPENDS="pango" 184.52 + ;; 184.53 + *-dev) 184.54 + copy @dev 184.55 + ;; 184.56 esac 184.57 }
185.1 --- a/libmowgli/receipt Sat Mar 17 04:50:25 2018 +0200 185.2 +++ b/libmowgli/receipt Wed Mar 21 15:58:17 2018 +0200 185.3 @@ -11,7 +11,6 @@ 185.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 185.5 WGET_URL="https://github.com/atheme/libmowgli-2/archive/$TARBALL" 185.6 185.7 -BUILD_DEPENDS="wget" 185.8 SPLIT="libmowgli-dev" 185.9 185.10 compile_rules() {
186.1 --- a/libnfc/receipt Sat Mar 17 04:50:25 2018 +0200 186.2 +++ b/libnfc/receipt Wed Mar 21 15:58:17 2018 +0200 186.3 @@ -10,7 +10,7 @@ 186.4 WEB_SITE="http://nfc-tools.org/index.php?title=Libnfc" 186.5 WGET_URL="http://libnfc.googlecode.com/files/$TARBALL" 186.6 186.7 -BUILD_DEPENDS="pkg-config libusb-dev libusb-compat-dev pcsc-lite-dev udev-dev" 186.8 +BUILD_DEPENDS="libusb-dev libusb-compat-dev pcsc-lite-dev udev-dev" 186.9 SPLIT="libnfc-dev" 186.10 186.11 # Rules to configure and make the package. 186.12 @@ -35,7 +35,7 @@ 186.13 ;; 186.14 libnfc-dev) 186.15 CAT="development|Near Field Communication (NFC) library, development files." 186.16 - DEPENDS="libnfc pcsc-lite-dev libusb-dev libusb-compat-dev pkg-config" 186.17 + DEPENDS="libnfc pcsc-lite-dev libusb-dev libusb-compat-dev" 186.18 mkdir -p $fs/usr/lib 186.19 cp -a $install/usr/include $fs/usr 186.20 cp -a $install/usr/lib/*a $fs/usr/lib
187.1 --- a/libnids/receipt Sat Mar 17 04:50:25 2018 +0200 187.2 +++ b/libnids/receipt Wed Mar 21 15:58:17 2018 +0200 187.3 @@ -12,7 +12,7 @@ 187.4 #https://sourceforge.net/projects/libnids/files/libnids/1.24/libnids-1.24.tar.gz 187.5 187.6 DEPENDS="" 187.7 -BUILD_DEPENDS="pkg-config libpcap-dev glib-dev libnet-dev" 187.8 +BUILD_DEPENDS="libpcap-dev glib-dev libnet-dev" 187.9 187.10 # Rules to configure and make the package. 187.11 compile_rules()
188.1 --- a/libnjb/receipt Sat Mar 17 04:50:25 2018 +0200 188.2 +++ b/libnjb/receipt Wed Mar 21 15:58:17 2018 +0200 188.3 @@ -26,7 +26,7 @@ 188.4 ;; 188.5 *-dev) 188.6 copy @dev 188.7 - DEPENDS="libnjb libusb zlib pkg-config" 188.8 + DEPENDS="libnjb libusb zlib" 188.9 ;; 188.10 esac 188.11 }
189.1 --- a/libplist/receipt Sat Mar 17 04:50:25 2018 +0200 189.2 +++ b/libplist/receipt Wed Mar 21 15:58:17 2018 +0200 189.3 @@ -33,7 +33,6 @@ 189.4 cp -a $install/usr/bin $fs/usr 189.5 ;; 189.6 libplist-dev) 189.7 - DEPENDS="libplist pkg-config" 189.8 mkdir -p $fs/usr/lib 189.9 cp -ar $install/usr/include $fs/usr 189.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
190.1 --- a/libpng12/receipt Sat Mar 17 04:50:25 2018 +0200 190.2 +++ b/libpng12/receipt Wed Mar 21 15:58:17 2018 +0200 190.3 @@ -38,8 +38,8 @@ 190.4 DEPENDS="zlib" 190.5 ;; 190.6 libpng12-dev) 190.7 - DEPENDS="zlib-dev pkg-config" 190.8 copy @dev 190.9 + DEPENDS="zlib-dev" 190.10 ;; 190.11 esac 190.12 }
191.1 --- a/libpng16/receipt Sat Mar 17 04:50:25 2018 +0200 191.2 +++ b/libpng16/receipt Wed Mar 21 15:58:17 2018 +0200 191.3 @@ -17,11 +17,9 @@ 191.4 191.5 compile_rules() { 191.6 LIBS=-lpthread \ 191.7 - ./configure $CONFIGURE_ARGS && make && make install && 191.8 + ./configure $CONFIGURE_ARGS && make && make install || return 1 191.9 191.10 - docdir=$install/usr/share/doc/libpng-$VERSION && 191.11 - mkdir -p $docdir && 191.12 - cp -v README libpng-manual.txt $docdir 191.13 + cook_pick_docs README libpng-manual.txt 191.14 191.15 # Misc png tools 191.16 cd contrib/pngminus 191.17 @@ -37,7 +35,7 @@ 191.18 ;; 191.19 libpng16-dev) 191.20 copy @dev 191.21 - DEPENDS="zlib-dev pkg-config" 191.22 + DEPENDS="zlib-dev" 191.23 ;; 191.24 esac 191.25 }
192.1 --- a/libproxy/receipt Sat Mar 17 04:50:25 2018 +0200 192.2 +++ b/libproxy/receipt Wed Mar 21 15:58:17 2018 +0200 192.3 @@ -11,8 +11,7 @@ 192.4 WEB_SITE="https://libproxy.github.io/libproxy/" 192.5 WGET_URL="https://github.com/libproxy/libproxy/archive/$VERSION.tar.gz" 192.6 192.7 -BUILD_DEPENDS="glibc-base cmake libwebkit-dev python python-dev perl \ 192.8 -gtk+-dev pkg-config" 192.9 +BUILD_DEPENDS="glibc-base cmake libwebkit-dev python python-dev perl gtk+-dev" 192.10 SPLIT="libproxy libproxy-dev" 192.11 192.12 # Rules to configure and make the package. 192.13 @@ -38,7 +37,6 @@ 192.14 #cp -a $install/usr/lib/python* $fs/usr/lib 192.15 ;; 192.16 libproxy-dev) 192.17 - DEPENDS="pkg-config" 192.18 mkdir -p $fs/usr/lib 192.19 cp -a $install/usr/include $fs/usr 192.20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
193.1 --- a/libsexy/receipt Sat Mar 17 04:50:25 2018 +0200 193.2 +++ b/libsexy/receipt Wed Mar 21 15:58:17 2018 +0200 193.3 @@ -11,7 +11,7 @@ 193.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 193.5 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" 193.6 193.7 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto libxml2-dev" 193.8 +BUILD_DEPENDS="gtk+-dev xorg-xproto libxml2-dev" 193.9 SPLIT="libsexy-dev" 193.10 193.11 compile_rules() {
194.1 --- a/libt4k_common/receipt Sat Mar 17 04:50:25 2018 +0200 194.2 +++ b/libt4k_common/receipt Wed Mar 21 15:58:17 2018 +0200 194.3 @@ -12,7 +12,7 @@ 194.4 WGET_URL="https://alioth.debian.org/frs/download.php/3540/$TARBALL" 194.5 194.6 BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \ 194.7 -libsdl-net-dev librsvg-dev libsdl-pango-dev wget libxml2-dev" 194.8 +libsdl-net-dev librsvg-dev libsdl-pango-dev libxml2-dev" 194.9 SPLIT="libt4k_common-dev" 194.10 194.11 # Rules to configure and make the package. 194.12 @@ -35,7 +35,6 @@ 194.13 cp -ar $install/usr/share/* $fs/usr/share 194.14 ;; 194.15 libt4k_common-dev) 194.16 - DEPENDS="libt4k_common pkg-config" 194.17 mkdir -p $fs/usr/include \ 194.18 $fs/usr/lib/pkgconfig 194.19 cp -a $install/usr/include/* $fs/usr/include
195.1 --- a/libtdb/receipt Sat Mar 17 04:50:25 2018 +0200 195.2 +++ b/libtdb/receipt Wed Mar 21 15:58:17 2018 +0200 195.3 @@ -36,8 +36,7 @@ 195.4 DEPENDS="libtdb python" 195.5 ;; 195.6 libtdb) 195.7 - copy @std 195.8 - remove_already_packed 195.9 + copy @std @rm 195.10 DEPENDS="attr" 195.11 ;; 195.12 *-dev)
196.1 --- a/liburcu/receipt Sat Mar 17 04:50:25 2018 +0200 196.2 +++ b/liburcu/receipt Wed Mar 21 15:58:17 2018 +0200 196.3 @@ -31,7 +31,6 @@ 196.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 196.5 ;; 196.6 liburcu-dev) 196.7 - DEPENDS="liburcu pkg-config" 196.8 cp -a $install/usr/lib/*a $fs/usr/lib 196.9 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 196.10 cp -a $install/usr/include $fs/usr
197.1 --- a/libvips/receipt Sat Mar 17 04:50:25 2018 +0200 197.2 +++ b/libvips/receipt Wed Mar 21 15:58:17 2018 +0200 197.3 @@ -11,7 +11,7 @@ 197.4 WGET_URL="$WEB_SITE/supported/${VERSION%.*}/$TARBALL" 197.5 TAGS="image" 197.6 197.7 -BUILD_DEPENDS="wget cacerts pkg-config gtk-doc libtool swig \ 197.8 +BUILD_DEPENDS="gtk-doc libtool swig \ 197.9 gobject-introspection-dev fftw-dev lcms-dev libpng16-dev jpeg-dev \ 197.10 imagemagick-dev tiff-dev zlib-dev libexif-dev gettext" 197.11 SPLIT="libvips-dev"
198.1 --- a/libwebkit-video/receipt Sat Mar 17 04:50:25 2018 +0200 198.2 +++ b/libwebkit-video/receipt Wed Mar 21 15:58:17 2018 +0200 198.3 @@ -67,7 +67,7 @@ 198.4 libwebkit-video-dev) 198.5 CAT="development|devel files for libwebkit" 198.6 DEPENDS="libwebkit-video libsoup-dev enchant-dev libtasn1-dev \ 198.7 - sqlite3-dev pkg-config" 198.8 + sqlite3-dev" 198.9 mkdir -p $fs/usr/lib $fs/usr/share 198.10 cp -a $install/usr/lib/*.*a $fs/usr/lib 198.11 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
199.1 --- a/libxfcegui4/receipt Sat Mar 17 04:50:25 2018 +0200 199.2 +++ b/libxfcegui4/receipt Wed Mar 21 15:58:17 2018 +0200 199.3 @@ -49,7 +49,7 @@ 199.4 cp -a $install/usr/include $fs/usr 199.5 cp -a $install/usr/lib/*.*a $fs/usr/lib 199.6 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 199.7 - DEPENDS="gtk+ libxfcegui4 libxfce4util-dev pkg-config" 199.8 + DEPENDS="gtk+ libxfcegui4 libxfce4util-dev" 199.9 ;; 199.10 esac 199.11 }
200.1 --- a/libxkbcommon/receipt Sat Mar 17 04:50:25 2018 +0200 200.2 +++ b/libxkbcommon/receipt Wed Mar 21 15:58:17 2018 +0200 200.3 @@ -39,8 +39,7 @@ 200.4 xorg-xkeyboard-config xorg-libX11" 200.5 ;; 200.6 libxkbcommon) 200.7 - copy @std 200.8 - remove_already_packed 200.9 + copy @std @rm 200.10 DEPENDS=" " 200.11 ;; 200.12 *-dev)
201.1 --- a/licenses/receipt Sat Mar 17 04:50:25 2018 +0200 201.2 +++ b/licenses/receipt Wed Mar 21 15:58:17 2018 +0200 201.3 @@ -15,7 +15,7 @@ 201.4 201.5 src_wget() 201.6 { 201.7 - local file="$SOURCES_REPOSITORY/$(basename $2)" 201.8 + local file="$SRC/$(basename $2)" 201.9 [ -s "$file" ] || wget -O "$file" "$1" 201.10 cp "$file" "$2" 201.11 }
202.1 --- a/lightdm-qt/receipt Sat Mar 17 04:50:25 2018 +0200 202.2 +++ b/lightdm-qt/receipt Wed Mar 21 15:58:17 2018 +0200 202.3 @@ -64,7 +64,7 @@ 202.4 cp -a $install/usr/share/gir* $fs/usr/share 202.5 cp -a $install/usr/share/vala $fs/usr/share 202.6 DEPENDS="Qt4-dev lightdm-dev lightdm-qt xorg-libXi-dev \ 202.7 - xorg-libxkbfile-dev pkg-config" 202.8 + xorg-libxkbfile-dev" 202.9 ;; 202.10 esac 202.11 }
203.1 --- a/lincity-ng/receipt Sat Mar 17 04:50:25 2018 +0200 203.2 +++ b/lincity-ng/receipt Wed Mar 21 15:58:17 2018 +0200 203.3 @@ -13,8 +13,7 @@ 203.4 DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf \ 203.5 xorg-libxcb" 203.6 BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \ 203.7 -libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam pkg-config physfs-dev \ 203.8 -glu-dev" 203.9 +libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam physfs-dev glu-dev" 203.10 203.11 # Rules to configure and make the package. 203.12 compile_rules()
204.1 --- a/lirc/receipt Sat Mar 17 04:50:25 2018 +0200 204.2 +++ b/lirc/receipt Wed Mar 21 15:58:17 2018 +0200 204.3 @@ -51,8 +51,6 @@ 204.4 cp -a $install/var $fs 204.5 ;; 204.6 lirc-dev) 204.7 - CAT="development|lirc devel files." 204.8 - DEPENDS="pkg-config lirc" 204.9 mkdir -p $fs/usr/lib 204.10 cp -a $install/usr/lib/*.*a $fs/usr/lib 204.11 cp -a $install/usr/include $fs/usr
205.1 --- a/lmms/receipt Sat Mar 17 04:50:25 2018 +0200 205.2 +++ b/lmms/receipt Wed Mar 21 15:58:17 2018 +0200 205.3 @@ -14,8 +14,7 @@ 205.4 xorg-libXinerama libsamplerate libQtGui libQtXml" 205.5 BUILD_DEPENDS="libsdl-dev glib-dev fftw-dev fluidsynth-dev libpng16-dev \ 205.6 libogg-dev libvorbis-dev alsa-lib-dev xorg-libXft-dev xorg-libXinerama-dev \ 205.7 -libsndfile-dev libsamplerate-dev Qt4-dev qt4-phonon qmake cmake pkg-config \ 205.8 -freetype-dev" 205.9 +libsndfile-dev libsamplerate-dev Qt4-dev qt4-phonon qmake cmake freetype-dev" 205.10 205.11 # Rules to configure and make the package. 205.12 compile_rules()
206.1 --- a/logrotate/receipt Sat Mar 17 04:50:25 2018 +0200 206.2 +++ b/logrotate/receipt Wed Mar 21 15:58:17 2018 +0200 206.3 @@ -12,7 +12,7 @@ 206.4 CONFIG_FILE="/etc/logrotate.conf" 206.5 206.6 DEPENDS="popt" 206.7 -BUILD_DEPENDS="popt-dev wget" 206.8 +BUILD_DEPENDS="popt-dev" 206.9 206.10 # Rules to configure and make the package. 206.11 compile_rules()
207.1 --- a/loqui/receipt Sat Mar 17 04:50:25 2018 +0200 207.2 +++ b/loqui/receipt Wed Mar 21 15:58:17 2018 +0200 207.3 @@ -11,7 +11,7 @@ 207.4 WEB_SITE="https://launchpad.net/loqui" 207.5 207.6 DEPENDS="gtk+" 207.7 -BUILD_DEPENDS="gtk+-dev wget" 207.8 +BUILD_DEPENDS="gtk+-dev" 207.9 207.10 # Rules to configure and make the package. 207.11 compile_rules()
208.1 --- a/luksus/receipt Sat Mar 17 04:50:25 2018 +0200 208.2 +++ b/luksus/receipt Wed Mar 21 15:58:17 2018 +0200 208.3 @@ -11,7 +11,6 @@ 208.4 WGET_URL="https://github.com/thomasfrivold/luksus/archive/v$VERSION.tar.gz" 208.5 208.6 DEPENDS="bash dialog cryptsetup tcplay gnupg openssl" 208.7 -BUILD_DEPENDS="wget" 208.8 208.9 # Rules to gen a SliTaz package suitable for Tazpkg. 208.10 genpkg_rules()
209.1 --- a/lvmts/receipt Sat Mar 17 04:50:25 2018 +0200 209.2 +++ b/lvmts/receipt Wed Mar 21 15:58:17 2018 +0200 209.3 @@ -12,7 +12,7 @@ 209.4 WGET_URL="https://nodeload.github.com/tomato42/lvmts/tarball/$GITHASH" 209.5 209.6 DEPENDS="lvm2 blktrace libconfuse" 209.7 -BUILD_DEPENDS="wget lvm2-dev libconfuse" 209.8 +BUILD_DEPENDS="lvm2-dev libconfuse" 209.9 209.10 # Rules to configure and make the package. 209.11 compile_rules()
210.1 --- a/lxc/receipt Sat Mar 17 04:50:25 2018 +0200 210.2 +++ b/lxc/receipt Wed Mar 21 15:58:17 2018 +0200 210.3 @@ -45,7 +45,6 @@ 210.4 chmod +x $fs/usr/bin/lxc-* 210.5 ;; 210.6 lxc-dev) 210.7 - DEPENDS="lxc pkg-config" 210.8 mkdir -p $fs/usr/lib 210.9 cp -a $install/usr/include $fs/usr 210.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
211.1 --- a/lxpanel/receipt Sat Mar 17 04:50:25 2018 +0200 211.2 +++ b/lxpanel/receipt Wed Mar 21 15:58:17 2018 +0200 211.3 @@ -54,8 +54,7 @@ 211.4 DEPENDS="lxpanel" 211.5 ;; 211.6 lxpanel) 211.7 - copy @std 211.8 - remove_already_packed 211.9 + copy @std @rm 211.10 DEPENDS="alsa-lib atk bzlib cairo fontconfig freetype gdk-pixbuf \ 211.11 glib gtk+ libexif libffi libfm libfm-gtk libharfbuzz libkeybinder \ 211.12 liblzma libpng16 libwnck2 libxml2 menu-cache pango pcre \
212.1 --- a/lxqt-appswitcher/receipt Sat Mar 17 04:50:25 2018 +0200 212.2 +++ b/lxqt-appswitcher/receipt Wed Mar 21 15:58:17 2018 +0200 212.3 @@ -12,7 +12,7 @@ 212.4 TAGS="LXQt" 212.5 212.6 DEPENDS="libQtCore libQtDBus libQtGui libQtXml liblxqt lxqt-globalkeys" 212.7 -BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \ 212.8 +BUILD_DEPENDS="cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \ 212.9 lxqt-globalkeys-dev libqtxdg-dev " 212.10 212.11 # Rules to configure and make the package.
213.1 --- a/lynis/receipt Sat Mar 17 04:50:25 2018 +0200 213.2 +++ b/lynis/receipt Wed Mar 21 15:58:17 2018 +0200 213.3 @@ -10,8 +10,6 @@ 213.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 213.5 WGET_URL="https://cisofy.com/files/$TARBALL" 213.6 213.7 -DEPENDS="" 213.8 -BUILD_DEPENDS="" 213.9 SUGGESTED="wget procps perl findutils rpm4" 213.10 213.11 # Rules to gen a SliTaz package suitable for Tazpkg.
214.1 --- a/madeirado-theme/receipt Sat Mar 17 04:50:25 2018 +0200 214.2 +++ b/madeirado-theme/receipt Wed Mar 21 15:58:17 2018 +0200 214.3 @@ -13,7 +13,7 @@ 214.4 #HOST_ARCH="any" # imagemagick missing in arm 214.5 214.6 DEPENDS="gtk-clearlooks openbox slim" 214.7 -BUILD_DEPENDS="wget imagemagick" 214.8 +BUILD_DEPENDS="imagemagick" 214.9 214.10 # Rules to configure and make the package. 214.11 compile_rules()
215.1 --- a/mailsync/receipt Sat Mar 17 04:50:25 2018 +0200 215.2 +++ b/mailsync/receipt Wed Mar 21 15:58:17 2018 +0200 215.3 @@ -19,9 +19,9 @@ 215.4 # Rules to configure and make the package. 215.5 compile_rules() 215.6 { 215.7 - [ -s $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES ] || 215.8 - wget -P $SOURCES_REPOSITORY $WGET_URL2 215.9 - tar xzf $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES 215.10 + [ -s $SRC/$EXTRA_SOURCE_FILES ] || 215.11 + wget -P $SRC $WGET_URL2 215.12 + tar xzf $SRC/$EXTRA_SOURCE_FILES 215.13 cd $src/${EXTRA_SOURCE_FILES%%.*} 215.14 sed -i 's|SSLCFLAGS)|SSLCFLAGS) -I/usr/include/openssl|' \ 215.15 src/osdep/unix/Makefile
216.1 --- a/masqmail/receipt Sat Mar 17 04:50:25 2018 +0200 216.2 +++ b/masqmail/receipt Wed Mar 21 15:58:17 2018 +0200 216.3 @@ -11,7 +11,7 @@ 216.4 WGET_URL="$WEB_SITE/files/$TARBALL" 216.5 TAGS="mail" 216.6 216.7 -BUILD_DEPENDS="pkg-config glib glib-dev" 216.8 +BUILD_DEPENDS="glib-dev" 216.9 216.10 # Rules to configure and make the package. 216.11 compile_rules()
217.1 --- a/mate116/stuff/atril/receipt Sat Mar 17 04:50:25 2018 +0200 217.2 +++ b/mate116/stuff/atril/receipt Wed Mar 21 15:58:17 2018 +0200 217.3 @@ -14,7 +14,7 @@ 217.4 DEPENDS="gtk+ mate-desktop dconf mesa-libegl libsecret poppler \ 217.5 desktop-file-utils djvulibre zlib" 217.6 SUGGESTED="libspectre mate-icon-theme" 217.7 -BUILD_DEPENDS="wget autoconf automake libtool itstool yelp-tools \ 217.8 +BUILD_DEPENDS="autoconf automake libtool itstool yelp-tools \ 217.9 gtk+-dev gtk-doc mate-desktop-dev mate-common-dev mate-icon-theme \ 217.10 libsecret-dev caja-dev poppler-dev util-linux-uuid-dev lcms-dev \ 217.11 libgcrypt-dev djvulibre-dev gettext intltool xorg-dev "
218.1 --- a/mate116/stuff/caja/receipt Sat Mar 17 04:50:25 2018 +0200 218.2 +++ b/mate116/stuff/caja/receipt Wed Mar 21 15:58:17 2018 +0200 218.3 @@ -11,7 +11,7 @@ 218.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 218.5 218.6 DEPENDS="gtk+ mate-desktop dconf exempi gvfs libunique" 218.7 -BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 218.8 +BUILD_DEPENDS="dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 218.9 gtk+-dev gtk-doc mate-common-dev mate-desktop-dev mate-icon-theme libunique-dev \ 218.10 gvfs-dev desktop-file-utils gobject-introspection-dev util-linux-uuid-dev" 218.11 SUGGESTED="gvfs-smb"
219.1 --- a/mate116/stuff/engrampa/receipt Sat Mar 17 04:50:25 2018 +0200 219.2 +++ b/mate116/stuff/engrampa/receipt Wed Mar 21 15:58:17 2018 +0200 219.3 @@ -11,7 +11,7 @@ 219.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 219.5 219.6 DEPENDS="bzip2 caja desktop-file-utils gtk+ gzip libarchive tar" 219.7 -BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 219.8 +BUILD_DEPENDS="dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 219.9 gtk+-dev gtk-doc mate-common-dev mate-desktop-dev yelp-tools" 219.10 SUGGESTED="unrar unace p7zip yelp-tools zip" 219.11
220.1 --- a/mate116/stuff/eom/receipt Sat Mar 17 04:50:25 2018 +0200 220.2 +++ b/mate116/stuff/eom/receipt Wed Mar 21 15:58:17 2018 +0200 220.3 @@ -11,7 +11,7 @@ 220.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 220.5 220.6 DEPENDS="gtk+ dconf jpeg pygtk desktop-file-utils exempi lcms libexif librsvg" 220.7 -BUILD_DEPENDS="wget autoconf automake libtool itstool mate-desktop-dev \ 220.8 +BUILD_DEPENDS="autoconf automake libtool itstool mate-desktop-dev \ 220.9 mate-common-dev dconf-dev gtk-doc gtk+-dev yelp-tools mate-icon-theme \ 220.10 jpeg-dev gobject-introspection-dev shared-mime-info-dev pygobject-dev \ 220.11 pygtk-dev python-dev"
221.1 --- a/mate116/stuff/libmatekbd/receipt Sat Mar 17 04:50:25 2018 +0200 221.2 +++ b/mate116/stuff/libmatekbd/receipt Wed Mar 21 15:58:17 2018 +0200 221.3 @@ -10,7 +10,7 @@ 221.4 WEB_SITE="http://www.mate-desktop.org/" 221.5 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 221.6 221.7 -BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool gtk-doc \ 221.8 +BUILD_DEPENDS="gtk+-dev autoconf automake libtool itstool gtk-doc \ 221.9 mate-common-dev dconf-dev libxklavier-dev intltool" 221.10 221.11 SPLIT="libmatekbd-dev" 221.12 @@ -39,8 +39,6 @@ 221.13 cp -a $install/usr/lib/*.so* $fs/usr/lib 221.14 ;; 221.15 libmatekbd-dev) 221.16 - CAT="development|Keyboard library for MATE Desktop, devel files." 221.17 - DEPENDS="libmatekbd pkg-config" 221.18 TAGS="MATE" 221.19 mkdir -p $fs/usr/lib $fs/usr/include 221.20 cp -a $install/usr/lib/*.la $fs/usr/lib
222.1 --- a/mate116/stuff/libmatemixer/receipt Sat Mar 17 04:50:25 2018 +0200 222.2 +++ b/mate116/stuff/libmatemixer/receipt Wed Mar 21 15:58:17 2018 +0200 222.3 @@ -11,7 +11,7 @@ 222.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 222.5 TAGS="MATE" 222.6 DEPENDS="alsa-lib pulseaudio" 222.7 -BUILD_DEPENDS="wget alsa-lib-dev pulseaudio-dev gtk+-dev autoconf automake libtool itstool \ 222.8 +BUILD_DEPENDS="alsa-lib-dev pulseaudio-dev gtk+-dev autoconf automake libtool itstool \ 222.9 mate-common-dev gtk-doc util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ 222.10 libvorbis-dev dbus-dev intltool" 222.11
223.1 --- a/mate116/stuff/libmateweather/receipt Sat Mar 17 04:50:25 2018 +0200 223.2 +++ b/mate116/stuff/libmateweather/receipt Wed Mar 21 15:58:17 2018 +0200 223.3 @@ -11,7 +11,7 @@ 223.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 223.5 TAGS="MATE" 223.6 DEPENDS="gtk+ libsoup" 223.7 -BUILD_DEPENDS="wget dconf-dev gtk+-dev autoconf automake libtool itstool \ 223.8 +BUILD_DEPENDS="dconf-dev gtk+-dev autoconf automake libtool itstool \ 223.9 gtk-doc sqlite-dev mate-common-dev mate-desktop-dev libsoup-dev" 223.10 223.11 # Rules to configure and make the package.
224.1 --- a/mate116/stuff/marco/receipt Sat Mar 17 04:50:25 2018 +0200 224.2 +++ b/mate116/stuff/marco/receipt Wed Mar 21 15:58:17 2018 +0200 224.3 @@ -12,7 +12,7 @@ 224.4 224.5 DEPENDS="gtk+ libcanberra libgtop xorg-libICE xorg-libSM \ 224.6 xorg-libXt startup-notification mate-desktop" 224.7 -BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool gtk-doc \ 224.8 +BUILD_DEPENDS="gtk+-dev autoconf automake libtool itstool gtk-doc \ 224.9 mate-common-dev mate-desktop-dev libcanberra-dev libgtop-dev yelp-tools \ 224.10 xorg-libICE-dev xorg-libSM-dev xorg-libXt-dev startup-notification-dev \ 224.11 util-linux-uuid-dev zenity"
225.1 --- a/mate116/stuff/mate-common/receipt Sat Mar 17 04:50:25 2018 +0200 225.2 +++ b/mate116/stuff/mate-common/receipt Wed Mar 21 15:58:17 2018 +0200 225.3 @@ -11,7 +11,7 @@ 225.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 225.5 TAGS="MATE" 225.6 DEPENDS="" 225.7 -BUILD_DEPENDS="wget cacerts autoconf automake" 225.8 +BUILD_DEPENDS="autoconf automake" 225.9 225.10 # Rules to configure and make the package. 225.11 compile_rules()
226.1 --- a/mate116/stuff/mate-control-center/receipt Sat Mar 17 04:50:25 2018 +0200 226.2 +++ b/mate116/stuff/mate-control-center/receipt Wed Mar 21 15:58:17 2018 +0200 226.3 @@ -13,7 +13,7 @@ 226.4 DEPENDS="gtk+ caja desktop-file-utils libxklavier libgtop librsvg xorg-libICE \ 226.5 xorg-libSM xorg-libXt startup-notification gsettings-desktop-schemas \ 226.6 mate-settings-daemon" 226.7 -BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool libunique-dev \ 226.8 +BUILD_DEPENDS="gtk+-dev autoconf automake libtool itstool libunique-dev \ 226.9 dconf-dev mate-common-dev mate-desktop-dev mate-menus-dev mate-settings-daemon-dev \ 226.10 libxklavier-dev libmatekbd-dev marco-dev libgtop-dev librsvg-dev dbus-glib-dev \ 226.11 yelp-tools xorg-libXScrnSaver-dev xorg-libXt-dev startup-notification-dev \
227.1 --- a/mate116/stuff/mate-desktop/receipt Sat Mar 17 04:50:25 2018 +0200 227.2 +++ b/mate116/stuff/mate-desktop/receipt Wed Mar 21 15:58:17 2018 +0200 227.3 @@ -11,7 +11,7 @@ 227.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 227.5 TAGS="MATE" 227.6 DEPENDS="gtk+ gdk-pixbuf libltdl" 227.7 -BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \ 227.8 +BUILD_DEPENDS="autoconf automake dconf-dev libtool itstool \ 227.9 mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev \ 227.10 intltool" 227.11
228.1 --- a/mate116/stuff/mate-icon-theme/receipt Sat Mar 17 04:50:25 2018 +0200 228.2 +++ b/mate116/stuff/mate-icon-theme/receipt Wed Mar 21 15:58:17 2018 +0200 228.3 @@ -11,7 +11,7 @@ 228.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 228.5 TAGS="MATE" 228.6 DEPENDS="" 228.7 -BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils \ 228.8 +BUILD_DEPENDS="autoconf automake mate-common-dev icon-naming-utils \ 228.9 intltool" 228.10 228.11 # Rules to configure and make the package.
229.1 --- a/mate116/stuff/mate-menus/receipt Sat Mar 17 04:50:25 2018 +0200 229.2 +++ b/mate116/stuff/mate-menus/receipt Wed Mar 21 15:58:17 2018 +0200 229.3 @@ -11,7 +11,7 @@ 229.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 229.5 TAGS="MATE" 229.6 DEPENDS="glib python" 229.7 -BUILD_DEPENDS="wget cacerts autoconf automake gobject-introspection-dev \ 229.8 +BUILD_DEPENDS="autoconf automake gobject-introspection-dev \ 229.9 libtool itstool mate-common-dev python-dev" 229.10 229.11 # Rules to configure and make the package.
230.1 --- a/mate116/stuff/mate-panel/receipt Sat Mar 17 04:50:25 2018 +0200 230.2 +++ b/mate116/stuff/mate-panel/receipt Wed Mar 21 15:58:17 2018 +0200 230.3 @@ -12,7 +12,7 @@ 230.4 TAGS="MATE" 230.5 DEPENDS="gtk+ dconf mate-menus caja libmateweather marco \ 230.6 mate-desktop mate-session-manager" 230.7 -BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \ 230.8 +BUILD_DEPENDS="dconf-dev autoconf automake libtool itstool \ 230.9 gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \ 230.10 harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \ 230.11 libcanberra-dev libwnck2-dev librsvg-dev util-linux-uuid-dev \
231.1 --- a/mate116/stuff/mate-polkit/receipt Sat Mar 17 04:50:25 2018 +0200 231.2 +++ b/mate116/stuff/mate-polkit/receipt Wed Mar 21 15:58:17 2018 +0200 231.3 @@ -11,7 +11,7 @@ 231.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 231.5 TAGS="MATE" 231.6 DEPENDS="gtk+ polkit" 231.7 -BUILD_DEPENDS="wget cacerts autoconf automake libtool itstool \ 231.8 +BUILD_DEPENDS="autoconf automake libtool itstool \ 231.9 gtk+-dev gtk-doc polkit-dev gobject-introspection-dev mate-common-dev" 231.10 231.11 # Rules to configure and make the package.
232.1 --- a/mate116/stuff/mate-screensaver/receipt Sat Mar 17 04:50:25 2018 +0200 232.2 +++ b/mate116/stuff/mate-screensaver/receipt Wed Mar 21 15:58:17 2018 +0200 232.3 @@ -11,7 +11,7 @@ 232.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 232.5 TAGS="MATE" 232.6 DEPENDS="" 232.7 -BUILD_DEPENDS="wget cacerts autoconf automake libtool itstool \ 232.8 +BUILD_DEPENDS="autoconf automake libtool itstool \ 232.9 mate-common-dev mate-desktop-dev mate-menus-dev dbus-glib-dev \ 232.10 dconf-dev gtk+-dev xorg-libXScrnSaver-dev util-linux-uuid-dev" 232.11
233.1 --- a/mate116/stuff/mate-session-manager/receipt Sat Mar 17 04:50:25 2018 +0200 233.2 +++ b/mate116/stuff/mate-session-manager/receipt Wed Mar 21 15:58:17 2018 +0200 233.3 @@ -12,7 +12,7 @@ 233.4 TAGS="MATE" 233.5 DEPENDS="gtk+ dconf dbus-glib xdg-user-dirs marco mate-panel \ 233.6 mate-menus libltdl" 233.7 -BUILD_DEPENDS="wget autoconf automake libtool itstool gtk+-dev \ 233.8 +BUILD_DEPENDS="autoconf automake libtool itstool gtk+-dev \ 233.9 dconf-dev gtk-doc dbus-glib-dev mate-common-dev mate-desktop-dev \ 233.10 mate-polkit-dev mate-settings-daemon ttf-dejavu polkit-dev \ 233.11 pangox-compat-dev xorg-libSM-dev xorg-libXtst-dev xmlto \
234.1 --- a/mate116/stuff/mate-settings-daemon/receipt Sat Mar 17 04:50:25 2018 +0200 234.2 +++ b/mate116/stuff/mate-settings-daemon/receipt Wed Mar 21 15:58:17 2018 +0200 234.3 @@ -11,7 +11,7 @@ 234.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 234.5 TAGS="MATE" 234.6 DEPENDS="gtk+ dconf fontconfig" 234.7 -BUILD_DEPENDS="wget autoconf automake libtool itstool gtk+-dev \ 234.8 +BUILD_DEPENDS="autoconf automake libtool itstool gtk+-dev \ 234.9 mate-common-dev mate-desktop-dev dconf-dev gtk-doc dbus-glib-dev \ 234.10 libxklavier-dev libmatekbd-dev libmatemixer-dev fontconfig-dev \ 234.11 libcanberra-dev libnotify-dev xorg-libXt-dev nss-dev polkit-dev \
235.1 --- a/mate116/stuff/mate-system-monitor/receipt Sat Mar 17 04:50:25 2018 +0200 235.2 +++ b/mate116/stuff/mate-system-monitor/receipt Wed Mar 21 15:58:17 2018 +0200 235.3 @@ -11,7 +11,7 @@ 235.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 235.5 TAGS="MATE" 235.6 DEPENDS="dconf dbus-glib gtk+ libgtop libwnck2 librsvg" 235.7 -BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 235.8 +BUILD_DEPENDS="dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 235.9 gtk+-dev gtk-doc dbus-glib-dev glibmm-dev gtkmm-dev libgtop-dev libwnck2-dev librsvg-dev \ 235.10 yelp-tools mate-common-dev mate-icon-theme intltool" 235.11
236.1 --- a/mate116/stuff/mate-terminal/receipt Sat Mar 17 04:50:25 2018 +0200 236.2 +++ b/mate116/stuff/mate-terminal/receipt Wed Mar 21 15:58:17 2018 +0200 236.3 @@ -11,7 +11,7 @@ 236.4 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 236.5 TAGS="MATE" 236.6 DEPENDS="gtk+ dconf util-linux-uuid vte mate-desktop harfbuzz" 236.7 -BUILD_DEPENDS="wget cacerts dconf-dev gtk+-dev util-linux-uuid-dev \ 236.8 +BUILD_DEPENDS="dconf-dev gtk+-dev util-linux-uuid-dev \ 236.9 vte-dev mate-common-dev mate-desktop-dev yelp-tools autoconf automake libtool \ 236.10 itstool harfbuzz-dev" 236.11
237.1 --- a/mate116/stuff/mozo/receipt Sat Mar 17 04:50:25 2018 +0200 237.2 +++ b/mate116/stuff/mozo/receipt Wed Mar 21 15:58:17 2018 +0200 237.3 @@ -12,7 +12,7 @@ 237.4 TAGS="MATE" 237.5 237.6 DEPENDS="gtk+ mate-menus pygtk pygobject" 237.7 -BUILD_DEPENDS="wget gtk+-dev autoconf automake mate-common-dev \ 237.8 +BUILD_DEPENDS="gtk+-dev autoconf automake mate-common-dev \ 237.9 mate-desktop-dev mate-menus-dev pygobject-dev" 237.10 237.11 # Rules to configure and make the package.
238.1 --- a/mathomatic/receipt Sat Mar 17 04:50:25 2018 +0200 238.2 +++ b/mathomatic/receipt Wed Mar 21 15:58:17 2018 +0200 238.3 @@ -51,8 +51,7 @@ 238.4 DEPENDS="mathomatic python" 238.5 ;; 238.6 mathomatic) 238.7 - copy @std 238.8 - remove_already_packed 238.9 + copy @std @rm 238.10 DEPENDS="ncurses readline" 238.11 ;; 238.12 esac
239.1 --- a/mdadm/receipt Sat Mar 17 04:50:25 2018 +0200 239.2 +++ b/mdadm/receipt Wed Mar 21 15:58:17 2018 +0200 239.3 @@ -10,8 +10,6 @@ 239.4 WEB_SITE="http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE" 239.5 WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL" 239.6 239.7 -BUILD_DEPENDS="wget" 239.8 - 239.9 # Rules to configure and make the package. 239.10 compile_rules() 239.11 {
240.1 --- a/meld/receipt Sat Mar 17 04:50:25 2018 +0200 240.2 +++ b/meld/receipt Wed Mar 21 15:58:17 2018 +0200 240.3 @@ -11,8 +11,7 @@ 240.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 240.5 240.6 DEPENDS="pygtk rarian" 240.7 -BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config \ 240.8 -util-linux-getopt" 240.9 +BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool util-linux-getopt" 240.10 240.11 # Rules to configure and make the package. 240.12 compile_rules()
241.1 --- a/mesa12/receipt Sat Mar 17 04:50:25 2018 +0200 241.2 +++ b/mesa12/receipt Wed Mar 21 15:58:17 2018 +0200 241.3 @@ -61,7 +61,7 @@ 241.4 copy *.h *.la *.pc 241.5 DEPENDS="mesa12 mesa12-dri mesa12-libegl libdrm-dev \ 241.6 xorg-libXdamage-dev xorg-libXxf86vm-dev \ 241.7 - xorg-libXt-dev xorg-glproto xorg-dri2proto pkg-config" 241.8 + xorg-libXt-dev xorg-glproto xorg-dri2proto" 241.9 ;; 241.10 mesa12-dri) 241.11 copy *_dri.so 90-DRI.conf
242.1 --- a/mfoc/receipt Sat Mar 17 04:50:25 2018 +0200 242.2 +++ b/mfoc/receipt Wed Mar 21 15:58:17 2018 +0200 242.3 @@ -11,7 +11,7 @@ 242.4 WGET_URL="http://mfoc.googlecode.com/files/$TARBALL" 242.5 242.6 DEPENDS="libnfc" 242.7 -BUILD_DEPENDS="pkg-config libnfc-dev" 242.8 +BUILD_DEPENDS="libnfc-dev" 242.9 242.10 # Rules to configure and make the package. 242.11 compile_rules()
243.1 --- a/micropython/receipt Sat Mar 17 04:50:25 2018 +0200 243.2 +++ b/micropython/receipt Wed Mar 21 15:58:17 2018 +0200 243.3 @@ -11,7 +11,7 @@ 243.4 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" 243.5 243.6 DEPENDS="readline libffi" 243.7 -BUILD_DEPENDS="wget git readline-dev libffi-dev pkg-config" 243.8 +BUILD_DEPENDS="git readline-dev libffi-dev" 243.9 243.10 # Rules to configure and make the package. 243.11 compile_rules()
244.1 --- a/minetest/receipt Sat Mar 17 04:50:25 2018 +0200 244.2 +++ b/minetest/receipt Wed Mar 21 15:58:17 2018 +0200 244.3 @@ -15,17 +15,17 @@ 244.4 244.5 DEPENDS="openssl libpng16 jpeg sqlite3 libvorbis openal glu curl \ 244.6 mesa irrlicht" 244.7 -BUILD_DEPENDS="wget cmake libpng16-dev jpeg-dev sqlite3-dev libogg-dev \ 244.8 +BUILD_DEPENDS="cmake libpng16-dev jpeg-dev sqlite3-dev libogg-dev \ 244.9 libvorbis-dev openal-dev freetype-dev xorg-libXxf86vm-dev glu-dev \ 244.10 curl-dev mesa-dev irrlicht-dev" 244.11 244.12 # Rules to configure and make the package. 244.13 compile_rules() 244.14 { 244.15 - [ -s "$SOURCES_REPOSITORY/$TARBALL2" ] || wget --no-check-certificate \ 244.16 - -O "$SOURCES_REPOSITORY/$TARBALL2" $WGET_URL2 244.17 + [ -s "$SRC/$TARBALL2" ] || wget --no-check-certificate \ 244.18 + -O "$SRC/$TARBALL2" $WGET_URL2 244.19 cd games/ 244.20 - tar xf $SOURCES_REPOSITORY/$TARBALL2 244.21 + tar xf $SRC/$TARBALL2 244.22 cd .. 244.23 cmake -DCMAKE_INSTALL_PREFIX=/usr . 244.24 make &&
245.1 --- a/mingw32-gcc/receipt Sat Mar 17 04:50:25 2018 +0200 245.2 +++ b/mingw32-gcc/receipt Wed Mar 21 15:58:17 2018 +0200 245.3 @@ -38,10 +38,10 @@ 245.4 245.5 ln -s . gcc-$VERSION 245.6 for tgz in $EXTRA_SOURCE_FILES; do 245.7 - [ -s $SOURCES_REPOSITORY/$tgz ] || 245.8 - wget -P $SOURCES_REPOSITORY $MINGW32_URL/$tgz 245.9 - [ -s $SOURCES_REPOSITORY/$tgz ] && 245.10 - tar xzf $SOURCES_REPOSITORY/$tgz && continue 245.11 + [ -s $SRC/$tgz ] || 245.12 + wget -P $SRC $MINGW32_URL/$tgz 245.13 + [ -s $SRC/$tgz ] && 245.14 + tar xzf $SRC/$tgz && continue 245.15 echo "Can't download $MINGW32_URL/$tgz abort." 245.16 return 1 245.17 done
246.1 --- a/minitube/receipt Sat Mar 17 04:50:25 2018 +0200 246.2 +++ b/minitube/receipt Wed Mar 21 15:58:17 2018 +0200 246.3 @@ -15,7 +15,7 @@ 246.4 246.5 DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \ 246.6 libQtXml libQtOpenGL phonon phonon-vlc libvlc libgnutls cacerts" 246.7 -# BUILD_DEPENDS="wget cacerts Qt4-dev qmake qt4-phonon" 246.8 +# BUILD_DEPENDS="Qt4-dev qmake qt4-phonon" 246.9 246.10 # Rules to configure and make the package. 246.11 #deb#compile_rules()
247.1 --- a/mixxx/receipt Sat Mar 17 04:50:25 2018 +0200 247.2 +++ b/mixxx/receipt Wed Mar 21 15:58:17 2018 +0200 247.3 @@ -16,7 +16,7 @@ 247.4 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev \ 247.5 libvorbis-dev taglib-dev libshout-dev portaudio-dev qt4-phonon \ 247.6 Qt4-dev alsa-lib-dev jack-dev mesa-dev scons \ 247.7 -pkg-config flac-dev portmidi" 247.8 +flac-dev portmidi" 247.9 247.10 # Rules to configure and make the package. 247.11 compile_rules()
248.1 --- a/mlvpn/receipt Sat Mar 17 04:50:25 2018 +0200 248.2 +++ b/mlvpn/receipt Wed Mar 21 15:58:17 2018 +0200 248.3 @@ -10,8 +10,7 @@ 248.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 248.5 WGET_URL="https://github.com/zehome/MLVPN/archive/$VERSION.tar.gz" 248.6 248.7 -DEPENDS="" 248.8 -BUILD_DEPENDS="wget autoconf automake" 248.9 +BUILD_DEPENDS="autoconf automake" 248.10 248.11 # Rules to configure and make the package. 248.12 compile_rules()
249.1 --- a/mmv/receipt Sat Mar 17 04:50:25 2018 +0200 249.2 +++ b/mmv/receipt Wed Mar 21 15:58:17 2018 +0200 249.3 @@ -17,9 +17,9 @@ 249.4 # Rules to configure and make the package. 249.5 compile_rules() 249.6 { 249.7 - wget -O "$SOURCES_REPOSITORY/${PACKAGE}_$VERSION.debian.tar.gz" \ 249.8 + wget -O "$SRC/${PACKAGE}_$VERSION.debian.tar.gz" \ 249.9 http://http.debian.net/debian/pool/main/m/mmv/${PACKAGE}_$VERSION.debian.tar.gz 249.10 - tar -xzf $SOURCES_REPOSITORY/${PACKAGE}_$VERSION.debian.tar.gz debian/patches/ 249.11 + tar -xzf $SRC/${PACKAGE}_$VERSION.debian.tar.gz debian/patches/ 249.12 cat debian/patches/series | while read file; do 249.13 patch -p1 < debian/patches/$file 249.14 done
250.1 --- a/modsecurity-apache/receipt Sat Mar 17 04:50:25 2018 +0200 250.2 +++ b/modsecurity-apache/receipt Wed Mar 21 15:58:17 2018 +0200 250.3 @@ -11,7 +11,7 @@ 250.4 WGET_URL="$WEB_SITE/tarball/$VERSION/$TARBALL" 250.5 250.6 DEPENDS="apache apr apr-util pcre util-linux-uuid curl zlib openssl" 250.7 -BUILD_DEPENDS="wget apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \ 250.8 +BUILD_DEPENDS="apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \ 250.9 util-linux-uuid-dev curl-dev" 250.10 250.11 # Rules to configure and make the package.
251.1 --- a/mono/receipt Sat Mar 17 04:50:25 2018 +0200 251.2 +++ b/mono/receipt Wed Mar 21 15:58:17 2018 +0200 251.3 @@ -10,7 +10,7 @@ 251.4 WEB_SITE="http://www.mono-project.com/" 251.5 WGET_URL="http://download.mono-project.com/sources/$PACKAGE/$TARBALL" 251.6 251.7 -BUILD_DEPENDS="tar bzip2 m4 pkg-config bison gawk \ 251.8 +BUILD_DEPENDS="tar bzip2 m4 bison gawk \ 251.9 gettext glib-dev perl libgdiplus-dev" 251.10 SPLIT="mono mono-dev mono-doc" 251.11 251.12 @@ -55,8 +55,6 @@ 251.13 chmod +x $fs/usr/bin/* 251.14 ;; 251.15 mono-dev) 251.16 - CAT="development|mono development files." 251.17 - DEPENDS="mono pkg-config" 251.18 mkdir -p $fs/usr/lib 251.19 cp -a $install/usr/lib/*.a $fs/usr/lib 251.20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
252.1 --- a/moosefs/receipt Sat Mar 17 04:50:25 2018 +0200 252.2 +++ b/moosefs/receipt Wed Mar 21 15:58:17 2018 +0200 252.3 @@ -12,7 +12,7 @@ 252.4 WGET_URL="${WEB_SITE}tl_files/mfscode/$TARBALL" 252.5 252.6 DEPENDS="python fuse zlib" 252.7 -BUILD_DEPENDS="python pkg-config fuse-dev zlib-dev" 252.8 +BUILD_DEPENDS="python fuse-dev zlib-dev" 252.9 252.10 # Rules to configure and make the package. 252.11 compile_rules()
253.1 --- a/moserial/receipt Sat Mar 17 04:50:25 2018 +0200 253.2 +++ b/moserial/receipt Wed Mar 21 15:58:17 2018 +0200 253.3 @@ -13,7 +13,7 @@ 253.4 TAGS="serial console" 253.5 253.6 DEPENDS="GConf gnome-doc-utils gtk+" 253.7 -BUILD_DEPENDS="GConf-dev gnome-doc-utils-dev intltool pkg-config vala gtk+-dev" 253.8 +BUILD_DEPENDS="GConf-dev gnome-doc-utils-dev intltool vala gtk+-dev" 253.9 253.10 # Rules to configure and make the package. 253.11 compile_rules()
254.1 --- a/mosh/receipt Sat Mar 17 04:50:25 2018 +0200 254.2 +++ b/mosh/receipt Wed Mar 21 15:58:17 2018 +0200 254.3 @@ -12,7 +12,7 @@ 254.4 TAGS="ssh" 254.5 254.6 DEPENDS="gcc-lib-base perl protobuf openssl zlib ncurses ssh" 254.7 -BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev zlib-dev \ 254.8 +BUILD_DEPENDS="protobuf-dev openssl-dev zlib-dev \ 254.9 ncurses-dev automake autoconf libtool" 254.10 254.11 # Rules to configure and make the package.
255.1 --- a/mountlo/receipt Sat Mar 17 04:50:25 2018 +0200 255.2 +++ b/mountlo/receipt Wed Mar 21 15:58:17 2018 +0200 255.3 @@ -13,11 +13,11 @@ 255.4 EXTRA_SOURCE_FILES="$PACKAGE-i386-$VERSION.tar.gz" 255.5 255.6 compile_rules() { 255.7 - [ -f $SOURCES_REPOSITORY/$PACKAGE-i386-$VERSION.tar.gz ] || 255.8 + [ -f $SRC/$PACKAGE-i386-$VERSION.tar.gz ] || 255.9 wget $SF_MIRROR/fuse/$PACKAGE/$VERSION/$PACKAGE-i386-$VERSION.tar.gz \ 255.10 - -P $SOURCES_REPOSITORY 255.11 + -P $SRC 255.12 if [ ! -f mountlo-$VERSION/mountlo ]; then 255.13 - tar xzf $SOURCES_REPOSITORY/$PACKAGE-i386-$VERSION.tar.gz 255.14 + tar xzf $SRC/$PACKAGE-i386-$VERSION.tar.gz 255.15 fi 255.16 255.17 install -Dm 755 $src/mountlo-$VERSION/mountlo $install/usr/bin/mountlo
256.1 --- a/mplayer-cli/receipt Sat Mar 17 04:50:25 2018 +0200 256.2 +++ b/mplayer-cli/receipt Wed Mar 21 15:58:17 2018 +0200 256.3 @@ -18,7 +18,7 @@ 256.4 libsdl libgnutls" 256.5 BUILD_DEPENDS="ncurses-dev xorg-libXv-dev alsa-lib-dev xorg-libXdamage-dev \ 256.6 giflib-dev xorg-libXxf86vm-dev xorg-xextproto freetype-dev fontconfig-dev \ 256.7 -zlib-dev pkg-config yasm libmad-dev libsdl-dev gnutls-dev" 256.8 +zlib-dev yasm libmad-dev libsdl-dev gnutls-dev" 256.9 PROVIDE="mplayer" 256.10 256.11 # Handle cross compilation. Host coreutils-file-* are used
257.1 --- a/mplayer/receipt Sat Mar 17 04:50:25 2018 +0200 257.2 +++ b/mplayer/receipt Wed Mar 21 15:58:17 2018 +0200 257.3 @@ -18,7 +18,7 @@ 257.4 BUILD_DEPENDS="gtk+-dev libmad-dev xorg-libXv-dev libtheora-dev \ 257.5 alsa-lib-dev ncurses-dev lame-dev xorg-libXdamage-dev giflib-dev \ 257.6 xorg-libXxf86vm-dev esound-dev audiofile-dev libogg-dev libvorbis-dev \ 257.7 -xvidcore-dev zlib-dev xorg-xextproto pkg-config yasm cdparanoia-III-dev \ 257.8 +xvidcore-dev zlib-dev xorg-xextproto yasm cdparanoia-III-dev \ 257.9 x264-dev enca-dev libmng-dev lirc-dev" 257.10 SPLIT="mencoder" 257.11
258.1 --- a/mpv/receipt Sat Mar 17 04:50:25 2018 +0200 258.2 +++ b/mpv/receipt Wed Mar 21 15:58:17 2018 +0200 258.3 @@ -14,15 +14,15 @@ 258.4 258.5 DEPENDS="xorg-server xorg-libXv xorg-libXinerama xorg-libXScrnSaver util-linux-uuid \ 258.6 alsa-lib enca fribidi libass lua ffmpeg" 258.7 -BUILD_DEPENDS="wget xorg-dev xorg-libXv-dev xorg-libXScrnSaver-dev lua-dev ffmpeg-dev \ 258.8 +BUILD_DEPENDS="xorg-dev xorg-libXv-dev xorg-libXScrnSaver-dev lua-dev ffmpeg-dev \ 258.9 enca-dev fribidi-dev libass-dev alsa-lib-dev" 258.10 258.11 # Rules to configure and make the package. 258.12 compile_rules() 258.13 { 258.14 - [ -s $SOURCES_REPOSITORY/$WAFTOOL ] || wget -P $SOURCES_REPOSITORY \ 258.15 + [ -s $SRC/$WAFTOOL ] || wget -P $SRC \ 258.16 http://www.freehackers.org/~tnagy/release/$WAFTOOL 258.17 - install -m 755 $SOURCES_REPOSITORY/$WAFTOOL waf 258.18 + install -m 755 $SRC/$WAFTOOL waf 258.19 ./bootstrap.py 258.20 ./waf configure \ 258.21 --prefix=/usr \
259.1 --- a/musique/receipt Sat Mar 17 04:50:25 2018 +0200 259.2 +++ b/musique/receipt Wed Mar 21 15:58:17 2018 +0200 259.3 @@ -13,7 +13,7 @@ 259.4 259.5 DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtSql libQtXml \ 259.6 qt4-phonon taglib" 259.7 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake taglib-dev qt4-phonon" 259.8 +BUILD_DEPENDS="Qt4-dev qmake taglib-dev qt4-phonon" 259.9 259.10 # Rules to configure and make the package. 259.11 compile_rules()
260.1 --- a/musl-libc/receipt Sat Mar 17 04:50:25 2018 +0200 260.2 +++ b/musl-libc/receipt Wed Mar 21 15:58:17 2018 +0200 260.3 @@ -52,8 +52,7 @@ 260.4 copy etc/ *.so* 260.5 ;; 260.6 *-dev) 260.7 - copy @dev @std 260.8 - remove_already_packed 260.9 + copy @dev @std @rm 260.10 ;; 260.11 esac 260.12 }
261.1 --- a/n2n/receipt Sat Mar 17 04:50:25 2018 +0200 261.2 +++ b/n2n/receipt Wed Mar 21 15:58:17 2018 +0200 261.3 @@ -1,30 +1,21 @@ 261.4 -# SliTaz package receipt. 261.5 +# SliTaz package receipt v2. 261.6 261.7 PACKAGE="n2n" 261.8 VERSION="1.3.2" 261.9 CATEGORY="network" 261.10 -SHORT_DESC="A Layer Two Peer-to-Peer VPN." 261.11 +SHORT_DESC="A Layer Two Peer-to-Peer VPN" 261.12 MAINTAINER="pascal.bellard@slitaz.org" 261.13 LICENSE="GPL3" 261.14 +WEB_SITE="http://www.ntop.org/products/n2n" 261.15 + 261.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 261.17 -WEB_SITE="http://www.ntop.org/products/n2n" 261.18 WGET_URL="$SF_MIRROR/ntop/$TARBALL" 261.19 261.20 -DEPENDS="" 261.21 -BUILD_DEPENDS="" 261.22 - 261.23 -# Rules to configure and make the package. 261.24 -compile_rules() 261.25 -{ 261.26 - cd $src 261.27 +compile_rules() { 261.28 make PREFIX=/usr && 261.29 make DESTDIR=$DESTDIR install 261.30 } 261.31 261.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 261.33 -genpkg_rules() 261.34 -{ 261.35 - mkdir -p $fs/usr 261.36 - cp -a $install/usr/bin $fs/usr 261.37 - cp -a $install/usr/sbin $fs/usr 261.38 +genpkg_rules() { 261.39 + copy @std 261.40 }
262.1 --- a/n2nc/receipt Sat Mar 17 04:50:25 2018 +0200 262.2 +++ b/n2nc/receipt Wed Mar 21 15:58:17 2018 +0200 262.3 @@ -1,21 +1,19 @@ 262.4 -# SliTaz package receipt. 262.5 +# SliTaz package receipt v2. 262.6 262.7 PACKAGE="n2nc" 262.8 VERSION="r_133" 262.9 CATEGORY="network" 262.10 -SHORT_DESC="Nat 2 Nat COnnector." 262.11 +SHORT_DESC="Nat 2 Nat COnnector" 262.12 MAINTAINER="pascal.bellard@slitaz.org" 262.13 LICENSE="GPL2" 262.14 +WEB_SITE="http://n2nc.sourceforge.net/" 262.15 + 262.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 262.17 -WEB_SITE="http://n2nc.sourceforge.net/" 262.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 262.19 262.20 -DEPENDS="zlib openssl gcc-lib-base" 262.21 BUILD_DEPENDS="bash openssl-dev bzip2-dev zlib-dev automake autoconf libtool" 262.22 262.23 -# Rules to configure and make the package. 262.24 -compile_rules() 262.25 -{ 262.26 +compile_rules() { 262.27 sed -i 's|<< std::cerr|<< std::endl|' src/examples/rsa.cpp src/rsa.cpp 262.28 sed -i 's|fcntl.h>|&\n#include <unistd.h>|' src/nixsys.h 262.29 libtoolize --force 262.30 @@ -23,17 +21,16 @@ 262.31 autoheader 262.32 automake --force-missing --add-missing 262.33 autoconf 262.34 - ./configure --prefix=/usr --mandir=/usr/share/man \ 262.35 + ./configure \ 262.36 + --prefix=/usr \ 262.37 + --mandir=/usr/share/man \ 262.38 --localstatedir=/var \ 262.39 - $CONFIGURE_ARGS && 262.40 + $CONFIGURE_ARGS && 262.41 make && 262.42 make DESTDIR=$DESTDIR install 262.43 } 262.44 262.45 -# Rules to gen a SliTaz package suitable for Tazpkg. 262.46 -genpkg_rules() 262.47 -{ 262.48 - mkdir -p $fs/usr 262.49 - cp -a $install/usr/bin $fs/usr 262.50 - cp -a $install/usr/lib $fs/usr 262.51 +genpkg_rules() { 262.52 + copy @std 262.53 + DEPENDS="zlib openssl gcc-lib-base" 262.54 }
263.1 --- a/nabi/receipt Sat Mar 17 04:50:25 2018 +0200 263.2 +++ b/nabi/receipt Wed Mar 21 15:58:17 2018 +0200 263.3 @@ -1,22 +1,19 @@ 263.4 -# SliTaz package receipt. 263.5 +# SliTaz package receipt v2. 263.6 263.7 PACKAGE="nabi" 263.8 VERSION="0.99.4" 263.9 CATEGORY="misc" 263.10 -SHORT_DESC="powerful GNU XIM, made for entering Hangul" 263.11 +SHORT_DESC="Powerful GNU XIM, made for entering Hangul" 263.12 MAINTAINER="allan316@gmail.com" 263.13 LICENSE="GPL2" 263.14 +WEB_SITE="http://nabi.kldp.net" 263.15 + 263.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 263.17 -WEB_SITE="http://nabi.kldp.net" 263.18 WGET_URL="http://kldp.net/frs/download.php/5287/$TARBALL" 263.19 263.20 -DEPENDS="libhangul gtk+ cairo xorg-libSM xorg-libICE" 263.21 BUILD_DEPENDS="libhangul libhangul-dev gtk+-dev cairo-dev" 263.22 263.23 -# Rules to configure and make the package. 263.24 -compile_rules() 263.25 -{ 263.26 - cd $src 263.27 +compile_rules() { 263.28 ./configure \ 263.29 --prefix=/usr \ 263.30 --infodir=/usr/share/info \ 263.31 @@ -25,11 +22,7 @@ 263.32 make && make DESTDIR=$DESTDIR install 263.33 } 263.34 263.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 263.36 -genpkg_rules() 263.37 -{ 263.38 - mkdir -p $fs/usr 263.39 - cp -a $install/usr/bin $fs/usr 263.40 - cp -a $install/usr/share $fs/usr 263.41 +genpkg_rules() { 263.42 + copy @std 263.43 + DEPENDS="libhangul gtk+ cairo xorg-libSM xorg-libICE" 263.44 } 263.45 -
264.1 --- a/nagios-nrpe/receipt Sat Mar 17 04:50:25 2018 +0200 264.2 +++ b/nagios-nrpe/receipt Wed Mar 21 15:58:17 2018 +0200 264.3 @@ -1,79 +1,64 @@ 264.4 -# SliTaz package receipt. 264.5 +# SliTaz package receipt v2. 264.6 264.7 PACKAGE="nagios-nrpe" 264.8 VERSION="2.14" 264.9 CATEGORY="network" 264.10 -SHORT_DESC="Service and network monitoring program, remote monitoring." 264.11 +SHORT_DESC="Service and network monitoring program, remote monitoring" 264.12 MAINTAINER="erjo@slitaz.org" 264.13 LICENSE="GPL2" 264.14 -SOURCE="nrpe" 264.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 264.16 WEB_SITE="http://www.nagios.org/" 264.17 + 264.18 +TARBALL="nrpe-$VERSION.tar.gz" 264.19 WGET_URL="$SF_MIRROR/nagios/$TARBALL" 264.20 264.21 BUILD_DEPENDS="openssl-dev openssl libwrap-dev" 264.22 -DEPENDS="nagios-plugins openssl" 264.23 264.24 -# Rules to configure and make the package. 264.25 -compile_rules() 264.26 -{ 264.27 - cd $src 264.28 - while read patch_file; do 264.29 - if [ ! -f done.$patch_file ]; then 264.30 - patch -p1 < $stuff/$patch_file || return 1 264.31 - touch done.$patch_file 264.32 - fi 264.33 - done <<EOT 264.34 -$PACKAGE-$VERSION-Makefile.u 264.35 -EOT 264.36 - ./configure --prefix=/usr --infodir=/usr/share/info \ 264.37 - --localstatedir=/var \ 264.38 - --datadir=/usr/share/nagios \ 264.39 - --sysconfdir=/etc/nagios \ 264.40 - --sbindir=/usr/lib/nagios \ 264.41 - --bindir=/usr/bin \ 264.42 - --libexecdir=/usr/lib/nagios/plugins \ 264.43 - --with-nagios-user=nagios \ 264.44 - --with-nagios-group=nagios \ 264.45 - --with-nrpe-user=nagios \ 264.46 - --with-nrpe-group=nagios \ 264.47 - --mandir=/usr/share/man $CONFIGURE_ARGS && 264.48 +compile_rules() { 264.49 + ./configure \ 264.50 + --prefix=/usr \ 264.51 + --infodir=/usr/share/info \ 264.52 + --localstatedir=/var \ 264.53 + --datadir=/usr/share/nagios \ 264.54 + --sysconfdir=/etc/nagios \ 264.55 + --sbindir=/usr/lib/nagios \ 264.56 + --bindir=/usr/bin \ 264.57 + --libexecdir=/usr/lib/nagios/plugins \ 264.58 + --with-nagios-user=nagios \ 264.59 + --with-nagios-group=nagios \ 264.60 + --with-nrpe-user=nagios \ 264.61 + --with-nrpe-group=nagios \ 264.62 + --mandir=/usr/share/man \ 264.63 + $CONFIGURE_ARGS && 264.64 make all && 264.65 - make install 264.66 + make install || return 1 264.67 + 264.68 + # Install config file nd init script 264.69 + install -Dm644 $stuff/nrpe.cfg $install/etc/nagios/objects/nrpe.cfg 264.70 + install -Dm755 $stuff/nrpe $install/etc/init.d/nrpe 264.71 + 264.72 + install -Dm644 $src/sample-config/nrpe.cfg $install/etc/nagios/nrpe.cfg 264.73 + sed -i 's|/var/run|/var/run/nagios|' $install/etc/nagios/nrpe.cfg 264.74 } 264.75 264.76 -# Rules to gen a SliTaz package suitable for Tazpkg. 264.77 -genpkg_rules() 264.78 -{ 264.79 - mkdir -p $fs/etc/nagios/objects \ 264.80 - $fs/etc/init.d 264.81 - 264.82 - cp -a $install/usr $fs 264.83 - install -m 0644 $src/sample-config/nrpe.cfg $fs/etc/nagios 264.84 - sed -i 's|/var/run|/var/run/nagios|' $fs/etc/nagios/nrpe.cfg 264.85 - 264.86 - # Install config file nd init script 264.87 - install -o root -g root -m 644 $stuff/nrpe.cfg $fs/etc/nagios/objects 264.88 - install -o root -g root -m 755 $stuff/nrpe $fs/etc/init.d 264.89 +genpkg_rules() { 264.90 + copy @std 264.91 + DEPENDS="nagios-plugins openssl" 264.92 } 264.93 264.94 -post_install() 264.95 -{ 264.96 +post_install() { 264.97 if ! grep -q nagios "$1/etc/passwd"; then 264.98 - echo -n "Adding user nagios..." 264.99 chroot "$1/" adduser -S -D -H nagios 264.100 - status 264.101 fi 264.102 - 264.103 + 264.104 # Set perms for files and directories 264.105 chroot "$1/" chown -R nagios.nagios /usr/lib/nagios/plugins 264.106 - chroot "$1/" chown nagios.nagios /etc/nagios/* 264.107 - 264.108 + chroot "$1/" chown nagios.nagios /etc/nagios/* 264.109 + 264.110 # Add check_nrpe in nagios config file 264.111 echo "cfg_file=/etc/nagios/objects/nrpe.cfg" >> "$1/etc/nagios/nagios.cfg" 264.112 } 264.113 264.114 -post_remove() 264.115 -{ 264.116 - [ -f "$1/etc/nagios/nagios.cfg" ] && sed -i 's/.*nrpe.cfg//' "$1/etc/nagios/nagios.cfg" 264.117 +post_remove() { 264.118 + [ -f "$1/etc/nagios/nagios.cfg" ] && 264.119 + sed -i 's/.*nrpe.cfg//' "$1/etc/nagios/nagios.cfg" 264.120 }
265.1 --- a/nagios-nrpe/stuff/nagios-nrpe-2.12-Makefile.u Sat Mar 17 04:50:25 2018 +0200 265.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 265.3 @@ -1,26 +0,0 @@ 265.4 ---- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 265.5 -+++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 265.6 -@@ -20,8 +20,8 @@ 265.7 - SBINDIR=@sbindir@ 265.8 - LIBEXECDIR=@libexecdir@ 265.9 - INSTALL=@INSTALL@ 265.10 --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 265.11 --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 265.12 -+NAGIOS_INSTALL_OPTS= 265.13 -+NRPE_INSTALL_OPTS= 265.14 - 265.15 - INIT_DIR=@init_dir@ 265.16 - INIT_OPTS=-o root -g root 265.17 ---- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 265.18 -+++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 265.19 -@@ -24,8 +24,8 @@ 265.20 - SBINDIR=@sbindir@ 265.21 - LIBEXECDIR=@libexecdir@ 265.22 - INSTALL=@INSTALL@ 265.23 --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 265.24 --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 265.25 -+NAGIOS_INSTALL_OPTS= 265.26 -+NRPE_INSTALL_OPTS= 265.27 - 265.28 - # Generated automatically from configure script 265.29 - SNPRINTF_O=@SNPRINTF_O@
266.1 --- a/nagios-nrpe/stuff/nagios-nrpe-2.14-Makefile.u Sat Mar 17 04:50:25 2018 +0200 266.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 266.3 @@ -1,26 +0,0 @@ 266.4 ---- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 266.5 -+++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 266.6 -@@ -20,8 +20,8 @@ 266.7 - SBINDIR=@sbindir@ 266.8 - LIBEXECDIR=@libexecdir@ 266.9 - INSTALL=@INSTALL@ 266.10 --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 266.11 --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 266.12 -+NAGIOS_INSTALL_OPTS= 266.13 -+NRPE_INSTALL_OPTS= 266.14 - 266.15 - INIT_DIR=@init_dir@ 266.16 - INIT_OPTS=-o root -g root 266.17 ---- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 266.18 -+++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 266.19 -@@ -24,8 +24,8 @@ 266.20 - SBINDIR=@sbindir@ 266.21 - LIBEXECDIR=@libexecdir@ 266.22 - INSTALL=@INSTALL@ 266.23 --NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 266.24 --NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 266.25 -+NAGIOS_INSTALL_OPTS= 266.26 -+NRPE_INSTALL_OPTS= 266.27 - 266.28 - # Generated automatically from configure script 266.29 - SNPRINTF_O=@SNPRINTF_O@
267.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 267.2 +++ b/nagios-nrpe/stuff/patches/nagios-nrpe-2.14-Makefile.u Wed Mar 21 15:58:17 2018 +0200 267.3 @@ -0,0 +1,26 @@ 267.4 +--- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 267.5 ++++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 267.6 +@@ -20,8 +20,8 @@ 267.7 + SBINDIR=@sbindir@ 267.8 + LIBEXECDIR=@libexecdir@ 267.9 + INSTALL=@INSTALL@ 267.10 +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 267.11 +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 267.12 ++NAGIOS_INSTALL_OPTS= 267.13 ++NRPE_INSTALL_OPTS= 267.14 + 267.15 + INIT_DIR=@init_dir@ 267.16 + INIT_OPTS=-o root -g root 267.17 +--- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 267.18 ++++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 267.19 +@@ -24,8 +24,8 @@ 267.20 + SBINDIR=@sbindir@ 267.21 + LIBEXECDIR=@libexecdir@ 267.22 + INSTALL=@INSTALL@ 267.23 +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 267.24 +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 267.25 ++NAGIOS_INSTALL_OPTS= 267.26 ++NRPE_INSTALL_OPTS= 267.27 + 267.28 + # Generated automatically from configure script 267.29 + SNPRINTF_O=@SNPRINTF_O@
268.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 268.2 +++ b/nagios-nrpe/stuff/patches/series Wed Mar 21 15:58:17 2018 +0200 268.3 @@ -0,0 +1,1 @@ 268.4 +-p1|nagios-nrpe-2.14-Makefile.u
269.1 --- a/nagios-nsca/receipt Sat Mar 17 04:50:25 2018 +0200 269.2 +++ b/nagios-nsca/receipt Wed Mar 21 15:58:17 2018 +0200 269.3 @@ -1,43 +1,47 @@ 269.4 -# SliTaz package receipt. 269.5 +# SliTaz package receipt v2. 269.6 269.7 PACKAGE="nagios-nsca" 269.8 VERSION="2.9.1" 269.9 CATEGORY="network" 269.10 -SHORT_DESC="Service and network monitoring program, remote monitoring." 269.11 +SHORT_DESC="Service and network monitoring program, remote monitoring" 269.12 MAINTAINER="erjo@slitaz.org" 269.13 LICENSE="GPL2" 269.14 -SOURCE="nsca" 269.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 269.16 WEB_SITE="http://www.nagios.org/" 269.17 + 269.18 +TARBALL="nsca-$VERSION.tar.gz" 269.19 #WGET_URL="$SF_MIRROR/nagios/$TARBALL" 269.20 WGET_URL="http://prdownloads.sourceforge.net/sourceforge/nagios/$TARBALL" 269.21 269.22 BUILD_DEPENDS="libmcrypt-dev perl libwrap-dev" 269.23 -DEPENDS="libmcrypt" 269.24 269.25 -# Rules to configure and make the package. 269.26 -compile_rules() 269.27 -{ 269.28 - cd $src 269.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 269.30 - --localstatedir=/var --datadir=/usr/share/nagios \ 269.31 - --sysconfdir=/etc/nagios --sbindir=/usr/sbin \ 269.32 - --bindir=/usr/sbin --libexecdir=/usr/lib/nagios \ 269.33 - --with-nsca-user=nagios \ 269.34 - --with-nsca-group=nagios \ 269.35 - --with-nsca-port=5667 \ 269.36 - --mandir=/usr/share/man $CONFIGURE_ARGS && 269.37 - make all 269.38 +compile_rules() { 269.39 + ./configure \ 269.40 + --prefix=/usr \ 269.41 + --infodir=/usr/share/info \ 269.42 + --localstatedir=/var \ 269.43 + --datadir=/usr/share/nagios \ 269.44 + --sysconfdir=/etc/nagios \ 269.45 + --sbindir=/usr/sbin \ 269.46 + --bindir=/usr/sbin \ 269.47 + --libexecdir=/usr/lib/nagios \ 269.48 + --with-nsca-user=nagios \ 269.49 + --with-nsca-group=nagios \ 269.50 + --with-nsca-port=5667 \ 269.51 + --mandir=/usr/share/man \ 269.52 + $CONFIGURE_ARGS && 269.53 + make all || return 1 269.54 + 269.55 + mkdir -p \ 269.56 + $install/usr/sbin/ \ 269.57 + $install/etc/nagios/ 269.58 + cp -a $src/src/nsca $install/usr/sbin/ 269.59 + cp -a $src/src/send_nsca $install/usr/sbin/ 269.60 + 269.61 + install -m644 $src/sample-config/nsca.cfg $install/etc/nagios/ 269.62 + install -m644 $src/sample-config/send_nsca.cfg $install/etc/nagios/ 269.63 } 269.64 269.65 -# Rules to gen a SliTaz package suitable for Tazpkg. 269.66 -genpkg_rules() 269.67 -{ 269.68 - mkdir -p $fs/usr/sbin \ 269.69 - $fs/etc/nagios 269.70 - cp -a $src/src/nsca $fs/usr/sbin 269.71 - cp -a $src/src/send_nsca $fs/usr/sbin 269.72 - 269.73 - install -m 0644 $src/sample-config/nsca.cfg $fs/etc/nagios 269.74 - install -m 0644 $src/sample-config/send_nsca.cfg $fs/etc/nagios 269.75 +genpkg_rules() { 269.76 + copy @std 269.77 + DEPENDS="libmcrypt" 269.78 }
270.1 --- a/nagisk/receipt Sat Mar 17 04:50:25 2018 +0200 270.2 +++ b/nagisk/receipt Wed Mar 21 15:58:17 2018 +0200 270.3 @@ -1,29 +1,28 @@ 270.4 -# SliTaz package receipt. 270.5 +# SliTaz package receipt v2. 270.6 270.7 PACKAGE="nagisk" 270.8 VERSION="1.2.5" 270.9 CATEGORY="network" 270.10 -SHORT_DESC="Simple tool to monitor Asterisk from a Nagios server." 270.11 +SHORT_DESC="Simple tool to monitor Asterisk from a Nagios server" 270.12 MAINTAINER="pascal.bellard@slitaz.org" 270.13 LICENSE="GPL3" 270.14 +WEB_SITE="https://github.com/nicolargo/nagisk" 270.15 + 270.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 270.17 -WEB_SITE="https://github.com/nicolargo/nagisk" 270.18 WGET_URL="https://codeload.github.com/nicolargo/nagisk/tar.gz/v$VERSION" 270.19 270.20 -DEPENDS="nagios-nrpe perl sudo" 270.21 -BUILD_DEPENDS="wget" 270.22 - 270.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 270.24 -genpkg_rules() 270.25 -{ 270.26 - mkdir -p $fs/usr/share/nagios/libexec 270.27 - cp -a $src/nagisk.pl $fs/usr/share/nagios/libexec 270.28 - sed -i 's/^elsif/} &/' $fs/usr/share/nagios/libexec/nagisk.pl 270.29 +compile_rules() { 270.30 + mkdir -p $install/usr/share/nagios/libexec/ 270.31 + cp -a $src/nagisk.pl $install/usr/share/nagios/libexec/ 270.32 + sed -i 's/^elsif/} &/' $install/usr/share/nagios/libexec/nagisk.pl 270.33 } 270.34 270.35 -# Pre and post install commands for Tazpkg. 270.36 -post_install() 270.37 -{ 270.38 +genpkg_rules() { 270.39 + copy @std 270.40 + DEPENDS="nagios-nrpe perl sudo" 270.41 +} 270.42 + 270.43 +post_install() { 270.44 grep -qs check_asterisk_version "$1/etc/nagios/nrpe.cfg" || 270.45 cat >> "$1/etc/nagios/nrpe.cfg" <<EOT 270.46 command[check_asterisk_version]=/usr/share/nagios/libexec/nagisk.pl -c version
271.1 --- a/nail/receipt Sat Mar 17 04:50:25 2018 +0200 271.2 +++ b/nail/receipt Wed Mar 21 15:58:17 2018 +0200 271.3 @@ -1,51 +1,41 @@ 271.4 -# SliTaz package receipt. 271.5 +# SliTaz package receipt v2. 271.6 271.7 PACKAGE="nail" 271.8 VERSION="12.4" 271.9 CATEGORY="network" 271.10 -SHORT_DESC="Text mode mail user agent." 271.11 +SHORT_DESC="Text mode mail user agent" 271.12 MAINTAINER="sygne@ombres.eu" 271.13 LICENSE="BSD" 271.14 -SOURCE="mailx" 271.15 -TARBALL="$SOURCE-$VERSION.tar.bz2" 271.16 WEB_SITE="http://heirloom.sourceforge.net/mailx.html" 271.17 + 271.18 +TARBALL="mailx-$VERSION.tar.bz2" 271.19 WGET_URL="$SF_MIRROR/heirloom/$TARBALL" 271.20 -CONFIG_FILES="/etc/nailrc" 271.21 -TAGS="email imap pop3" 271.22 271.23 -DEPENDS="openssl" 271.24 BUILD_DEPENDS="openssl-dev" 271.25 271.26 -# Rules to configure and make the package. 271.27 -compile_rules() 271.28 -{ 271.29 - cd $src 271.30 +compile_rules() { 271.31 sed -i 's/static int smime/#define STACK STACK_OF(X509_NAME)\n&/' openssl.c 271.32 271.33 - # avoid compiling with kerberos authentification: 271.34 + # avoid compiling with kerberos authentification: 271.35 make config.h 271.36 sed -i -e "/GSSAPI/d" config.h 271.37 sed -i -e "/gssapi/d" config.h 271.38 sed -i -e "s/-lgssapi_krb5//g" LIBS 271.39 - 271.40 - make install UCBINSTALL=/usr/bin/install \ 271.41 - DESTDIR=$DESTDIR PREFIX=/usr 271.42 + 271.43 + make install UCBINSTALL=/usr/bin/install DESTDIR=$DESTDIR PREFIX=/usr || return 1 271.44 + 271.45 + mv $install/usr/bin/mailx $install/usr/bin/nail 271.46 } 271.47 271.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 271.49 -genpkg_rules() 271.50 -{ 271.51 - mkdir -p $fs/usr 271.52 - cp -r $install/usr/bin $fs/usr 271.53 - mv $fs/usr/bin/mailx $fs/usr/bin/nail 271.54 - 271.55 - cp -r $install/etc $fs 271.56 +genpkg_rules() { 271.57 + copy @std 271.58 + DEPENDS="openssl" 271.59 + CONFIG_FILES="/etc/nailrc" 271.60 + TAGS="email imap pop3" 271.61 } 271.62 271.63 -# Post install commands for Tazpkg. 271.64 # Check mailx 271.65 -post_install() 271.66 -{ 271.67 +post_install() { 271.68 . "$1/etc/init.d/rc.functions" 271.69 271.70 if [ -e "$1/usr/bin/mailx" ]; then 271.71 @@ -65,7 +55,7 @@ 271.72 echo "" 271.73 fi 271.74 else 271.75 - echo -n "linking /usr/bin/mailx to /usr/bin/nail" 271.76 + action "linking /usr/bin/mailx to /usr/bin/nail" 271.77 ln -s /usr/bin/nail "$1/usr/bin/mailx" 271.78 status 271.79 fi
272.1 --- a/naim/receipt Sat Mar 17 04:50:25 2018 +0200 272.2 +++ b/naim/receipt Wed Mar 21 15:58:17 2018 +0200 272.3 @@ -16,17 +16,13 @@ 272.4 BUILD_DEPENDS="ncurses-dev" 272.5 SPLIT="naim-dev" 272.6 272.7 -# Rules to configure and make the package. 272.8 -compile_rules() 272.9 -{ 272.10 +compile_rules() { 272.11 ./configure $CONFIGURE_ARGS && 272.12 make -j1 && 272.13 make -j1 DESTDIR=$DESTDIR install 272.14 } 272.15 272.16 -# Rules to gen a SliTaz package suitable for Tazpkg. 272.17 -genpkg_rules() 272.18 -{ 272.19 +genpkg_rules() { 272.20 case $PACKAGE in 272.21 naim) 272.22 copy @std
273.1 --- a/nanochess/receipt Sat Mar 17 04:50:25 2018 +0200 273.2 +++ b/nanochess/receipt Wed Mar 21 15:58:17 2018 +0200 273.3 @@ -1,4 +1,4 @@ 273.4 -# SliTaz package receipt. 273.5 +# SliTaz package receipt v2. 273.6 273.7 PACKAGE="nanochess" 273.8 VERSION="1.0" 273.9 @@ -7,39 +7,44 @@ 273.10 MAINTAINER="pascal.bellard@slitaz.org" 273.11 LICENSE="GPL" 273.12 WEB_SITE="http://www.nanochess.org/" 273.13 -TAGS="chess" 273.14 273.15 -# Rules to configure and make the package. 273.16 -compile_rules() 273.17 -{ 273.18 +compile_rules() { 273.19 # define colors 273.20 - white="#f0f0b0" # was #f0f0f0 273.21 - black="#f05030" # was #c0c0f0 273.22 - gray="#843" # was #dde 273.23 - background="$white" # was white 273.24 - red="blue" 273.25 - 273.26 - mkdir -p $src 2> /dev/null 273.27 + white="#f0f0b0" # was #f0f0f0 273.28 + black="#f05030" # was #c0c0f0 273.29 + gray="#843" # was #dde 273.30 + background="$white" # was white 273.31 + red="blue" 273.32 + 273.33 + mkdir -p $src 2>/dev/null 273.34 cp $stuff/index.html $src 273.35 cd $src 273.36 - sed -i -e 's/<select/<input type=\\"button\\" value=\\"\♚ \⇔ \♔\\" onclick=\\"yy^=8;Z()\\">&/' \ 273.37 - -e 's/><option.*$/>";/' -e "s/ style='font-size:20px'//" \ 273.38 - -e 's/50px/"+P+"px/g' -e 's/=60/="+H+"/g' \ 273.39 - -e 's|for(a=|H=innerHeight/9;P=H*5/6;|' -e 's/^"<table/for(a=&/' \ 273.40 - -e "s/c0c\":\"f0f\")+\"0f0/$white\":\"$black\")+\"/" \ 273.41 - -e "s/#dde/$gray/" -e "s/red/$red/" -e 's/bgcolor=#/bgcolor=/' \ 273.42 - -e 's|^doc.*|yy=/\\?b/i.test(document.URL)?8:0;for(p=18;++p<23;)a+="<option>\♟ \→ \b"+p+";</option>";document.write(a);|' \ 273.43 - -e "s|<script>|<style>body {background: $background; overflow: hidden;} input,select {background: transparent; -webkit-appearance: none;}</style>\n<title>Toledo chess</title>&|" \ 273.44 - -e 's|function Y|function Z(){if(y!=yy)setTimeout("X(0,0,0,21,u,2),X(0,0,0,21,u,1)",250);}\n&|' \ 273.45 - -e 's|if(y)set.*|Z();}}Z()|' \ 273.46 + sed -i \ 273.47 + -e 's/<select/<input type=\\"button\\" value=\\"\♚ \⇔ \♔\\" onclick=\\"yy^=8;Z()\\">&/' \ 273.48 + -e 's/><option.*$/>";/' \ 273.49 + -e "s/ style='font-size:20px'//" \ 273.50 + -e 's/50px/"+P+"px/g' \ 273.51 + -e 's/=60/="+H+"/g' \ 273.52 + -e 's|for(a=|H=innerHeight/9;P=H*5/6;|' \ 273.53 + -e 's/^"<table/for(a=&/' \ 273.54 + -e "s/c0c\":\"f0f\")+\"0f0/$white\":\"$black\")+\"/" \ 273.55 + -e "s/#dde/$gray/" \ 273.56 + -e "s/red/$red/" \ 273.57 + -e 's/bgcolor=#/bgcolor=/' \ 273.58 + -e 's|^doc.*|yy=/\\?b/i.test(document.URL)?8:0;for(p=18;++p<23;)a+="<option>\♟ \→ \b"+p+";</option>";document.write(a);|' \ 273.59 + -e "s|<script>|<style>body {background: $background; overflow: hidden;} input,select {background: transparent; -webkit-appearance: none;}</style>\n<title>Toledo chess</title>&|" \ 273.60 + -e 's|function Y|function Z(){if(y!=yy)setTimeout("X(0,0,0,21,u,2),X(0,0,0,21,u,1)",250);}\n&|' \ 273.61 + -e 's|if(y)set.*|Z();}}Z()|' \ 273.62 index.html 273.63 + 273.64 + mkdir -p \ 273.65 + $install/var/www/chess/ \ 273.66 + $install/usr/share/applications/ 273.67 + cp $src/* $install/var/www/chess/ 273.68 + chown -R 80.80 $fs/var/www/chess/ 273.69 } 273.70 273.71 -# Rules to gen a SliTaz package suitable for Tazpkg. 273.72 -genpkg_rules() 273.73 -{ 273.74 - mkdir -p $fs/var/www/chess $fs/usr/share/applications 273.75 - cp $src/* $fs/var/www/chess 273.76 - chown -R 80.80 $fs/var/www/chess 273.77 +genpkg_rules() { 273.78 + copy @std 273.79 + TAGS="chess" 273.80 } 273.81 -
274.1 --- a/nanoshot/receipt Sat Mar 17 04:50:25 2018 +0200 274.2 +++ b/nanoshot/receipt Wed Mar 21 15:58:17 2018 +0200 274.3 @@ -1,39 +1,35 @@ 274.4 -# SliTaz package receipt. 274.5 +# SliTaz package receipt v2. 274.6 274.7 PACKAGE="nanoshot" 274.8 VERSION="0.2.15" 274.9 CATEGORY="utilities" 274.10 -SHORT_DESC="Take screenshots of screen area, selected windows, web pages and videos" 274.11 +SHORT_DESC="Take screenshots of screen area, windows, web pages and videos" 274.12 MAINTAINER="al.bobylev@gmail.com" 274.13 LICENSE="GPL2" 274.14 WEB_SITE="http://sourceforge.net/projects/nanoshot/" 274.15 + 274.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 274.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 274.18 274.19 -DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 274.20 -dbus-python python-pil gst0-python" 274.21 BUILD_DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 274.22 dbus-python python-pil bash sed gettext" 274.23 274.24 -# Rules to configure and make the package. 274.25 -compile_rules() 274.26 -{ 274.27 +compile_rules() { 274.28 mkdir -p /usr/share/man 274.29 - cd $src 274.30 + 274.31 ./configure $CONFIGURE_ARGS && 274.32 sed -i 's/cp -T/cp/g' ./install 274.33 # fix install paths 274.34 sed -i "s|\"/usr|\"$install/usr|g" ./install 274.35 274.36 ./install 274.37 + 274.38 + # fix paths 274.39 + sed -i "s|$install||g" $install/usr/bin/Nanoshot 274.40 } 274.41 274.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 274.43 -genpkg_rules() 274.44 -{ 274.45 - cp -a $install/* $fs 274.46 - rm -rf $fs/usr/share/icons/{Humanity,Humanity-Dark,ubuntu-mono-dark} 274.47 - rm -rf $fs/usr/man 274.48 - # fix paths 274.49 - sed -i "s|$install||g" $fs/usr/bin/Nanoshot 274.50 +genpkg_rules() { 274.51 + copy @std 274.52 + DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 274.53 + dbus-python python-pil gst0-python" 274.54 }
275.1 --- a/nareto/receipt Sat Mar 17 04:50:25 2018 +0200 275.2 +++ b/nareto/receipt Wed Mar 21 15:58:17 2018 +0200 275.3 @@ -7,15 +7,14 @@ 275.4 MAINTAINER="erjo@slitaz.org" 275.5 LICENSE="GPL2" 275.6 WEB_SITE="http://www.nareto.org/" 275.7 -BUGS="s/oreon/centreon/" 275.8 275.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 275.10 WGET_URL="${WEB_SITE}srcs/$TARBALL" 275.11 -CONFIG_FILES="/etc/nagios" 275.12 275.13 -DEPENDS="nagios apache php php-cli mysql perl-dbd-mysql perl-dbi" 275.14 SPLIT="nareto-doc nareto" 275.15 275.16 +BUGS="s/oreon/centreon/" 275.17 + 275.18 compile_rules() { 275.19 chown -R www.www * 275.20 chmod -R 755 * 275.21 @@ -95,6 +94,8 @@ 275.22 sed -i -e 's/user$/nareto/' -e 's/password$/nareto/' \ 275.23 $fs/etc/nagios/nareto.init.php 275.24 chmod 700 $fs/etc/nagios/nareto.init.php 275.25 + DEPENDS="nagios apache php php-cli mysql perl-dbd-mysql perl-dbi" 275.26 + CONFIG_FILES="/etc/nagios" 275.27 ;; 275.28 esac 275.29 }
276.1 --- a/nat-tester/receipt Sat Mar 17 04:50:25 2018 +0200 276.2 +++ b/nat-tester/receipt Wed Mar 21 15:58:17 2018 +0200 276.3 @@ -1,36 +1,34 @@ 276.4 -# SliTaz package receipt. 276.5 +# SliTaz package receipt v2. 276.6 276.7 PACKAGE="nat-tester" 276.8 VERSION="0.1" 276.9 CATEGORY="network" 276.10 -SHORT_DESC="Network Address Translator tester." 276.11 +SHORT_DESC="Network Address Translator tester" 276.12 MAINTAINER="pascal.bellard@slitaz.org" 276.13 LICENSE="GPL3" 276.14 -SOURCE="linuxTester" 276.15 +WEB_SITE="http://nattest.net.in.tum.de/" 276.16 + 276.17 TARBALL="linuxNatTester.tar.gz" 276.18 -WEB_SITE="http://nattest.net.in.tum.de/" 276.19 WGET_URL="${WEB_SITE}$TARBALL" 276.20 TAGS="networking" 276.21 276.22 -BUILD_DEPENDS="pkg-config libsctp-dev libsctp zlib-dev libxml2-dev" 276.23 -DEPENDS="zlib gcc-lib-base libxml2" 276.24 +BUILD_DEPENDS="libsctp-dev libsctp zlib-dev libxml2-dev" 276.25 276.26 -# Rules to configure and make the package. 276.27 -compile_rules() 276.28 -{ 276.29 - cd $src 276.30 - ./configure --prefix=/usr --infodir=/usr/share/info \ 276.31 - --mandir=/usr/share/man \ 276.32 - $CONFIGURE_ARGS && 276.33 +compile_rules() { 276.34 + ./configure \ 276.35 + --prefix=/usr \ 276.36 + --infodir=/usr/share/info \ 276.37 + --mandir=/usr/share/man \ 276.38 + $CONFIGURE_ARGS && 276.39 make && 276.40 - make DESTDIR=$DESTDIR install 276.41 + make DESTDIR=$DESTDIR install || return 1 276.42 + 276.43 + mkdir -p $install/usr/share/nat-tester/ 276.44 + mv $install/usr/bin/NatTester $install/usr/share/nat-tester/ # ? 276.45 + cp -a $src/src/framework.cfg $install/usr/share/nat-tester/ 276.46 } 276.47 276.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 276.49 -genpkg_rules() 276.50 -{ 276.51 - mkdir -p $fs/usr/share/nat-tester 276.52 - cp -a $install/usr/bin/NatTester $fs/usr/share/nat-tester 276.53 - cp -a $src/src/framework.cfg $fs/usr/share/nat-tester 276.54 +genpkg_rules() { 276.55 + copy @std 276.56 + DEPENDS="zlib gcc-lib-base libxml2" 276.57 } 276.58 -
277.1 --- a/nathive/receipt Sat Mar 17 04:50:25 2018 +0200 277.2 +++ b/nathive/receipt Wed Mar 21 15:58:17 2018 +0200 277.3 @@ -1,29 +1,25 @@ 277.4 -# SliTaz package receipt. 277.5 +# SliTaz package receipt v2. 277.6 277.7 PACKAGE="nathive" 277.8 VERSION="0.924" 277.9 CATEGORY="graphics" 277.10 -SHORT_DESC="lightweight image editor" 277.11 +SHORT_DESC="Lightweight image editor" 277.12 MAINTAINER="jozee@slitaz.org" 277.13 LICENSE="GPL3" 277.14 +WEB_SITE="http://www.nathive.org/" 277.15 + 277.16 TARBALL="$PACKAGE-$VERSION.tgz" 277.17 -WEB_SITE="http://www.nathive.org/" 277.18 WGET_URL="${WEB_SITE}dl/$TARBALL" 277.19 -TAGS="image photo editor" 277.20 277.21 -DEPENDS="gtk+ python" 277.22 -BUILD_DEPENDS="pkg-config gtk+-dev python-dev coreutils-operations" 277.23 +BUILD_DEPENDS="gtk+-dev python-dev coreutils-operations" 277.24 277.25 -# Rules to configure and make the package. 277.26 -compile_rules() 277.27 -{ 277.28 - cd $src 277.29 +compile_rules() { 277.30 sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile 277.31 make install 277.32 } 277.33 277.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 277.35 -genpkg_rules() 277.36 -{ 277.37 - cp -a $install/usr $fs 277.38 +genpkg_rules() { 277.39 + copy @std 277.40 + DEPENDS="gtk+ python" 277.41 + TAGS="image photo editor" 277.42 }
278.1 --- a/navit/receipt Sat Mar 17 04:50:25 2018 +0200 278.2 +++ b/navit/receipt Wed Mar 21 15:58:17 2018 +0200 278.3 @@ -1,33 +1,28 @@ 278.4 -# SliTaz package receipt. 278.5 +# SliTaz package receipt v2. 278.6 278.7 PACKAGE="navit" 278.8 VERSION="0.2.0" 278.9 CATEGORY="utilities" 278.10 -SHORT_DESC="Navit is a car navigation system with routing engine. " 278.11 +SHORT_DESC="Navit is a car navigation system with routing engine" 278.12 MAINTAINER="al.bobylev@gmail.com" 278.13 LICENSE="GPL2" 278.14 WEB_SITE="http://www.navit-project.org/" 278.15 + 278.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 278.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 278.18 278.19 -DEPENDS="glib glibc-base libpostgresqlclient zlib" 278.20 BUILD_DEPENDS="mesa-dev freeglut-dev quesoglc-dev freeimage-dev \ 278.21 imagemagick-dev xorg-libXpm-dev xorg-libXmu-dev gtk+-dev libsdl-dev \ 278.22 libsdl-image-dev freetype-dev fribidi-dev imlib2-dev postgresql-dev \ 278.23 xorg-libXi-dev openssl-dev" 278.24 278.25 -# Rules to configure and make the package. 278.26 -compile_rules() 278.27 -{ 278.28 +compile_rules() { 278.29 ./configure $CONFIGURE_ARGS && 278.30 make && 278.31 make DESTDIR=$DESTDIR install 278.32 } 278.33 278.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 278.35 -genpkg_rules() 278.36 -{ 278.37 - cp -a $install/* $fs 278.38 - rm -f $fs/usr/lib/*.la 278.39 - rm -rf $fs/usr/share/man 278.40 +genpkg_rules() { 278.41 + copy @std 278.42 + DEPENDS="glib glibc-base libpostgresqlclient zlib" 278.43 }
279.1 --- a/nbd/receipt Sat Mar 17 04:50:25 2018 +0200 279.2 +++ b/nbd/receipt Wed Mar 21 15:58:17 2018 +0200 279.3 @@ -1,34 +1,32 @@ 279.4 -# SliTaz package receipt. 279.5 +# SliTaz package receipt v2. 279.6 279.7 PACKAGE="nbd" 279.8 VERSION="3.3" 279.9 CATEGORY="network" 279.10 -SHORT_DESC="Remote block devices over a TCP/IP network." 279.11 +SHORT_DESC="Remote block devices over a TCP/IP network" 279.12 MAINTAINER="pascal.bellard@slitaz.org" 279.13 LICENSE="GPL2" 279.14 +WEB_SITE="http://nbd.sourceforge.net/" 279.15 + 279.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 279.17 -WEB_SITE="http://nbd.sourceforge.net/" 279.18 WGET_URL="$SF_MIRROR/nbd/$TARBALL" 279.19 -SUGGESTED="linux-nbd" 279.20 -CONFIG_FILES="/etc/nbd-server" 279.21 279.22 -DEPENDS="glib pcre" 279.23 -BUILD_DEPENDS="pkg-config glib-dev pcre-dev" 279.24 +BUILD_DEPENDS="glib-dev pcre-dev" 279.25 279.26 -# Rules to configure and make the package. 279.27 -compile_rules() 279.28 -{ 279.29 - cd $src 279.30 - ./configure --sysconfdir=/etc --prefix=/usr $CONFIGURE_ARGS && 279.31 +compile_rules() { 279.32 + ./configure \ 279.33 + --sysconfdir=/etc \ 279.34 + --prefix=/usr \ 279.35 + $CONFIGURE_ARGS && 279.36 make && 279.37 - make DESTDIR=$DESTDIR install 279.38 + make DESTDIR=$DESTDIR install || return 1 279.39 + 279.40 + touch $install/etc/nbd-server/config 279.41 } 279.42 279.43 -# Rules to gen a SliTaz package suitable for Tazpkg. 279.44 -genpkg_rules() 279.45 -{ 279.46 - mkdir -p $fs/usr $fs/etc/nbd-server 279.47 - cp -a $install/usr/bin $fs/usr 279.48 - cp -a $install/usr/sbin $fs/usr 279.49 - touch $fs/etc/nbd-server/config 279.50 +genpkg_rules() { 279.51 + copy @std 279.52 + DEPENDS="glib pcre" 279.53 + SUGGESTED="linux-nbd" 279.54 + CONFIG_FILES="/etc/nbd-server/" 279.55 }
280.1 --- a/nbs/receipt Sat Mar 17 04:50:25 2018 +0200 280.2 +++ b/nbs/receipt Wed Mar 21 15:58:17 2018 +0200 280.3 @@ -15,24 +15,15 @@ 280.4 SPLIT="nbs-dev" 280.5 280.6 compile_rules() { 280.7 - patch -p0 < $stuff/Makefile.u && 280.8 make && 280.9 - make DESTDIR=$DESTDIR install 280.10 + make DESTDIR=$DESTDIR install || return 1 280.11 + 280.12 + ln -s libnbs.so.1.0 $install/usr/lib/libnbs.so.1 280.13 } 280.14 280.15 genpkg_rules() { 280.16 case $PACKAGE in 280.17 - nbs) 280.18 - mkdir -p $fs/usr/lib 280.19 - cp -a $install/usr/bin $fs/usr 280.20 - cp -a $install/usr/sbin $fs/usr 280.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 280.22 - ln -s libnbs.so.1.0 $fs/usr/lib/libnbs.so.1 280.23 - ;; 280.24 - *-dev) 280.25 - mkdir -p $fs/usr/lib 280.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 280.27 - cp -a $install/usr/include $fs/usr 280.28 - ;; 280.29 + nbs) copy @std;; 280.30 + *-dev) copy @dev;; 280.31 esac 280.32 }
281.1 --- a/nbs/stuff/Makefile.u Sat Mar 17 04:50:25 2018 +0200 281.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 281.3 @@ -1,31 +0,0 @@ 281.4 ---- Makefile.org 2008-04-30 10:55:30.000000000 +0200 281.5 -+++ Makefile 2008-04-30 11:03:26.000000000 +0200 281.6 -@@ -8,17 +8,17 @@ 281.7 - all: nbsd $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) nbscat 281.8 - 281.9 - install: all 281.10 -- mkdir -p /usr/lib 281.11 -- mkdir -p /usr/sbin 281.12 -- mkdir -p /usr/include 281.13 -- install -m 755 nbsd /usr/sbin/nbsd 281.14 -- install -m 755 nbscat /usr/bin/nbscat 281.15 -- install -m 755 nbscat8k /usr/bin/nbscat8k 281.16 -- install -m 644 nbs.h /usr/include/nbs.h 281.17 -- install -m 755 $(DYNAMIC_LIBRARY) /usr/lib 281.18 -- ( cd /usr/lib ; ln -sf libnbs.so.1 libnbs.so ) 281.19 -- install -m 755 $(STATIC_LIBRARY) /usr/lib 281.20 -- /sbin/ldconfig 281.21 -+ mkdir -p $(DESTDIR)/usr/lib 281.22 -+ mkdir -p $(DESTDIR)/usr/bin 281.23 -+ mkdir -p $(DESTDIR)/usr/sbin 281.24 -+ mkdir -p $(DESTDIR)/usr/include 281.25 -+ install -m 755 nbsd $(DESTDIR)/usr/sbin/nbsd 281.26 -+ install -m 755 nbscat $(DESTDIR)/usr/bin/nbscat 281.27 -+ install -m 755 nbscat8k $(DESTDIR)/usr/bin/nbscat8k 281.28 -+ install -m 644 nbs.h $(DESTDIR)/usr/include/nbs.h 281.29 -+ install -m 755 $(DYNAMIC_LIBRARY) $(DESTDIR)/usr/lib 281.30 -+ ( cd $(DESTDIR)/usr/lib ; ln -sf libnbs.so.1 libnbs.so ) 281.31 -+ install -m 755 $(STATIC_LIBRARY) $(DESTDIR)/usr/lib 281.32 - 281.33 - %.lo : %.c 281.34 - $(CC) -fPIC $(CFLAGS) -o $@ -c $<
282.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 282.2 +++ b/nbs/stuff/patches/Makefile.u Wed Mar 21 15:58:17 2018 +0200 282.3 @@ -0,0 +1,31 @@ 282.4 +--- Makefile.org 2008-04-30 10:55:30.000000000 +0200 282.5 ++++ Makefile 2008-04-30 11:03:26.000000000 +0200 282.6 +@@ -8,17 +8,17 @@ 282.7 + all: nbsd $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) nbscat 282.8 + 282.9 + install: all 282.10 +- mkdir -p /usr/lib 282.11 +- mkdir -p /usr/sbin 282.12 +- mkdir -p /usr/include 282.13 +- install -m 755 nbsd /usr/sbin/nbsd 282.14 +- install -m 755 nbscat /usr/bin/nbscat 282.15 +- install -m 755 nbscat8k /usr/bin/nbscat8k 282.16 +- install -m 644 nbs.h /usr/include/nbs.h 282.17 +- install -m 755 $(DYNAMIC_LIBRARY) /usr/lib 282.18 +- ( cd /usr/lib ; ln -sf libnbs.so.1 libnbs.so ) 282.19 +- install -m 755 $(STATIC_LIBRARY) /usr/lib 282.20 +- /sbin/ldconfig 282.21 ++ mkdir -p $(DESTDIR)/usr/lib 282.22 ++ mkdir -p $(DESTDIR)/usr/bin 282.23 ++ mkdir -p $(DESTDIR)/usr/sbin 282.24 ++ mkdir -p $(DESTDIR)/usr/include 282.25 ++ install -m 755 nbsd $(DESTDIR)/usr/sbin/nbsd 282.26 ++ install -m 755 nbscat $(DESTDIR)/usr/bin/nbscat 282.27 ++ install -m 755 nbscat8k $(DESTDIR)/usr/bin/nbscat8k 282.28 ++ install -m 644 nbs.h $(DESTDIR)/usr/include/nbs.h 282.29 ++ install -m 755 $(DYNAMIC_LIBRARY) $(DESTDIR)/usr/lib 282.30 ++ ( cd $(DESTDIR)/usr/lib ; ln -sf libnbs.so.1 libnbs.so ) 282.31 ++ install -m 755 $(STATIC_LIBRARY) $(DESTDIR)/usr/lib 282.32 + 282.33 + %.lo : %.c 282.34 + $(CC) -fPIC $(CFLAGS) -o $@ -c $<
283.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 283.2 +++ b/nbs/stuff/patches/series Wed Mar 21 15:58:17 2018 +0200 283.3 @@ -0,0 +1,1 @@ 283.4 +-p0|Makefile.u
284.1 --- a/nbwmon/receipt Sat Mar 17 04:50:25 2018 +0200 284.2 +++ b/nbwmon/receipt Wed Mar 21 15:58:17 2018 +0200 284.3 @@ -1,27 +1,24 @@ 284.4 -# SliTaz package receipt. 284.5 +# SliTaz package receipt v2. 284.6 284.7 PACKAGE="nbwmon" 284.8 VERSION="20140917" 284.9 CATEGORY="network" 284.10 -SHORT_DESC="Ncurses bandwidth monitor." 284.11 +SHORT_DESC="Ncurses bandwidth monitor" 284.12 MAINTAINER="paul@slitaz.org" 284.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 284.14 LICENSE="MIT" 284.15 WEB_SITE="https://github.com/defer-/nbwmon" 284.16 + 284.17 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 284.18 WGET_URL="git|git://github.com/defer-/nbwmon" 284.19 284.20 -DEPENDS="ncurses" 284.21 BUILD_DEPENDS="ncurses-dev git bzip2" 284.22 284.23 -# Rules to configure and make the package. 284.24 -compile_rules() 284.25 -{ 284.26 - make 284.27 +compile_rules() { 284.28 + make && 284.29 + install -Dm755 $src/nbwmon $install/usr/bin/nbwmon 284.30 } 284.31 284.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 284.33 -genpkg_rules() 284.34 -{ 284.35 - mkdir -p $fs/usr/bin 284.36 - cp -a $src/$PACKAGE $fs/usr/bin 284.37 +genpkg_rules() { 284.38 + copy @std 284.39 + DEPENDS="ncurses" 284.40 }
285.1 --- a/ncdc/receipt Sat Mar 17 04:50:25 2018 +0200 285.2 +++ b/ncdc/receipt Wed Mar 21 15:58:17 2018 +0200 285.3 @@ -1,30 +1,26 @@ 285.4 -# SliTaz package receipt. 285.5 +# SliTaz package receipt v2. 285.6 285.7 PACKAGE="ncdc" 285.8 VERSION="1.19.1" 285.9 CATEGORY="network" 285.10 -SHORT_DESC="NCurses Direct Connect." 285.11 +SHORT_DESC="NCurses Direct Connect" 285.12 MAINTAINER="paul@slitaz.org" 285.13 LICENSE="MIT" 285.14 +WEB_SITE="http://dev.yorhel.nl/ncdc" 285.15 + 285.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 285.17 -WEB_SITE="http://dev.yorhel.nl/ncdc" 285.18 WGET_URL="http://dev.yorhel.nl/download/$TARBALL" 285.19 285.20 -DEPENDS="ncurses zlib bzip2 sqlite3 gnutls pcre" 285.21 -BUILD_DEPENDS="ncurses-dev zlib-dev bzip2-dev sqlite3-dev gnutls-dev 285.22 +BUILD_DEPENDS="ncurses-dev zlib-dev bzip2-dev sqlite3-dev gnutls-dev \ 285.23 glib-dev pcre-dev" 285.24 -# Rules to configure and make the package. 285.25 -compile_rules() 285.26 -{ 285.27 - ./configure --prefix=/usr 285.28 - make 285.29 + 285.30 +compile_rules() { 285.31 + ./configure --prefix=/usr && 285.32 + make && 285.33 make install 285.34 } 285.35 285.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 285.37 -genpkg_rules() 285.38 -{ 285.39 - mkdir -p $fs/usr 285.40 - cp -a $install/usr/bin $fs/usr 285.41 +genpkg_rules() { 285.42 + copy @std 285.43 + DEPENDS="ncurses zlib bzip2 sqlite3 gnutls pcre" 285.44 } 285.45 -
286.1 --- a/ncdu/receipt Sat Mar 17 04:50:25 2018 +0200 286.2 +++ b/ncdu/receipt Wed Mar 21 15:58:17 2018 +0200 286.3 @@ -1,22 +1,19 @@ 286.4 -# SliTaz package receipt. 286.5 +# SliTaz package receipt v2. 286.6 286.7 PACKAGE="ncdu" 286.8 VERSION="1.12" 286.9 CATEGORY="utilities" 286.10 -SHORT_DESC="NCurses Disk Usage." 286.11 +SHORT_DESC="NCurses Disk Usage" 286.12 MAINTAINER="paul@slitaz.org" 286.13 LICENSE="MIT" 286.14 +WEB_SITE="https://dev.yorhel.nl/ncdu" 286.15 + 286.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 286.17 -WEB_SITE="https://dev.yorhel.nl/ncdu" 286.18 WGET_URL="https://dev.yorhel.nl/download/$TARBALL" 286.19 286.20 -DEPENDS="ncurses" 286.21 -BUILD_DEPENDS="ncurses-dev wget" 286.22 +BUILD_DEPENDS="ncurses-dev" 286.23 286.24 -# Rules to configure and make the package. 286.25 -compile_rules() 286.26 -{ 286.27 - cd $src 286.28 +compile_rules() { 286.29 ./configure \ 286.30 --prefix=/usr \ 286.31 --infodir=/usr/share/info \ 286.32 @@ -25,10 +22,7 @@ 286.33 make && make install 286.34 } 286.35 286.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 286.37 -genpkg_rules() 286.38 -{ 286.39 - mkdir -p $fs/usr 286.40 - cp -a $install/usr/bin $fs/usr 286.41 +genpkg_rules() { 286.42 + copy @std 286.43 + DEPENDS="ncurses" 286.44 } 286.45 -
287.1 --- a/ncftp/receipt Sat Mar 17 04:50:25 2018 +0200 287.2 +++ b/ncftp/receipt Wed Mar 21 15:58:17 2018 +0200 287.3 @@ -1,29 +1,27 @@ 287.4 -# SliTaz package receipt. 287.5 +# SliTaz package receipt v2. 287.6 287.7 PACKAGE="ncftp" 287.8 VERSION="3.2.5" 287.9 CATEGORY="network" 287.10 -SHORT_DESC="A File Transfer Protocol client." 287.11 -WEB_SITE="http://www.ncftp.com/ncftp/" 287.12 +SHORT_DESC="A File Transfer Protocol client" 287.13 MAINTAINER="pascal.bellard@slitaz.org" 287.14 LICENSE="Artistic" 287.15 +WEB_SITE="http://www.ncftp.com/ncftp/" 287.16 + 287.17 TARBALL="$PACKAGE-$VERSION-src.tar.bz2" 287.18 WGET_URL="ftp://ftp.ncftp.com/ncftp/$TARBALL" 287.19 287.20 -DEPENDS="ncurses" 287.21 BUILD_DEPENDS="ncurses-dev" 287.22 287.23 -# Rules to configure and make the package. 287.24 -compile_rules() 287.25 -{ 287.26 - ./configure --prefix=/usr --sysconfdir=/etc && 287.27 +compile_rules() { 287.28 + ./configure \ 287.29 + --prefix=/usr \ 287.30 + --sysconfdir=/etc && 287.31 make && 287.32 make DESTDIR=$DESTDIR install 287.33 } 287.34 287.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 287.36 -genpkg_rules() 287.37 -{ 287.38 - mkdir -p $fs/usr 287.39 - cp -a $install/usr/bin $fs/usr 287.40 +genpkg_rules() { 287.41 + copy @std 287.42 + DEPENDS="ncurses" 287.43 }
288.1 --- a/ncmpc/receipt Sat Mar 17 04:50:25 2018 +0200 288.2 +++ b/ncmpc/receipt Wed Mar 21 15:58:17 2018 +0200 288.3 @@ -1,31 +1,26 @@ 288.4 -# SliTaz package receipt. 288.5 +# SliTaz package receipt v2. 288.6 288.7 PACKAGE="ncmpc" 288.8 VERSION="0.21" 288.9 CATEGORY="multimedia" 288.10 -SHORT_DESC="A ncurses MPD client." 288.11 +SHORT_DESC="A ncurses MPD client" 288.12 MAINTAINER="paul@slitaz.org" 288.13 LICENSE="GPL2" 288.14 +WEB_SITE="http://www.musicpd.org/clients/ncmpc/" 288.15 + 288.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 288.17 -WEB_SITE="http://www.musicpd.org/clients/ncmpc/" 288.18 WGET_URL="http://www.musicpd.org/download/ncmpc/0/$TARBALL" 288.19 -TAGS="music player" 288.20 288.21 -DEPENDS="mpd glib ncurses libmpdclient" 288.22 BUILD_DEPENDS="glib-dev ncurses-dev libmpdclient-dev" 288.23 288.24 -# Rules to configure and make the package. 288.25 -compile_rules() 288.26 -{ 288.27 +compile_rules() { 288.28 ./configure \ 288.29 $CONFIGURE_ARGS && 288.30 make && make install 288.31 } 288.32 288.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 288.34 -genpkg_rules() 288.35 -{ 288.36 - mkdir -p $fs/usr/share/ncmpc 288.37 - cp -a $install/usr/bin $fs/usr 288.38 +genpkg_rules() { 288.39 + copy @std 288.40 + DEPENDS="mpd glib ncurses libmpdclient" 288.41 + TAGS="music player" 288.42 } 288.43 -
289.1 --- a/ncmpcpp/receipt Sat Mar 17 04:50:25 2018 +0200 289.2 +++ b/ncmpcpp/receipt Wed Mar 21 15:58:17 2018 +0200 289.3 @@ -1,17 +1,16 @@ 289.4 -# SliTaz package receipt. 289.5 +# SliTaz package receipt v2. 289.6 289.7 PACKAGE="ncmpcpp" 289.8 VERSION="0.5.10" 289.9 CATEGORY="multimedia" 289.10 -SHORT_DESC="Ncurses mpd client inspired by ncmpc." 289.11 +SHORT_DESC="Ncurses mpd client inspired by ncmpc" 289.12 MAINTAINER="paul@slitaz.org" 289.13 LICENSE="GPL2" 289.14 +WEB_SITE="http://unkart.ovh.org/ncmpcpp/" 289.15 + 289.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 289.17 -WEB_SITE="http://unkart.ovh.org/ncmpcpp/" 289.18 WGET_URL="http://ncmpcpp.rybczak.net/stable/$TARBALL" 289.19 -TAGS="music audio player" 289.20 289.21 -DEPENDS="ncurses taglib mpd curl libmpdclient" 289.22 BUILD_DEPENDS="ncurses-dev taglib taglib-dev curl-dev libmpdclient-dev" 289.23 289.24 # Rules to configure and make the package. 289.25 @@ -35,24 +34,21 @@ 289.26 cp -a $install/usr/share/doc $fs/usr/share 289.27 ln $fs/usr/share/doc/ncmpcpp/config $fs/etc/skel/.ncmpcpp 289.28 ln $fs/usr/share/doc/ncmpcpp/keys $fs/etc/skel/.ncmpcpp 289.29 +DEPENDS="ncurses taglib mpd curl libmpdclient" 289.30 +TAGS="music audio player" 289.31 } 289.32 289.33 -post_install() 289.34 -{ 289.35 - for i in $(ls "$1/home" 2> /dev/null); do 289.36 +post_install() { 289.37 + for i in $(ls "$1/home" 2>/dev/null); do 289.38 [ -d "$1/home/$i/.ncmpcpp" ] && continue 289.39 - echo -n "Enabling configuration files for $i ..." 289.40 + # Enabling configuration files for $i... 289.41 cp -a "$1/etc/skel/.ncmpcpp" "$1/home/$i/" 289.42 sed -i 's|#mpd_music_dir = ""|mpd_music_dir = "/home/'$i'/music"|' "/home/$i/.ncmpcpp/config" 289.43 # Change permissions also 289.44 chroot "$1/" chown -R $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.ncmpcpp" 289.45 done 289.46 - status 289.47 } 289.48 289.49 -post_remove() 289.50 -{ 289.51 - echo -n "Removing configuration files..." 289.52 +post_remove() { 289.53 rm -rf /home/*/.ncmpcpp 289.54 - status 289.55 }
290.1 --- a/ndisc6/receipt Sat Mar 17 04:50:25 2018 +0200 290.2 +++ b/ndisc6/receipt Wed Mar 21 15:58:17 2018 +0200 290.3 @@ -1,33 +1,29 @@ 290.4 -# SliTaz package receipt. 290.5 +# SliTaz package receipt v2. 290.6 290.7 PACKAGE="ndisc6" 290.8 VERSION="0.9.9" 290.9 CATEGORY="network" 290.10 -SHORT_DESC="IPv6 diagnostic tools." 290.11 +SHORT_DESC="IPv6 diagnostic tools" 290.12 MAINTAINER="pascal.bellard@slitaz.org" 290.13 LICENSE="GPL2" 290.14 +WEB_SITE="http://rdnssd.linkfanel.net/" 290.15 + 290.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 290.17 -WEB_SITE="http://rdnssd.linkfanel.net/" 290.18 WGET_URL="http://www.remlab.net/files/$PACKAGE/$TARBALL" 290.19 -DEPENDS="perl" 290.20 -CONFIG_FILES="/etc/rdnssd" 290.21 290.22 -# Rules to configure and make the package. 290.23 -compile_rules() 290.24 -{ 290.25 - cd $src 290.26 - ./configure --prefix=/usr --infodir=/usr/share/info \ 290.27 - --localstatedir=/var --sysconfdir=/etc \ 290.28 - --mandir=/usr/share/man $CONFIGURE_ARGS && 290.29 +compile_rules() { 290.30 + ./configure \ 290.31 + --prefix=/usr \ 290.32 + --infodir=/usr/share/info \ 290.33 + --localstatedir=/var \ 290.34 + --sysconfdir=/etc \ 290.35 + --mandir=/usr/share/man \ 290.36 + $CONFIGURE_ARGS && 290.37 make && make DESTDIR=$DESTDIR install 290.38 } 290.39 290.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 290.41 -genpkg_rules() 290.42 -{ 290.43 - mkdir -p $fs/usr 290.44 - cp -a $install/usr/bin $fs/usr 290.45 - cp -a $install/usr/sbin $fs/usr 290.46 - cp -a $install/var $fs 290.47 - cp -a $install/etc $fs 290.48 +genpkg_rules() { 290.49 + copy @std 290.50 + DEPENDS="perl" 290.51 + CONFIG_FILES="/etc/rdnssd" 290.52 }
291.1 --- a/ndiswrapper-driver/receipt Sat Mar 17 04:50:25 2018 +0200 291.2 +++ b/ndiswrapper-driver/receipt Wed Mar 21 15:58:17 2018 +0200 291.3 @@ -7,47 +7,46 @@ 291.4 SHORT_DESC="Add Windows network drivers support to Linux kernel." 291.5 MAINTAINER="erjo@slitaz.org" 291.6 LICENSE="GPL" 291.7 -SOURCE="ndiswrapper" 291.8 -TARBALL="$SOURCE-$VERSION.tar.gz" 291.9 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" 291.10 -WGET_URL="$SF_MIRROR/$SOURCE/stable/$TARBALL" 291.11 -TAGS="windows wireless network" 291.12 + 291.13 +TARBALL="ndiswrapper-$VERSION.tar.gz" 291.14 +WGET_URL="$SF_MIRROR/ndiswrapper/$TARBALL" 291.15 291.16 BUILD_DEPENDS="linux-module-headers xz" 291.17 SPLIT="ndiswrapper-driver ndiswrapper-utils ndiswrapper" 291.18 291.19 -# Rules to configure and make the package. 291.20 -compile_rules() 291.21 -{ 291.22 +compile_rules() { 291.23 make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz 291.24 xz driver/ndiswrapper.ko 291.25 + 291.26 + mkdir -p \ 291.27 + $install/usr/sbin \ 291.28 + $install/sbin \ 291.29 + $install/lib/modules/${kvers}-slitaz/kernel/misc 291.30 + 291.31 + # Install utilities 291.32 + install -o root -m755 $src/utils/loadndisdriver $install/sbin/ 291.33 + install -o root -m755 $src/utils/ndiswrapper $install/usr/sbin/ 291.34 + install -o root -m755 $src/utils/ndiswrapper-buginfo $install/usr/sbin/ 291.35 + install -o root -m644 $src/driver/ndiswrapper.ko.xz \ 291.36 + $install/lib/modules/${kvers}-slitaz/kernel/misc/ndiswrapper.ko.xz 291.37 } 291.38 291.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 291.40 -genpkg_rules() 291.41 -{ 291.42 +genpkg_rules() { 291.43 case $PACKAGE in 291.44 - ndiswrapper-driver) 291.45 - DEPENDS="linux" 291.46 - mkdir -p $fs/usr/sbin $fs/sbin $fs/lib/modules/${kvers}-slitaz/kernel/misc 291.47 - 291.48 - # Install utilities 291.49 - install -o root -m 0755 $src/utils/loadndisdriver $fs/sbin/ 291.50 - install -o root -m 0644 $src/driver/ndiswrapper.ko.xz \ 291.51 - $fs/lib/modules/${kvers}-slitaz/kernel/misc/ndiswrapper.ko.xz 291.52 - ;; 291.53 - ndiswrapper-utils) 291.54 - CAT="system-tools|utilities" 291.55 - DEPENDS="ndiswrapper-driver perl" 291.56 - mkdir -p $fs/usr/sbin $fs/sbin 291.57 - # Install utilities 291.58 - install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/ 291.59 - install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/ 291.60 - ;; 291.61 - ndiswrapper) 291.62 - CATEGORY="meta" 291.63 - DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools" 291.64 - mkdir -p $fs/usr/sbin $fs/sbin 291.65 - ;; 291.66 + ndiswrapper-driver) 291.67 + copy loadndisdriver ndiswrapper.ko.xz 291.68 + DEPENDS="linux" 291.69 + ;; 291.70 + ndiswrapper-utils) 291.71 + copy ndiswrapper ndiswrapper-buginfo 291.72 + CAT="system-tools|utilities" 291.73 + DEPENDS="ndiswrapper-driver perl" 291.74 + ;; 291.75 + ndiswrapper) 291.76 + CATEGORY="meta" 291.77 + DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools" 291.78 + ;; 291.79 esac 291.80 + TAGS="windows wireless network" 291.81 }
292.1 --- a/ndppd/receipt Sat Mar 17 04:50:25 2018 +0200 292.2 +++ b/ndppd/receipt Wed Mar 21 15:58:17 2018 +0200 292.3 @@ -1,4 +1,4 @@ 292.4 -# SliTaz package receipt. 292.5 +# SliTaz package receipt v2. 292.6 292.7 PACKAGE="ndppd" 292.8 VERSION="0.2.4" 292.9 @@ -6,27 +6,21 @@ 292.10 SHORT_DESC="NDP Proxy Daemon" 292.11 MAINTAINER="pascal.bellard@slitaz.org" 292.12 LICENSE="GPL3" 292.13 +WEB_SITE="https://github.com/DanielAdolfsson/ndppd" 292.14 + 292.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 292.16 -WEB_SITE="https://github.com/DanielAdolfsson/ndppd" 292.17 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 292.18 -CONFIG_FILES="/etc/ndppd.conf" 292.19 -TAGS="ipv6" 292.20 292.21 -DEPENDS="gcc-lib-base" 292.22 - 292.23 -# Rules to configure and make the package. 292.24 -compile_rules() 292.25 -{ 292.26 +compile_rules() { 292.27 sed -i 's| -1)| ~0U)|' src/iface.cc 292.28 sed -i 's|/usr/local|/usr|' Makefile 292.29 make all && 292.30 make DESTDIR=$DESTDIR install 292.31 } 292.32 292.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 292.34 -genpkg_rules() 292.35 -{ 292.36 - mkdir -p $fs/etc $fs/usr 292.37 - touch $fs/etc/ndppd.conf 292.38 - cp -a $install/usr/sbin $fs/usr 292.39 +genpkg_rules() { 292.40 + copy @std 292.41 + DEPENDS="gcc-lib-base" 292.42 + CONFIG_FILES="/etc/ndppd.conf" 292.43 + TAGS="ipv6" 292.44 }
293.1 --- a/neon/receipt Sat Mar 17 04:50:25 2018 +0200 293.2 +++ b/neon/receipt Wed Mar 21 15:58:17 2018 +0200 293.3 @@ -7,6 +7,7 @@ 293.4 MAINTAINER="lehswe@gmail.com" 293.5 LICENSE="GPL2" 293.6 WEB_SITE="http://www.webdav.org/neon" 293.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/neon.html" 293.8 293.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 293.10 WGET_URL="http://www.webdav.org/neon/$TARBALL" 293.11 @@ -14,10 +15,7 @@ 293.12 BUILD_DEPENDS="zlib-dev openssl-dev libxml2-dev" 293.13 SPLIT="neon-dev" 293.14 293.15 -# Rules to configure and make the package. 293.16 -compile_rules() 293.17 -{ 293.18 - # http://www.linuxfromscratch.org/blfs/view/stable/basicnet/neon.html 293.19 +compile_rules() { 293.20 sed -i 's|client_set|set|; s|gnutls_retr|&2|; s|type = t|cert_&|' \ 293.21 src/ne_gnutls.c 293.22 293.23 @@ -25,19 +23,17 @@ 293.24 --with-ssl \ 293.25 --enable-shared \ 293.26 --disable-static \ 293.27 - $CONFIGURE_ARGS && 293.28 + $CONFIGURE_ARGS && 293.29 make && 293.30 make install 293.31 } 293.32 293.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 293.34 -genpkg_rules() 293.35 -{ 293.36 +genpkg_rules() { 293.37 case $PACKAGE in 293.38 neon) 293.39 copy @std 293.40 + DEPENDS="openssl liblzma libxml2 zlib" 293.41 TAGS="http webdav" 293.42 - DEPENDS="openssl liblzma libxml2 zlib" 293.43 ;; 293.44 *-dev) 293.45 copy @dev
294.1 --- a/neonview/receipt Sat Mar 17 04:50:25 2018 +0200 294.2 +++ b/neonview/receipt Wed Mar 21 15:58:17 2018 +0200 294.3 @@ -1,4 +1,4 @@ 294.4 -# SliTaz package receipt. 294.5 +# SliTaz package receipt v2. 294.6 294.7 PACKAGE="neonview" 294.8 VERSION="0.8.1" 294.9 @@ -7,20 +7,18 @@ 294.10 MAINTAINER="al.bobylev@gmail.com" 294.11 LICENSE="GPL2" 294.12 WEB_SITE="http://www.tuxarena.com/neonview/" 294.13 + 294.14 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 294.15 WGET_URL="http://www.tuxarena.com/$PACKAGE/files/$TARBALL" 294.16 294.17 -DEPENDS="gtk+3" 294.18 BUILD_DEPENDS="gtk+3-dev" 294.19 294.20 -# Rules to configure and make the package. 294.21 -compile_rules() 294.22 -{ 294.23 - make 294.24 +compile_rules() { 294.25 + make && 294.26 + install -Dm755 $src/neonview $install/usr/bin/neonview 294.27 } 294.28 294.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 294.30 -genpkg_rules() 294.31 -{ 294.32 - install -Dm755 $src/neonview $fs/usr/bin/neonview 294.33 +genpkg_rules() { 294.34 + copy @std 294.35 + DEPENDS="gtk+3" 294.36 }
295.1 --- a/net-snmp/receipt Sat Mar 17 04:50:25 2018 +0200 295.2 +++ b/net-snmp/receipt Wed Mar 21 15:58:17 2018 +0200 295.3 @@ -7,7 +7,6 @@ 295.4 MAINTAINER="allan316@gmail.com" 295.5 LICENSE="BSD" 295.6 WEB_SITE="http://net-snmp.sourceforge.net" 295.7 -TAGS="snmp" 295.8 295.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 295.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 295.11 @@ -15,9 +14,7 @@ 295.12 BUILD_DEPENDS="perl-dev openssl-dev file" 295.13 SPLIT="net-snmp-dev" 295.14 295.15 -# Rules to configure and make the package. 295.16 -compile_rules() 295.17 -{ 295.18 +compile_rules() { 295.19 ./configure \ 295.20 --with-default-snmp-version="1" \ 295.21 --with-sys-contact="user@localhost" \ 295.22 @@ -28,13 +25,12 @@ 295.23 make -j1 && make DESTDIR=$DESTDIR install 295.24 } 295.25 295.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 295.27 -genpkg_rules() 295.28 -{ 295.29 +genpkg_rules() { 295.30 case $PACKAGE in 295.31 net-snmp) 295.32 copy @std 295.33 DEPENDS="openssl" 295.34 + TAGS="snmp" 295.35 ;; 295.36 *-dev) copy @dev;; 295.37 esac
296.1 --- a/net-tools/receipt Sat Mar 17 04:50:25 2018 +0200 296.2 +++ b/net-tools/receipt Wed Mar 21 15:58:17 2018 +0200 296.3 @@ -1,39 +1,38 @@ 296.4 -# SliTaz package receipt. 296.5 +# SliTaz package receipt v2. 296.6 296.7 PACKAGE="net-tools" 296.8 VERSION="1.60" 296.9 CATEGORY="network" 296.10 -SHORT_DESC="Network toolbox." 296.11 +SHORT_DESC="Network toolbox" 296.12 MAINTAINER="pascal.bellard@slitaz.org" 296.13 LICENSE="GPL2" 296.14 +WEB_SITE="http://www.tazenda.demon.co.uk/phil/net-tools" 296.15 + 296.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 296.17 -WEB_SITE="http://www.tazenda.demon.co.uk/phil/net-tools" 296.18 WGET_URL="$WEB_SITE/$TARBALL" 296.19 296.20 -# Rules to configure and make the package. 296.21 -compile_rules() 296.22 -{ 296.23 +compile_rules() { 296.24 sed -i '/netinet\/ip/d' iptunnel.c 296.25 mkdir $DESTDIR 296.26 enabled="HAVE_AFUNIX HAVE_AFINET HAVE_HWETHER HAVE_HWPPP \ 296.27 HAVE_HWTUNNEL HAVE_FW_MASQUERADE HAVE_IP_TOOLS HAVE_MII" 296.28 - sed '/HAVE_/!d;s/.*\(HAVE.*\)../\1/' < config.in | while read name; do 296.29 + 296.30 + sed '/HAVE_/!d;s/.*\(HAVE.*\)../\1/' config.in \ 296.31 + | while read name; do 296.32 val=0 296.33 case " $enabled " in 296.34 - *\ $name\ *) val=1 ;; 296.35 + *\ $name\ *) val=1 ;; 296.36 esac 296.37 echo "#define $name $val" 296.38 - echo "$name=$val" 1>&2 296.39 + echo "$name=$val" >&2 296.40 done > config.h 2> config.make 296.41 + 296.42 sed -i 's/default:/&;/' hostname.c lib/inet_sr.c 296.43 sed -i '/"usage/,/10baseT/s/.*/&\\n\\/' mii-tool.c 296.44 make -j 1 && 296.45 make BASEDIR=$DESTDIR install 296.46 } 296.47 296.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 296.49 -genpkg_rules() 296.50 -{ 296.51 - cp -a $install/bin $fs 296.52 - cp -a $install/sbin $fs 296.53 +genpkg_rules() { 296.54 + copy @std 296.55 }
297.1 --- a/net6/receipt Sat Mar 17 04:50:25 2018 +0200 297.2 +++ b/net6/receipt Wed Mar 21 15:58:17 2018 +0200 297.3 @@ -3,21 +3,21 @@ 297.4 PACKAGE="net6" 297.5 VERSION="1.3.14" 297.6 CATEGORY="network" 297.7 -SHORT_DESC="Net6 library (TCP protocol abstraction for C++)." 297.8 +SHORT_DESC="Net6 library (TCP protocol abstraction for C++)" 297.9 MAINTAINER="pankso@slitaz.org" 297.10 LICENSE="LGPL2.1" 297.11 +WEB_SITE="http://releases.0x539.de/net6/" 297.12 + 297.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 297.14 -WEB_SITE="http://releases.0x539.de/net6/" 297.15 WGET_URL="http://releases.0x539.de/net6/$TARBALL" 297.16 297.17 BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev libsigc++-dev \ 297.18 -libtasn1-dev pkg-config p11-kit-dev" 297.19 +libtasn1-dev p11-kit-dev" 297.20 SPLIT="net6-dev" 297.21 297.22 -# Rules to configure and make the package. 297.23 -compile_rules() 297.24 -{ 297.25 +compile_rules() { 297.26 sed -i '/int kx_prio/d;s|kx_set_priority(session, kx_prio|priority_set_direct(session, "NORMAL:+ANON-DH", NULL|' src/encrypt.cpp 297.27 + 297.28 ./configure \ 297.29 --prefix=/usr \ 297.30 --infodir=/usr/share/info \ 297.31 @@ -27,23 +27,15 @@ 297.32 make DESTDIR=$DESTDIR install 297.33 } 297.34 297.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 297.36 -genpkg_rules() 297.37 -{ 297.38 +genpkg_rules() { 297.39 case $PACKAGE in 297.40 - net6) 297.41 - DEPENDS="gnutls libgpg-error libgcrypt libsigc++ zlib \ 297.42 + net6) 297.43 + copy @std 297.44 + DEPENDS="gnutls libgpg-error libgcrypt libsigc++ zlib \ 297.45 gcc-lib-base libtasn1" 297.46 - mkdir -p $fs/usr/lib 297.47 - cp -a $install/usr/lib/*.so* $fs/usr/lib 297.48 - ;; 297.49 - net6-dev) 297.50 - CAT="development|net6 library devel files." 297.51 - DEPENDS="pkg-config" 297.52 - mkdir -p $fs/usr/lib 297.53 - cp -a $install/usr/lib/*.*a $fs/usr/lib 297.54 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 297.55 - cp -a $install/usr/include $fs/usr 297.56 - ;; 297.57 + ;; 297.58 + net6-dev) 297.59 + copy @dev 297.60 + ;; 297.61 esac 297.62 }
298.1 --- a/nethack/receipt Sat Mar 17 04:50:25 2018 +0200 298.2 +++ b/nethack/receipt Wed Mar 21 15:58:17 2018 +0200 298.3 @@ -1,37 +1,36 @@ 298.4 -# SliTaz package receipt. 298.5 +# SliTaz package receipt v2. 298.6 298.7 PACKAGE="nethack" 298.8 VERSION="3.4.3" 298.9 CATEGORY="games" 298.10 -SHORT_DESC="NetHack is a single player dungeon exploration game." 298.11 +SHORT_DESC="NetHack is a single player dungeon exploration game" 298.12 MAINTAINER="claudinei@slitaz.org" 298.13 -LICENSE="nethack" 298.14 +LICENSE="custom" 298.15 +WEB_SITE="http://www.nethack.org" 298.16 + 298.17 TARBALL="$PACKAGE-343-src.tgz" 298.18 -WEB_SITE="http://www.nethack.org" 298.19 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 298.20 298.21 -DEPENDS="ncurses" 298.22 BUILD_DEPENDS="ncurses-dev bison flex" 298.23 298.24 -# Rules to configure and make the package. 298.25 -compile_rules() 298.26 -{ 298.27 +compile_rules() { 298.28 sh sys/unix/setup.sh x 298.29 sed -i "s|\/\* #define LINUX \*\/|#define LINUX|" include/unixconf.h 298.30 sed -i "s|WINTTYLIB = -ltermlib|# WINTTYLIB = -ltermlib|" src/Makefile 298.31 sed -i "s|# WINTTYLIB = -lncurses|WINTTYLIB = -lncurses|" src/Makefile 298.32 - sed -i "s|= /usr|= $DESTDIR/usr|" Makefile 298.33 + sed -i "s|= /usr|= $DESTDIR/usr|" Makefile 298.34 sed -i "s|= games|= root|" Makefile 298.35 sed -i "s|= bin|= root|" Makefile 298.36 sed -i '/rmdir \.\/-p/d' Makefile 298.37 make && make install 298.38 } 298.39 298.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 298.41 -genpkg_rules() 298.42 -{ 298.43 - mkdir -p $fs/usr/lib $fs/usr/bin 298.44 - cp -a $install/usr/games/nethack $fs/usr/bin 298.45 - cp -a $install/usr/games/lib/nethackdir $fs/usr/lib 298.46 +genpkg_rules() { 298.47 + mkdir -p \ 298.48 + $fs/usr/lib/ \ 298.49 + $fs/usr/bin/ 298.50 + cp -a $install/usr/games/nethack $fs/usr/bin/ 298.51 + cp -a $install/usr/games/lib/nethackdir $fs/usr/lib/ 298.52 sed -i "s|$install/usr/games|/usr|" $fs/usr/bin/nethack 298.53 + DEPENDS="ncurses" 298.54 }
299.1 --- a/netkit-rsh/receipt Sat Mar 17 04:50:25 2018 +0200 299.2 +++ b/netkit-rsh/receipt Wed Mar 21 15:58:17 2018 +0200 299.3 @@ -1,38 +1,37 @@ 299.4 -# SliTaz package receipt. 299.5 +# SliTaz package receipt v2. 299.6 299.7 PACKAGE="netkit-rsh" 299.8 VERSION="0.17" 299.9 CATEGORY="network" 299.10 -SHORT_DESC="Remote connexion tools." 299.11 +SHORT_DESC="Remote connexion tools" 299.12 MAINTAINER="pascal.bellard@slitaz.org" 299.13 LICENSE="BSD" 299.14 +WEB_SITE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" 299.15 + 299.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 299.17 -WEB_SITE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" 299.18 WGET_URL="http://ibiblio.org/pub/linux/system/network/netkit/$TARBALL" 299.19 299.20 -DEPENDS="" 299.21 BUILD_DEPENDS="ncurses-dev" 299.22 299.23 -# Rules to configure and make the package. 299.24 -compile_rules() 299.25 -{ 299.26 - sed -i -e 's/union wait/int/' \ 299.27 +compile_rules() { 299.28 + sed -i 299.29 + -e 's/union wait/int/' \ 299.30 -e 's/status.w_termsig | status.w_retcode/WTERMSIG(status)/' \ 299.31 - rlogin/rlogin.c 299.32 + rlogin/rlogin.c 299.33 sed -i 's|/man|/share&|' configure 299.34 mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/sbin \ 299.35 $DESTDIR/usr/share/man/man1 $DESTDIR/usr/share/man/man8 299.36 sed -i 's|.*param.h.*|#include <linux/limits.h>\n&|' \ 299.37 rexecd/rexecd.c rshd/rshd.c 299.38 sed -i 's|.*rlogind.*|#include <stdio.h>\n&|' rlogind/rlogind.h 299.39 - ./configure --prefix=/usr --without-pam --installroot=$DESTDIR && 299.40 + 299.41 + ./configure \ 299.42 + --prefix=/usr \ 299.43 + --without-pam \ 299.44 + --installroot=$DESTDIR && 299.45 make && make install 299.46 } 299.47 299.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 299.49 -genpkg_rules() 299.50 -{ 299.51 - mkdir $fs/usr 299.52 - cp -a $install/usr/bin $fs/usr 299.53 - cp -a $install/usr/sbin $fs/usr 299.54 +genpkg_rules() { 299.55 + copy @std 299.56 }
300.1 --- a/netrik/receipt Sat Mar 17 04:50:25 2018 +0200 300.2 +++ b/netrik/receipt Wed Mar 21 15:58:17 2018 +0200 300.3 @@ -1,21 +1,20 @@ 300.4 -# SliTaz package receipt. 300.5 +# SliTaz package receipt v2. 300.6 300.7 PACKAGE="netrik" 300.8 VERSION="1.16.1" 300.9 CATEGORY="utilities" 300.10 -SHORT_DESC="Advanced text-mode WWW browser, focusing on a convenient user interface" 300.11 +SHORT_DESC="Advanced text-mode WWW browser, focusing on a convenient user \ 300.12 +interface" 300.13 MAINTAINER="al.bobylev@gmail.com" 300.14 LICENSE="GPL2" 300.15 WEB_SITE="http://netrik.sourceforge.net/" 300.16 + 300.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 300.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 300.19 300.20 -DEPENDS="glibc-base ncurses readline" 300.21 BUILD_DEPENDS="readline-dev ncurses-dev" 300.22 300.23 -# Rules to configure and make the package. 300.24 -compile_rules() 300.25 -{ 300.26 +compile_rules() { 300.27 # fix headers 300.28 for src in colors-bright colors-dark links main pager parse-syntax render screen; do 300.29 sed -i '/#include <ncursesw/ s|ncursesw/||g' ${src}.c 300.30 @@ -24,9 +23,7 @@ 300.31 ./configure $CONFIGURE_ARGS && make && make install 300.32 } 300.33 300.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 300.35 -genpkg_rules() 300.36 -{ 300.37 - mkdir -p $fs/usr/bin 300.38 - cp -a $install/usr/bin $fs/usr 300.39 +genpkg_rules() { 300.40 + copy @std 300.41 + DEPENDS="glibc-base ncurses readline" 300.42 }
301.1 --- a/netselect/receipt Sat Mar 17 04:50:25 2018 +0200 301.2 +++ b/netselect/receipt Wed Mar 21 15:58:17 2018 +0200 301.3 @@ -20,4 +20,3 @@ 301.4 genpkg_rules() { 301.5 copy netselect 301.6 } 301.7 -
302.1 --- a/newsbeuter/receipt Sat Mar 17 04:50:25 2018 +0200 302.2 +++ b/newsbeuter/receipt Wed Mar 21 15:58:17 2018 +0200 302.3 @@ -1,31 +1,28 @@ 302.4 -# SliTaz package receipt. 302.5 +# SliTaz package receipt v2. 302.6 302.7 PACKAGE="newsbeuter" 302.8 VERSION="2.9" 302.9 CATEGORY="network" 302.10 -SHORT_DESC="RSS/Atom feed reader for text terminals." 302.11 +SHORT_DESC="RSS/Atom feed reader for text terminals" 302.12 MAINTAINER="pascal.bellard@slitaz.org" 302.13 LICENSE="MIT" 302.14 +WEB_SITE="http://newsbeuter.org/" 302.15 + 302.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 302.17 -WEB_SITE="http://newsbeuter.org/" 302.18 WGET_URL="${WEB_SITE}downloads/$TARBALL" 302.19 302.20 -DEPENDS="gcc49-lib-base libxml2 libjson-c curl sqlite3 stfl" 302.21 -BUILD_DEPENDS="pkg-config gettext libxml2-dev libjson-c-dev curl-dev \ 302.22 -sqlite3-dev stfl-dev ncurses-dev gcc49" 302.23 +BUILD_DEPENDS="gettext libxml2-dev libjson-c-dev curl-dev sqlite3-dev stfl-dev \ 302.24 +ncurses-dev gcc49" 302.25 302.26 -# Rules to configure and make the package. 302.27 -compile_rules() 302.28 -{ 302.29 +compile_rules() { 302.30 sed -i 's|/usr/local|/usr|;s|^include config.mk|-&|' Makefile 302.31 export LD_LIBRARY_PATH="/usr/libgcc49:$LD_LIBRARY_PATH" 302.32 + 302.33 make CC=gcc-49 CXX=g++-49 && 302.34 make DESTDIR=$DESTDIR install 302.35 } 302.36 302.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 302.38 -genpkg_rules() 302.39 -{ 302.40 - mkdir -p $fs/usr 302.41 - cp -a $install/usr/bin $fs/usr/ 302.42 +genpkg_rules() { 302.43 + copy @std 302.44 + DEPENDS="gcc49-lib-base libxml2 libjson-c curl sqlite3 stfl" 302.45 }
303.1 --- a/newt/receipt Sat Mar 17 04:50:25 2018 +0200 303.2 +++ b/newt/receipt Wed Mar 21 15:58:17 2018 +0200 303.3 @@ -14,9 +14,7 @@ 303.4 BUILD_DEPENDS="slang-dev popt-dev python-dev tcl-dev" 303.5 SPLIT="newt-dev" 303.6 303.7 -# Rules to configure and make the package. 303.8 -compile_rules() 303.9 -{ 303.10 +compile_rules() { 303.11 sed -e 's/^LIBNEWT =/#&/' \ 303.12 -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \ 303.13 -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \ 303.14 @@ -28,11 +26,12 @@ 303.15 make && make install 303.16 } 303.17 303.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 303.19 -genpkg_rules() 303.20 -{ 303.21 +genpkg_rules() { 303.22 case $PACKAGE in 303.23 - newt) copy @std *.mo; DEPENDS="popt python slang tcl gpm";; 303.24 + newt) 303.25 + copy @std *.mo 303.26 + DEPENDS="popt python slang tcl gpm" 303.27 + ;; 303.28 *-dev) copy @dev;; 303.29 esac 303.30 }
304.1 --- a/nfs-utils/receipt Sat Mar 17 04:50:25 2018 +0200 304.2 +++ b/nfs-utils/receipt Wed Mar 21 15:58:17 2018 +0200 304.3 @@ -1,59 +1,52 @@ 304.4 -# SliTaz package receipt. 304.5 +# SliTaz package receipt v2. 304.6 304.7 PACKAGE="nfs-utils" 304.8 VERSION="1.3.0" 304.9 CATEGORY="system-tools" 304.10 -SHORT_DESC="Network FileSystem tools." 304.11 +SHORT_DESC="Network FileSystem tools" 304.12 MAINTAINER="pascal.bellard@slitaz.org" 304.13 LICENSE="GPL2" 304.14 +WEB_SITE="http://nfs.sourceforge.net/" 304.15 + 304.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 304.17 -WEB_SITE="http://nfs.sourceforge.net/" 304.18 -WGET_URL="$SF_MIRROR/nfs/$PACKAGE/$VERSION/$TARBALL" 304.19 -CONFIG_FILES="/etc/exports" 304.20 -TAGS="filesystem" 304.21 +WGET_URL="$SF_MIRROR/nfs/$TARBALL" 304.22 304.23 -DEPENDS="libtirpc libwrap libcap util-linux-blkid util-linux-uuid rpcbind" 304.24 BUILD_DEPENDS="libtirpc-dev libcap-dev libwrap-dev util-linux-blkid-dev \ 304.25 util-linux-uuid-dev util-linux-blkid" 304.26 304.27 -# Handle SliTaz arch. 304.28 -case "$SLITAZ_ARCH" in 304.29 - i?86) DEPENDS="$DEPENDS linux-nfsd" ;; 304.30 -esac 304.31 +compile_rules() { 304.32 + case "$ARCH" in 304.33 + arm*) 304.34 + ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc 304.35 + --without-tcp-wrappers CC_FOR_BUILD=${HOST_SYSTEM}-gcc" ;; 304.36 + esac 304.37 304.38 -# Handle cross compilation. 304.39 -case "$ARCH" in 304.40 - arm*) 304.41 - ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc 304.42 - --without-tcp-wrappers CC_FOR_BUILD=${HOST_SYSTEM}-gcc" ;; 304.43 -esac 304.44 - 304.45 -# Rules to configure and make the package. 304.46 -compile_rules() 304.47 -{ 304.48 #sh autogen.sh 304.49 ./configure \ 304.50 --disable-nfsv4 \ 304.51 --disable-gss \ 304.52 - $CONFIGURE_ARGS ${ARCH_ARGS} && 304.53 - make && make install 304.54 + $CONFIGURE_ARGS $ARCH_ARGS && 304.55 + make && make install || return 1 304.56 + 304.57 + cp -a $stuff/* $install 304.58 } 304.59 304.60 -# Rules to gen a SliTaz package suitable for Tazpkg. 304.61 -genpkg_rules() 304.62 -{ 304.63 - mkdir -p $fs/usr 304.64 - cp -a stuff/* $fs 304.65 - cp -a $install/var $fs 304.66 - cp -a $install/sbin $fs 304.67 - cp -a $install/usr/sbin $fs/usr 304.68 +genpkg_rules() { 304.69 + copy @std 304.70 + DEPENDS="libtirpc libwrap libcap util-linux-blkid util-linux-uuid rpcbind \ 304.71 + linux-nfsd" 304.72 + case "$SLITAZ_ARCH" in 304.73 + arm*) DEPENDS="libtirpc libwrap libcap util-linux-blkid \ 304.74 + util-linux-uuid rpcbind";; 304.75 + esac 304.76 + CONFIG_FILES="/etc/exports" 304.77 + TAGS="filesystem" 304.78 } 304.79 304.80 -post_install() 304.81 -{ 304.82 +post_install() { 304.83 grep ^nfs "$1/etc/services" || 304.84 sed -i 's|.* 2401/tcp.*|nfs 2049/tcp\nnfs 2049/udp\n&|' "$1/etc/services" 304.85 - [ -s "$1/etc/exports" ] || cat > "$1/etc/exports" <<EOT 304.86 + [ -s "$1/etc/exports" ] || cat > "$1/etc/exports" <<EOT 304.87 #/home 192.168.0.0/255.255.255.0(rw,subtree_check) 304.88 EOT 304.89 }
305.1 --- a/nicotine+/receipt Sat Mar 17 04:50:25 2018 +0200 305.2 +++ b/nicotine+/receipt Wed Mar 21 15:58:17 2018 +0200 305.3 @@ -1,39 +1,26 @@ 305.4 -# SliTaz package receipt. 305.5 +# SliTaz package receipt v2. 305.6 305.7 PACKAGE="nicotine+" 305.8 VERSION="1.2.16" 305.9 CATEGORY="network" 305.10 -SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network." 305.11 +SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network" 305.12 MAINTAINER="claudinei@slitaz.org" 305.13 LICENSE="GPL3" 305.14 +WEB_SITE="http://www.nicotine-plus.org" 305.15 + 305.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 305.17 -WEB_SITE="http://www.nicotine-plus.org" 305.18 -WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL" 305.19 -TAGS="fileshare p2p peer-to-peer" 305.20 +WGET_URL="$SF_MIRROR/nicotine-plus/$TARBALL" 305.21 305.22 -DEPENDS="gtk+ python pygtk" 305.23 BUILD_DEPENDS="python-dev pygtk-dev" 305.24 305.25 -# Rules to configure and make the package. 305.26 -compile_rules() 305.27 -{ 305.28 - python setup.py install --root=$DESTDIR 305.29 +compile_rules() { 305.30 + python setup.py install --root=$DESTDIR || return 1 305.31 + 305.32 + mv $install/usr/bin/nicotine.py $install/usr/bin/nicotine 305.33 } 305.34 305.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 305.36 -genpkg_rules() 305.37 -{ 305.38 - mkdir -p $fs/usr $fs/usr/share $fs/usr/share/nicotine 305.39 - cp -a $install/usr/bin $fs/usr 305.40 - mv $fs/usr/bin/nicotine.py $fs/usr/bin/nicotine 305.41 - cp -a $install/usr/lib $fs/usr 305.42 - cp -a $install/usr/share/applications $fs/usr/share 305.43 - cp -a $install/usr/share/pixmaps $fs/usr/share 305.44 - cp -a $install/usr/share/nicotine/sounds $fs/usr/share/nicotine 305.45 - 305.46 - for lang in de es fr pt_BR; do 305.47 - mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES 305.48 - cp -a $install/usr/share/locale/$lang/LC_MESSAGES/nicotine.mo \ 305.49 - $fs/usr/share/locale/$lang/LC_MESSAGES 305.50 - done 305.51 +genpkg_rules() { 305.52 + copy @std *.mo 305.53 + DEPENDS="gtk+ python pygtk" 305.54 + TAGS="fileshare p2p peer-to-peer" 305.55 }
306.1 --- a/nilfs-utils/receipt Sat Mar 17 04:50:25 2018 +0200 306.2 +++ b/nilfs-utils/receipt Wed Mar 21 15:58:17 2018 +0200 306.3 @@ -15,9 +15,7 @@ 306.4 BUILD_DEPENDS="automake libtool util-linux-uuid-dev util-linux-mount-dev" 306.5 SPLIT="nilfs-utils-dev" 306.6 306.7 -# Rules to configure and make the package. 306.8 -compile_rules() 306.9 -{ 306.10 +compile_rules() { 306.11 ./autogen.sh && 306.12 ./configure \ 306.13 --with-libmount \ 306.14 @@ -25,9 +23,7 @@ 306.15 make && make install 306.16 } 306.17 306.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 306.19 -genpkg_rules() 306.20 -{ 306.21 +genpkg_rules() { 306.22 case $PACKAGE in 306.23 *-utils) 306.24 copy @std
307.1 --- a/ninvaders/receipt Sat Mar 17 04:50:25 2018 +0200 307.2 +++ b/ninvaders/receipt Wed Mar 21 15:58:17 2018 +0200 307.3 @@ -1,29 +1,27 @@ 307.4 -# SliTaz package receipt. 307.5 +# SliTaz package receipt v2. 307.6 307.7 PACKAGE="ninvaders" 307.8 VERSION="0.1.1" 307.9 CATEGORY="games" 307.10 -SHORT_DESC="Space Invaders clone." 307.11 +SHORT_DESC="Space Invaders clone" 307.12 MAINTAINER="pankso@slitaz.org" 307.13 LICENSE="GPL2" 307.14 +WEB_SITE="http://ninvaders.sourceforge.net/" 307.15 + 307.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 307.17 -WEB_SITE="http://ninvaders.sourceforge.net/" 307.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 307.19 -TAGS="shooting" 307.20 307.21 -DEPENDS="ncurses" 307.22 BUILD_DEPENDS="ncurses-dev" 307.23 307.24 -# Rules to configure and make the package. 307.25 -compile_rules() 307.26 -{ 307.27 - make CC=${HOST_SYSTEM}-gcc 307.28 +compile_rules() { 307.29 + make CC=$HOST_SYSTEM-gcc || return 1 307.30 + 307.31 + install -Dm755 $src/nInvaders $install/usr/games/nInvaders 307.32 + install -Dm644 $stuff/ninvader.png $install/usr/share/pixmaps/ninvader.png 307.33 } 307.34 307.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 307.36 -genpkg_rules() 307.37 -{ 307.38 - mkdir -p $fs/usr/games $fs/usr/share/pixmaps 307.39 - cp -a $src/nInvaders $fs/usr/games 307.40 - cp -a $stuff/ninvader.png $fs/usr/share/pixmaps 307.41 +genpkg_rules() { 307.42 + copy @std 307.43 + DEPENDS="ncurses" 307.44 + TAGS="shooting" 307.45 }
308.1 --- a/nis/receipt Sat Mar 17 04:50:25 2018 +0200 308.2 +++ b/nis/receipt Wed Mar 21 15:58:17 2018 +0200 308.3 @@ -1,16 +1,13 @@ 308.4 -# SliTaz package receipt. 308.5 +# SliTaz package receipt v2. 308.6 308.7 PACKAGE="nis" 308.8 VERSION="1.0" 308.9 CATEGORY="meta" 308.10 -SHORT_DESC="Yellow pages." 308.11 +SHORT_DESC="Yellow pages" 308.12 MAINTAINER="pascal.bellard@slitaz.org" 308.13 LICENSE="GPL2" 308.14 WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/" 308.15 -DEPENDS="ypserv yp-tools ypbind-mt" 308.16 308.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 308.18 -genpkg_rules() 308.19 -{ 308.20 - mkdir $fs/etc 308.21 +genpkg_rules() { 308.22 + DEPENDS="ypserv yp-tools ypbind-mt" 308.23 }
309.1 --- a/nitrogen/receipt Sat Mar 17 04:50:25 2018 +0200 309.2 +++ b/nitrogen/receipt Wed Mar 21 15:58:17 2018 +0200 309.3 @@ -1,42 +1,30 @@ 309.4 -# SliTaz package receipt. 309.5 +# SliTaz package receipt v2. 309.6 309.7 PACKAGE="nitrogen" 309.8 VERSION="1.5.2" 309.9 CATEGORY="x-window" 309.10 -SHORT_DESC="Nitrogen is a background browser and setter for X windows." 309.11 +SHORT_DESC="Nitrogen is a background browser and setter for X windows" 309.12 MAINTAINER="mallory@sweetpeople.org" 309.13 LICENSE="GPL2" 309.14 +WEB_SITE="http://projects.l3ib.org/nitrogen" 309.15 + 309.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 309.17 -WEB_SITE="http://projects.l3ib.org/nitrogen" 309.18 WGET_URL="$WEB_SITE/files/$TARBALL" 309.19 -TAGS="wallpaper" 309.20 309.21 -DEPENDS="gtkmm libpng16 gcc-lib-base" 309.22 -BUILD_DEPENDS="gtkmm gtkmm-dev libpng16-dev pkg-config glib-dev gtk+-dev cairomm-dev xorg-libXinerama-dev" 309.23 +BUILD_DEPENDS="gtkmm-dev libpng16-dev glib-dev gtk+-dev cairomm-dev \ 309.24 +xorg-libXinerama-dev" 309.25 309.26 -# Rules to configure and make the package. 309.27 -compile_rules() 309.28 -{ 309.29 +compile_rules() { 309.30 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 309.31 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 309.32 - 309.33 - cd $src 309.34 - sed -e '/png.h/d' < src/Thumbview.cc > src/Thumbview.cc.patched 309.35 - mv src/Thumbview.cc.patched src/Thumbview.cc 309.36 - ./configure \ 309.37 - --prefix=/usr \ 309.38 - --infodir=/usr/share/info \ 309.39 - --mandir=/usr/share/man \ 309.40 - $CONFIGURE_ARGS && 309.41 - make && make DESTDIR=$DESTDIR install 309.42 + 309.43 + sed -i '/png.h/d' src/Thumbview.cc 309.44 + 309.45 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 309.46 } 309.47 309.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 309.49 -genpkg_rules() 309.50 -{ 309.51 - mkdir -p $fs/usr/share/pixmaps 309.52 - cp -a $install/usr/bin $fs/usr 309.53 - cp -a $install/usr/share/icons/hicolor/32x32/apps/nitrogen.png \ 309.54 - $fs/usr/share/pixmaps/ 309.55 +genpkg_rules() { 309.56 + copy @std 309.57 + DEPENDS="gtkmm libpng16 gcc-lib-base" 309.58 + TAGS="wallpaper" 309.59 } 309.60 -
310.1 --- a/njconnect/receipt Sat Mar 17 04:50:25 2018 +0200 310.2 +++ b/njconnect/receipt Wed Mar 21 15:58:17 2018 +0200 310.3 @@ -1,26 +1,23 @@ 310.4 -# SliTaz package receipt. 310.5 +# SliTaz package receipt v2. 310.6 310.7 PACKAGE="njconnect" 310.8 VERSION="1.2" 310.9 CATEGORY="multimedia" 310.10 -SHORT_DESC="njconnect - Jack connection manager (ncurses)" 310.11 +SHORT_DESC="Jack connection manager (ncurses)" 310.12 MAINTAINER="xj@wp.pl" 310.13 LICENSE="GPL2" 310.14 WEB_SITE="http://njconnect.sourceforge.net" 310.15 + 310.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 310.17 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz" 310.18 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 310.19 310.20 -DEPENDS="jack ncurses" 310.21 BUILD_DEPENDS="jack-dev ncurses-dev xz" 310.22 310.23 -# Rules to configure and make the package. 310.24 -compile_rules() 310.25 -{ 310.26 +compile_rules() { 310.27 make DESTDIR=$install install 310.28 } 310.29 310.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 310.31 -genpkg_rules() 310.32 -{ 310.33 - cp -a $install/* $fs 310.34 +genpkg_rules() { 310.35 + copy @std 310.36 + DEPENDS="jack ncurses" 310.37 }
311.1 --- a/nmap/receipt Sat Mar 17 04:50:25 2018 +0200 311.2 +++ b/nmap/receipt Wed Mar 21 15:58:17 2018 +0200 311.3 @@ -1,36 +1,31 @@ 311.4 -# SliTaz package receipt. 311.5 +# SliTaz package receipt v2. 311.6 311.7 PACKAGE="nmap" 311.8 VERSION="6.25" 311.9 CATEGORY="security" 311.10 -SHORT_DESC="The Network Mapper." 311.11 +SHORT_DESC="The Network Mapper" 311.12 MAINTAINER="erjo@slitaz.org" 311.13 LICENSE="GPL2" 311.14 +WEB_SITE="http://nmap.org/" 311.15 + 311.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 311.17 -WEB_SITE="http://nmap.org/" 311.18 WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL" 311.19 -TAGS="network" 311.20 311.21 -DEPENDS="openssl libpcap pcre gcc-lib-base" 311.22 BUILD_DEPENDS="libpcap-dev python-dev openssl-dev pcre-dev" 311.23 311.24 -# Rules to configure and make the package. 311.25 -compile_rules() 311.26 -{ 311.27 +compile_rules() { 311.28 patch -p1 < $stuff/$PACKAGE-$VERSION-nolua.patch 311.29 + 311.30 ./configure \ 311.31 --cache-file=$PWD/config.cache \ 311.32 - --without-liblua \ 311.33 + --without-liblua \ 311.34 $CONFIGURE_ARGS && 311.35 - make 2>&1 | grep -v makefile.dep && 311.36 + make && 311.37 make DESTDIR=$DESTDIR install-nmap 311.38 } 311.39 311.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 311.41 -genpkg_rules() 311.42 -{ 311.43 - mkdir -p $fs/usr $fs/usr/share 311.44 - cp -a $install/usr/bin $fs/usr 311.45 - cp -a $install/usr/share/nmap $fs/usr/share 311.46 +genpkg_rules() { 311.47 + copy @std 311.48 + DEPENDS="openssl libpcap pcre gcc-lib-base" 311.49 + TAGS="network" 311.50 } 311.51 -
312.1 --- a/nms/receipt Sat Mar 17 04:50:25 2018 +0200 312.2 +++ b/nms/receipt Wed Mar 21 15:58:17 2018 +0200 312.3 @@ -1,29 +1,24 @@ 312.4 -# SliTaz package receipt. 312.5 +# SliTaz package receipt v2. 312.6 312.7 PACKAGE="nms" 312.8 VERSION="10122016" 312.9 CATEGORY="utilities" 312.10 -SHORT_DESC="Decrypting effects for text." 312.11 +SHORT_DESC="Decrypting effects for text" 312.12 MAINTAINER="paul@slitaz.org" 312.13 LICENSE="GPL3" 312.14 +WEB_SITE="https://github.com/bartobri/no-more-secrets" 312.15 + 312.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 312.17 -WEB_SITE="https://github.com/bartobri/no-more-secrets" 312.18 WGET_URL="git|git://github.com/bartobri/no-more-secrets" 312.19 312.20 -DEPENDS="ncurses" 312.21 BUILD_DEPENDS="git bzip2 ncurses-dev" 312.22 312.23 -# Rules to configure and make the package. 312.24 -compile_rules() 312.25 -{ 312.26 - make 312.27 +compile_rules() { 312.28 + make && 312.29 make prefix=/usr DESTDIR=$DESTDIR install 312.30 } 312.31 312.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 312.33 -genpkg_rules() 312.34 -{ 312.35 - mkdir -p $fs/usr 312.36 - cp -a $install/usr/bin $fs/usr 312.37 +genpkg_rules() { 312.38 + copy @std 312.39 + DEPENDS="ncurses" 312.40 } 312.41 -
313.1 --- a/nomad/receipt Sat Mar 17 04:50:25 2018 +0200 313.2 +++ b/nomad/receipt Wed Mar 21 15:58:17 2018 +0200 313.3 @@ -1,23 +1,20 @@ 313.4 -# SliTaz package receipt. 313.5 +# SliTaz package receipt v2. 313.6 313.7 PACKAGE="nomad" 313.8 VERSION="0.1" 313.9 CATEGORY="misc" 313.10 -SHORT_DESC="user friendly wifi configure for nomads." 313.11 -WEB_SITE="http://doc.slitaz.org/en:guides:wifi-easy" 313.12 +SHORT_DESC="User friendly Wi-Fi configure for nomads" 313.13 MAINTAINER="sygne@ombres.eu" 313.14 LICENSE="GPL3" 313.15 +WEB_SITE="http://doc.slitaz.org/en:guides:wifi-easy" 313.16 313.17 -DEPENDS="gtkdialog wireless_tools" 313.18 - 313.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 313.20 -genpkg_rules() 313.21 -{ 313.22 - mkdir -p $fs/usr/sbin 313.23 - cp -a stuff/nomad $fs/usr/sbin/ 313.24 - cp -a stuff/nomadbox $fs/usr/sbin/ 313.25 - 313.26 - mkdir $fs/etc 313.27 - cp -a stuff/nomad.conf $fs/etc/ 313.28 +compile_rules() { 313.29 + install -Dm755 $stuff/nomad $install/usr/sbin/nomad 313.30 + install -Dm755 $stuff/nomadbox $install/usr/sbin/nomadbox 313.31 + install -Dm644 $stuff/nomad.conf $install/etc/nomad.conf 313.32 } 313.33 313.34 +genpkg_rules() { 313.35 + copy @std 313.36 + DEPENDS="gtkdialog wireless_tools" 313.37 +}
314.1 --- a/non-studio/receipt Sat Mar 17 04:50:25 2018 +0200 314.2 +++ b/non-studio/receipt Wed Mar 21 15:58:17 2018 +0200 314.3 @@ -1,4 +1,4 @@ 314.4 -# SliTaz package receipt. 314.5 +# SliTaz package receipt v2. 314.6 314.7 PACKAGE="non-studio" 314.8 GITHASH="de7c7ae0b8ae33e06c9ebf31bcc4a97dfa614532" 314.9 @@ -7,34 +7,23 @@ 314.10 SHORT_DESC="Complete studio, powerful, fast and light" 314.11 MAINTAINER="pankso@slitaz.org" 314.12 LICENSE="GPL3" 314.13 +WEB_SITE="http://non.tuxfamily.org" 314.14 + 314.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 314.16 -WEB_SITE="http://non.tuxfamily.org" 314.17 WGET_URL="http://git.tuxfamily.org/non/non/?p=non/non.git;a=snapshot;h=$GITHASH;sf=tgz" 314.18 314.19 -DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack \ 314.20 -ladspa" 314.21 +BUILD_DEPENDS_arm="ntk-dev libsndfile-dev libsigc++-dev liblrdf-dev liblo-dev \ 314.22 +jack-dev ladspa-dev" 314.23 BUILD_DEPENDS="ntk-dev libsndfile-dev libsigc++-dev liblrdf-dev liblo-dev \ 314.24 -jack-dev ladspa-dev" 314.25 +jack-dev ladspa-dev git python" 314.26 314.27 -# Handle cross compilation 314.28 -case "$ARCH" in 314.29 - i?86) BUILD_DEPENDS="$BUILD_DEPENDS git python" 314.30 -esac 314.31 - 314.32 -# Rules to configure and make the package. --project=mixer 314.33 -compile_rules() 314.34 -{ 314.35 +compile_rules() { 314.36 ./waf configure --prefix=/usr && 314.37 ./waf build && 314.38 - ./waf install --destdir=${DESTDIR} 314.39 + ./waf install --destdir=$DESTDIR 314.40 } 314.41 314.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 314.43 -genpkg_rules() 314.44 -{ 314.45 - mkdir -p $fs/usr/share/icons/hicolor 314.46 - cp -a $install/usr/bin $fs/usr 314.47 - cp -a $install/usr/share/non-* $fs/usr/share 314.48 - cp -a $install/usr/share/icons/hicolor/32x32 \ 314.49 - $fs/usr/share/icons/hicolor 314.50 +genpkg_rules() { 314.51 + copy @std 314.52 + DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack ladspa" 314.53 }
315.1 --- a/normalize/receipt Sat Mar 17 04:50:25 2018 +0200 315.2 +++ b/normalize/receipt Wed Mar 21 15:58:17 2018 +0200 315.3 @@ -1,4 +1,4 @@ 315.4 -# SliTaz package receipt. 315.5 +# SliTaz package receipt v2. 315.6 315.7 PACKAGE="normalize" 315.8 VERSION="0.7.7" 315.9 @@ -6,28 +6,18 @@ 315.10 SHORT_DESC="Audio file volume normalizer" 315.11 MAINTAINER="devl547@gmail.com" 315.12 LICENSE="GPL2" 315.13 +WEB_SITE="http://normalize.nongnu.org/" 315.14 + 315.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 315.16 -WEB_SITE="http://normalize.nongnu.org/" 315.17 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 315.18 315.19 BUILD_DEPENDS="libmad-dev audiofile-dev" 315.20 -DEPENDS="libmad audiofile" 315.21 315.22 -# Rules to configure and make the package. 315.23 -compile_rules() 315.24 -{ 315.25 - cd $src 315.26 - ./configure --prefix=/usr --sysconfdir=/etc \ 315.27 - --libexecdir=/usr/bin --mandir=/usr/share/man \ 315.28 - $CONFIGURE_ARGS && 315.29 - make && 315.30 - make DESTDIR=$DESTDIR install 315.31 +compile_rules() { 315.32 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 315.33 } 315.34 315.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 315.36 -genpkg_rules() 315.37 -{ 315.38 - mkdir -p $fs/usr/ 315.39 - cp -a $install/usr/bin $fs/usr 315.40 +genpkg_rules() { 315.41 + copy @std 315.42 + DEPENDS="libmad audiofile" 315.43 } 315.44 -
316.1 --- a/notecase/receipt Sat Mar 17 04:50:25 2018 +0200 316.2 +++ b/notecase/receipt Wed Mar 21 15:58:17 2018 +0200 316.3 @@ -1,4 +1,4 @@ 316.4 -# SliTaz package receipt 316.5 +# SliTaz package receipt v2. 316.6 316.7 PACKAGE="notecase" 316.8 VERSION="1.9.8" 316.9 @@ -6,29 +6,26 @@ 316.10 SHORT_DESC="A hierarchical text notes manager" 316.11 MAINTAINER="cooltaz@fastmail.fm" 316.12 LICENSE="BSD" 316.13 +WEB_SITE="http://notecase.sourceforge.net/" 316.14 + 316.15 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" 316.16 -WEB_SITE="http://notecase.sourceforge.net/" 316.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 316.18 -TAGS="office notes" 316.19 316.20 -DEPENDS="gnome-vfs gtksourceview" 316.21 -BUILD_DEPENDS="gtk+-dev xorg-pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev \ 316.22 -pkg-config gettext-tools" 316.23 +BUILD_DEPENDS="gtk+-dev xorg-pixman-dev gtksourceview-dev gnome-vfs-dev \ 316.24 +GConf-dev gettext-tools" 316.25 316.26 -# Rules to configure and make the package. 316.27 -compile_rules() 316.28 -{ 316.29 +compile_rules() { 316.30 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 316.31 busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1 316.32 - 316.33 + 316.34 sed -i s/'install -D'/'install'/ Makefile 316.35 sed -i 's/^DEBSIZE:=.*/DEBSIZE:=0/' Makefile* 316.36 + 316.37 # Compile 316.38 make CFLAGS="$(pkg-config gnome-vfs-2.0 --cflags)" 316.39 # Locale trick (Makefile use install -D) 316.40 cd po 316.41 - for i in `ls *.po | cut -f1 -d.` 316.42 - do 316.43 + for i in $(ls *.po | cut -f1 -d.); do 316.44 mkdir -p $install/usr/share/locale/$i/LC_MESSAGES 316.45 done 316.46 cd .. 316.47 @@ -36,12 +33,8 @@ 316.48 make DESTDIR=$DESTDIR install 316.49 } 316.50 316.51 -# Rules to gen a SliTaz package suitable for Tazpkg. 316.52 -genpkg_rules() 316.53 -{ 316.54 - mkdir -p $fs/usr/share/applications 316.55 - 316.56 - cp -a $install/usr/bin $fs/usr 316.57 - cp -a $stuff/notecase.desktop $fs/usr/share/applications 316.58 +genpkg_rules() { 316.59 + copy @std 316.60 + DEPENDS="gnome-vfs gtksourceview" 316.61 + TAGS="office notes" 316.62 } 316.63 -
317.1 --- a/notification-daemon-gtk2/receipt Sat Mar 17 04:50:25 2018 +0200 317.2 +++ b/notification-daemon-gtk2/receipt Wed Mar 21 15:58:17 2018 +0200 317.3 @@ -16,7 +16,10 @@ 317.4 SPLIT="notification-daemon-gtk2-dev" 317.5 317.6 compile_rules() { 317.7 - ./configure $CONFIGURE_ARGS && make && make install 317.8 + fix ld 317.9 + ./configure $CONFIGURE_ARGS && 317.10 + fix libtool && 317.11 + make && make install 317.12 } 317.13 317.14 genpkg_rules() {
318.1 --- a/notify-python/receipt Sat Mar 17 04:50:25 2018 +0200 318.2 +++ b/notify-python/receipt Wed Mar 21 15:58:17 2018 +0200 318.3 @@ -1,4 +1,4 @@ 318.4 -# SliTaz package receipt. 318.5 +# SliTaz package receipt v2. 318.6 318.7 PACKAGE="notify-python" 318.8 VERSION="0.1.1" 318.9 @@ -6,29 +6,21 @@ 318.10 SHORT_DESC="Python binding to libnotify" 318.11 MAINTAINER="pankso@slitaz.org" 318.12 LICENSE="LGPL2.1" 318.13 +WEB_SITE="http://www.galago-project.org/" 318.14 + 318.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 318.16 -WEB_SITE="http://www.galago-project.org/" 318.17 WGET_URL="http://www.galago-project.org/files/releases/source/notify-python/$TARBALL" 318.18 -TAGS="python" 318.19 318.20 -DEPENDS="python libnotify" 318.21 -BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" 318.22 +BUILD_DEPENDS="python-dev libnotify-dev pygtk-dev" 318.23 318.24 -# Rules to configure and make the package. 318.25 -compile_rules() 318.26 -{ 318.27 +compile_rules() { 318.28 sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c 318.29 - ./configure \ 318.30 - --prefix=/usr \ 318.31 - $CONFIGURE_ARGS && 318.32 - make && 318.33 - make DESTDIR=$DESTDIR install 318.34 + 318.35 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 318.36 } 318.37 318.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 318.39 -genpkg_rules() 318.40 -{ 318.41 - mkdir -p $fs/usr 318.42 - cp -a $install/usr/lib $fs/usr 318.43 - cp -a $install/usr/share $fs/usr 318.44 +genpkg_rules() { 318.45 + copy @std 318.46 + DEPENDS="python libnotify" 318.47 + TAGS="python" 318.48 }
319.1 --- a/noto-mono/receipt Sat Mar 17 04:50:25 2018 +0200 319.2 +++ b/noto-mono/receipt Wed Mar 21 15:58:17 2018 +0200 319.3 @@ -1,4 +1,4 @@ 319.4 -# SliTaz package receipt. 319.5 +# SliTaz package receipt v2. 319.6 319.7 PACKAGE="noto-mono" 319.8 VERSION="1.00" 319.9 @@ -8,11 +8,8 @@ 319.10 MAINTAINER="al.bobylev@gmail.com" 319.11 LICENSE="OFL" 319.12 WEB_SITE="http://www.google.com/get/noto/" 319.13 -TAGS="font" 319.14 319.15 -# Rules to configure and make the package. 319.16 -compile_rules() 319.17 -{ 319.18 +compile_rules() { 319.19 # The Noto font web site don't provides downloads of "Noto Mono". 319.20 319.21 # Github project provides versioned downloads, but only in form of 319.22 @@ -37,8 +34,7 @@ 319.23 cp -a $src/*.ttf $f 319.24 } 319.25 319.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 319.27 -genpkg_rules() 319.28 -{ 319.29 +genpkg_rules() { 319.30 copy *.ttf 319.31 + TAGS="font" 319.32 }
320.1 --- a/noto-sans/receipt Sat Mar 17 04:50:25 2018 +0200 320.2 +++ b/noto-sans/receipt Wed Mar 21 15:58:17 2018 +0200 320.3 @@ -1,4 +1,4 @@ 320.4 -# SliTaz package receipt. 320.5 +# SliTaz package receipt v2. 320.6 320.7 PACKAGE="noto-sans" 320.8 VERSION="1.06" 320.9 @@ -8,13 +8,10 @@ 320.10 MAINTAINER="al.bobylev@gmail.com" 320.11 LICENSE="OFL" 320.12 WEB_SITE="http://www.google.com/get/noto/" 320.13 -TAGS="font" 320.14 320.15 SIBLINGS="noto-serif" 320.16 320.17 -# Rules to configure and make the package. 320.18 -compile_rules() 320.19 -{ 320.20 +compile_rules() { 320.21 # The Noto font web site provides downloads: 320.22 # https://noto-website-2.storage.googleapis.com/pkgs/NotoSans-hinted.zip 320.23 # But these files are not versioned, so we never know which version we are 320.24 @@ -44,8 +41,7 @@ 320.25 cp -a $src/*.ttf $f 320.26 } 320.27 320.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 320.29 -genpkg_rules() 320.30 -{ 320.31 +genpkg_rules() { 320.32 copy *.ttf 320.33 + TAGS="font" 320.34 }
321.1 --- a/noto-serif/receipt Sat Mar 17 04:50:25 2018 +0200 321.2 +++ b/noto-serif/receipt Wed Mar 21 15:58:17 2018 +0200 321.3 @@ -1,4 +1,4 @@ 321.4 -# SliTaz package receipt. 321.5 +# SliTaz package receipt v2. 321.6 321.7 PACKAGE="noto-serif" 321.8 VERSION="1.06" 321.9 @@ -8,13 +8,10 @@ 321.10 MAINTAINER="al.bobylev@gmail.com" 321.11 LICENSE="OFL" 321.12 WEB_SITE="http://www.google.com/get/noto/" 321.13 -TAGS="font" 321.14 321.15 SIBLINGS="noto-serif" 321.16 321.17 -# Rules to configure and make the package. 321.18 -compile_rules() 321.19 -{ 321.20 +compile_rules() { 321.21 # The Noto font web site provides downloads: 321.22 # https://noto-website-2.storage.googleapis.com/pkgs/NotoSerif-hinted.zip 321.23 # But these files are not versioned, so we never know which version we are 321.24 @@ -45,8 +42,7 @@ 321.25 cp -a $src/*.ttf $f 321.26 } 321.27 321.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 321.29 -genpkg_rules() 321.30 -{ 321.31 +genpkg_rules() { 321.32 copy *.ttf 321.33 + TAGS="font" 321.34 }
322.1 --- a/novnc/receipt Sat Mar 17 04:50:25 2018 +0200 322.2 +++ b/novnc/receipt Wed Mar 21 15:58:17 2018 +0200 322.3 @@ -1,4 +1,4 @@ 322.4 -# SliTaz package receipt. 322.5 +# SliTaz package receipt v2. 322.6 322.7 PACKAGE="novnc" 322.8 VERSION="201111004" 322.9 @@ -7,35 +7,27 @@ 322.10 MAINTAINER="pascal.bellard@slitaz.org" 322.11 LICENSE="MPL2" 322.12 WEB_SITE="http://github.com/kanaka/noVNC" 322.13 + 322.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 322.15 WGET_URL="git|git://github.com/kanaka/noVNC.git" 322.16 -TAGS="vnc remote-desktop html5" 322.17 322.18 -DEPENDS="python python-numpy" 322.19 BUILD_DEPENDS="python python-pil openssl git" 322.20 -SUGGESTED="pyopenssl openssl" 322.21 322.22 -# Rules to configure and make the package. 322.23 -compile_rules() 322.24 -{ 322.25 - cd $src 322.26 +compile_rules() { 322.27 mkdir -p $DESTDIR 322.28 sed -i 's/bash/sh/;s/ps -p \([^ ]*\)/ps | grep "^ *\1 "/' utils/launch.sh 322.29 + 322.30 IMAGE=/usr/share/images/slitaz-background.jpg 322.31 [ -s $IMAGE ] && utils/img2js.py $IMAGE noVNC_logo > include/logo.js 322.32 cp -a *.html images/favicon.ico utils include $DESTDIR 322.33 } 322.34 322.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 322.36 -genpkg_rules() 322.37 -{ 322.38 - mkdir -p $fs/usr/share/novnc 322.39 - cp -a $install/* $fs/usr/share/novnc 322.40 +genpkg_rules() { 322.41 + copy @std 322.42 } 322.43 322.44 -post_install() 322.45 -{ 322.46 - which openssl > /dev/null && 322.47 +post_install() { 322.48 + which openssl >/dev/null && 322.49 openssl req -new -x509 -keyout "$1/usr/share/novnc/self.pem" \ 322.50 -out "$1/usr/share/novnc/self.pem" -days 3650 -nodes <<EOT 322.51 $(. "$1/etc/locale.conf" ; echo ${LANG#*_}) 322.52 @@ -46,4 +38,7 @@ 322.53 322.54 322.55 EOT 322.56 + DEPENDS="python python-numpy" 322.57 + SUGGESTED="pyopenssl openssl" 322.58 + TAGS="vnc remote-desktop html5" 322.59 }
323.1 --- a/npth/receipt Sat Mar 17 04:50:25 2018 +0200 323.2 +++ b/npth/receipt Wed Mar 21 15:58:17 2018 +0200 323.3 @@ -15,17 +15,13 @@ 323.4 323.5 SPLIT="npth-dev" 323.6 323.7 -# Rules to configure and make the package. 323.8 -compile_rules() 323.9 -{ 323.10 +compile_rules() { 323.11 ./configure $CONFIGURE_ARGS && make && make install 323.12 } 323.13 323.14 -# Rules to gen a SliTaz package suitable for Tazpkg. 323.15 -genpkg_rules() 323.16 -{ 323.17 +genpkg_rules() { 323.18 case $PACKAGE in 323.19 - npth) copy @std;; 323.20 + npth) copy @std;; 323.21 *-dev) copy @dev;; 323.22 esac 323.23 }
324.1 --- a/nqc/receipt Sat Mar 17 04:50:25 2018 +0200 324.2 +++ b/nqc/receipt Wed Mar 21 15:58:17 2018 +0200 324.3 @@ -1,34 +1,35 @@ 324.4 -# SliTaz package receipt. 324.5 +# SliTaz package receipt v2. 324.6 324.7 PACKAGE="nqc" 324.8 VERSION="3.1.r6-4" 324.9 CATEGORY="development" 324.10 -SHORT_DESC="Compiler for the Not Quite C programming language." 324.11 +SHORT_DESC="Compiler for the Not Quite C programming language" 324.12 MAINTAINER="rcx@zoominternet.net" 324.13 LICENSE="MPL" 324.14 +WEB_SITE="http://bricxcc.sourceforge.net/nqc/" 324.15 + 324.16 TARBALL="$PACKAGE-$VERSION.bz2" 324.17 -WEB_SITE="http://bricxcc.sourceforge.net/nqc/" 324.18 #WGET_URL="http://bricxcc.sourceforge.net/nqc/release/$TARBALL" 324.19 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 324.20 -TAGS="compiler language" 324.21 324.22 -DEPENDS="glibc-base gcc-lib-base" 324.23 BUILD_DEPENDS="flex" 324.24 324.25 -# Rules to configure and make the package. 324.26 -compile_rules() 324.27 -{ 324.28 +compile_rules() { 324.29 [ -s $TARBALL ] && tar xjf $TARBALL -C .. 324.30 - make -j1 TOOLPREFIX="$TOOLPREFIX" \ 324.31 + 324.32 + make -j1 \ 324.33 + TOOLPREFIX="$TOOLPREFIX" \ 324.34 DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \ 324.35 DEFAULT_USB_NAME='"/dev/usb/legousbtower0"' \ 324.36 DEFAULT_PORT_NAME='"usb"' && 324.37 - make PREFIX=/usr MANDIR=/usr/share/man/man1 install 324.38 + make \ 324.39 + PREFIX=/usr \ 324.40 + MANDIR=/usr/share/man/man1 \ 324.41 + install 324.42 } 324.43 324.44 -# Rules to gen a SliTaz package suitable for Tazpkg. 324.45 -genpkg_rules() 324.46 -{ 324.47 - mkdir -p $fs/usr 324.48 - cp -a $install/usr/bin $fs/usr 324.49 +genpkg_rules() { 324.50 + copy @std 324.51 + DEPENDS="glibc-base gcc-lib-base" 324.52 + TAGS="compiler language" 324.53 }
325.1 --- a/nsd/receipt Sat Mar 17 04:50:25 2018 +0200 325.2 +++ b/nsd/receipt Wed Mar 21 15:58:17 2018 +0200 325.3 @@ -1,35 +1,24 @@ 325.4 -# SliTaz package receipt. 325.5 +# SliTaz package receipt v2. 325.6 325.7 PACKAGE="nsd" 325.8 VERSION="4.0.1" 325.9 CATEGORY="network" 325.10 -SHORT_DESC="An authoritative only, high performance, and simple name server." 325.11 +SHORT_DESC="An authoritative only, high performance, and simple name server" 325.12 MAINTAINER="pascal.bellard@slitaz.org" 325.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 325.14 LICENSE="other" 325.15 WEB_SITE="http://www.nlnetlabs.nl/projects/nsd/" 325.16 + 325.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 325.18 WGET_URL="http://www.nlnetlabs.nl/downloads/nsd/$TARBALL" 325.19 -CONFIG_FILES="/etc/nsd" 325.20 325.21 -DEPENDS="openssl" 325.22 BUILD_DEPENDS="libevent-dev openssl-dev" 325.23 325.24 -# Rules to configure and make the package. 325.25 -compile_rules() 325.26 -{ 325.27 - ./configure --prefix=/usr \ 325.28 - --sysconfdir=/etc \ 325.29 - --localstatedir=/var \ 325.30 - $CONFIGURE_ARGS && 325.31 - make && 325.32 - make DESTDIR=$DESTDIR install 325.33 +compile_rules() { 325.34 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 325.35 } 325.36 325.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 325.38 -genpkg_rules() 325.39 -{ 325.40 - mkdir -p $fs/usr 325.41 - cp -a $install/usr/sbin $fs/usr 325.42 - cp -a $install/var $fs 325.43 - cp -a $install/etc $fs 325.44 +genpkg_rules() { 325.45 + copy @std 325.46 + DEPENDS="openssl" 325.47 + CONFIG_FILES="/etc/nsd" 325.48 }
326.1 --- a/nss-ldapd/receipt Sat Mar 17 04:50:25 2018 +0200 326.2 +++ b/nss-ldapd/receipt Wed Mar 21 15:58:17 2018 +0200 326.3 @@ -1,36 +1,30 @@ 326.4 -# SliTaz package receipt. 326.5 +# SliTaz package receipt v2. 326.6 326.7 PACKAGE="nss-ldapd" 326.8 VERSION="0.7.15" 326.9 CATEGORY="system-tools" 326.10 -SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)." 326.11 +SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)" 326.12 MAINTAINER="pascal.bellard@slitaz.org" 326.13 LICENSE="LGPL2.1" 326.14 -SOURCE="nss-pam-ldapd" 326.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 326.16 WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/" 326.17 -WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL" 326.18 326.19 -DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3" 326.20 +TARBALL="nss-pam-ldapd-$VERSION.tar.gz" 326.21 +WGET_URL="http://arthurdejong.org/nss-pam-ldapd/$TARBALL" 326.22 + 326.23 BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \ 326.24 pam_ldap" 326.25 326.26 -# Rules to configure and make the package. 326.27 -compile_rules() 326.28 -{ 326.29 - mkdir -p $DESTDIR/usr/lib $DESTDIR/etc $DESTDIR/usr/lib/security 326.30 +compile_rules() { 326.31 + mkdir -p \ 326.32 + $DESTDIR/usr/lib \ 326.33 + $DESTDIR/etc \ 326.34 + $DESTDIR/usr/lib/security 326.35 sed -i 's/-D / /' */Makefile.in Makefile.in 326.36 - ./configure --prefix=/usr --infodir=/usr/share/info \ 326.37 - --mandir=/usr/share/man $CONFIGURE_ARGS && 326.38 - make && 326.39 - make DESTDIR=$DESTDIR install 326.40 + 326.41 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 326.42 } 326.43 326.44 -# Rules to gen a SliTaz package suitable for Tazpkg. 326.45 -genpkg_rules() 326.46 -{ 326.47 - mkdir -p $fs/usr 326.48 - cp -a $install/etc $fs 326.49 - cp -a $install/usr/sbin $fs/usr 326.50 - cp -a $install/usr/lib $fs/usr 326.51 +genpkg_rules() { 326.52 + copy @std 326.53 + DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3" 326.54 }
327.1 --- a/nss/receipt Sat Mar 17 04:50:25 2018 +0200 327.2 +++ b/nss/receipt Wed Mar 21 15:58:17 2018 +0200 327.3 @@ -7,6 +7,7 @@ 327.4 MAINTAINER="rocky@slitaz.org" 327.5 LICENSE="MPL" 327.6 WEB_SITE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" 327.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/nss.html" 327.8 327.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 327.10 WGET_URL="http://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}" 327.11 @@ -14,10 +15,12 @@ 327.12 BUILD_DEPENDS="nspr-dev sqlite3-dev zlib-dev perl" 327.13 SPLIT="nss-dev" 327.14 327.15 -# Rules to configure and make the package. 327.16 -compile_rules() 327.17 -{ 327.18 - # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/nss.html 327.19 +compile_rules() { 327.20 + case $ARCH in 327.21 + x86_64) ARCH_ARGS='USE_64=1';; 327.22 + *) ARCH_ARGS='';; 327.23 + esac 327.24 + 327.25 cd nss && 327.26 make \ 327.27 -j1 \ 327.28 @@ -25,35 +28,33 @@ 327.29 NSPR_INCLUDE_DIR=/usr/include/nspr \ 327.30 USE_SYSTEM_ZLIB=1 \ 327.31 ZLIB_LIBS=-lz \ 327.32 - $([ $(uname -m) == x86_64 ] && echo USE_64=1) \ 327.33 - $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1) && 327.34 + $ARCH_ARGS \ 327.35 + $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1) || return 1 327.36 327.37 mkdir -p \ 327.38 $install/usr/lib \ 327.39 $install/usr/include/nss \ 327.40 $install/usr/bin \ 327.41 $install/usr/lib/pkgconfig \ 327.42 - $install/usr/include/nss && 327.43 - cd ../dist && 327.44 + $install/usr/include/nss 327.45 + cd ../dist 327.46 327.47 - install -vm755 Linux*/lib/*.so $install/usr/lib && 327.48 - install -vm644 Linux*/lib/*.chk $install/usr/lib && 327.49 - install -vm644 Linux*/lib/libcrmf.a $install/usr/lib && 327.50 + install -vm755 Linux*/lib/*.so $install/usr/lib/ 327.51 + install -vm644 Linux*/lib/*.chk $install/usr/lib/ 327.52 + install -vm644 Linux*/lib/libcrmf.a $install/usr/lib/ 327.53 327.54 - cp -vRL public/nss/* $install/usr/include/nss && 327.55 - cp -vRL private/nss/* $install/usr/include/nss && 327.56 - chmod -v 644 $install/usr/include/nss/* && 327.57 + cp -vRL public/nss/* $install/usr/include/nss/ 327.58 + cp -vRL private/nss/* $install/usr/include/nss/ 327.59 + chmod -v 644 $install/usr/include/nss/* 327.60 327.61 - install -vm755 Linux*/bin/certutil $install/usr/bin && 327.62 - install -vm755 Linux*/bin/nss-config $install/usr/bin && 327.63 - install -vm755 Linux*/bin/pk12util $install/usr/bin && 327.64 + install -vm755 Linux*/bin/certutil $install/usr/bin/ 327.65 + install -vm755 Linux*/bin/nss-config $install/usr/bin/ 327.66 + install -vm755 Linux*/bin/pk12util $install/usr/bin/ 327.67 327.68 - install -vm644 Linux*/lib/pkgconfig/nss.pc $install/usr/lib/pkgconfig 327.69 + install -vm644 Linux*/lib/pkgconfig/nss.pc $install/usr/lib/pkgconfig/ 327.70 } 327.71 327.72 -# Rules to gen a SliTaz package suitable for Tazpkg. 327.73 -genpkg_rules() 327.74 -{ 327.75 +genpkg_rules() { 327.76 case $PACKAGE in 327.77 nss) 327.78 copy @std
328.1 --- a/nss_ldap/receipt Sat Mar 17 04:50:25 2018 +0200 328.2 +++ b/nss_ldap/receipt Wed Mar 21 15:58:17 2018 +0200 328.3 @@ -1,40 +1,40 @@ 328.4 -# SliTaz package receipt. 328.5 +# SliTaz package receipt v2. 328.6 328.7 PACKAGE="nss_ldap" 328.8 VERSION="265" 328.9 CATEGORY="system-tools" 328.10 -SHORT_DESC="Get users, hosts, and groups from LDAP." 328.11 +SHORT_DESC="Get users, hosts, and groups from LDAP" 328.12 MAINTAINER="pascal.bellard@slitaz.org" 328.13 LICENSE="GPL2" 328.14 +WEB_SITE="http://www.padl.com/OSS/nss_ldap.html" 328.15 + 328.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 328.17 -WEB_SITE="http://www.padl.com/OSS/nss_ldap.html" 328.18 WGET_URL="http://www.padl.com/download/$TARBALL" 328.19 328.20 -DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3" 328.21 BUILD_DEPENDS="openldap-dev perl" 328.22 328.23 -# Rules to configure and make the package. 328.24 -compile_rules() 328.25 -{ 328.26 - cd $src 328.27 +compile_rules() { 328.28 ./vers_string -v 328.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 328.30 - --enable-rfc2307bis --enable-schema-mapping --enable-paged-results \ 328.31 - --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 328.32 + ./configure \ 328.33 + --prefix=/usr \ 328.34 + --infodir=/usr/share/info \ 328.35 + --enable-rfc2307bis \ 328.36 + --enable-schema-mapping \ 328.37 + --enable-paged-results \ 328.38 + --sysconfdir=/etc \ 328.39 + --mandir=/usr/share/man \ 328.40 + $CONFIGURE_ARGS && 328.41 make $MAKEFLAGS && 328.42 make DESTDIR=$DESTDIR install 328.43 } 328.44 328.45 -# Rules to gen a SliTaz package suitable for Tazpkg. 328.46 -genpkg_rules() 328.47 -{ 328.48 +genpkg_rules() { 328.49 mkdir -p $fs/usr $fs/etc 328.50 cp -a $install/usr/lib $fs/usr 328.51 cp -a $install/etc $fs 328.52 } 328.53 328.54 -post_install() 328.55 -{ 328.56 +post_install() { 328.57 if [ -s "$1/etc/openldap/slapd.conf" ]; then 328.58 suffix=$(awk '/^suffix/ { print $2 }' < "$1/etc/openldap/slapd.conf" | sed 's/"//g') 328.59 rootdn=$(awk '/^rootdn/ { print $2 }' < "$1/etc/openldap/slapd.conf" | sed 's/"//g') 328.60 @@ -44,11 +44,13 @@ 328.61 -e "s|dc=padl,dc=com|$suffix|g" "$1/etc/ldap.conf" 328.62 cat <<EOT 328.63 ------ 328.64 -Suffix login DN and password are found in /etc/openldap/slapd.conf with suffix, rootdn and rootpw keywords: 328.65 +Suffix login DN and password are found in /etc/openldap/slapd.conf with suffix, 328.66 +rootdn and rootpw keywords: 328.67 $(grep ^suffix /etc/openldap/slapd.conf) 328.68 $(grep ^rootdn /etc/openldap/slapd.conf) 328.69 $(grep ^rootpw /etc/openldap/slapd.conf) 328.70 ------ 328.71 EOT 328.72 fi 328.73 + DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3" 328.74 }
329.1 --- a/ntop/receipt Sat Mar 17 04:50:25 2018 +0200 329.2 +++ b/ntop/receipt Wed Mar 21 15:58:17 2018 +0200 329.3 @@ -3,106 +3,90 @@ 329.4 PACKAGE="ntop" 329.5 VERSION="4.1.0" 329.6 CATEGORY="network" 329.7 -SHORT_DESC="Network traffic probe." 329.8 +SHORT_DESC="Network traffic probe" 329.9 MAINTAINER="pascal.bellard@slitaz.org" 329.10 LICENSE="GPL3" 329.11 +WEB_SITE="http://www.ntop.org/" 329.12 + 329.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 329.14 -WEB_SITE="http://www.ntop.org/" 329.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 329.16 -TAGS="network" 329.17 329.18 BUILD_DEPENDS="zlib-dev openssl-dev libpng16-dev libpcap-dev libtool \ 329.19 -glibc-dev gdbm-dev rrdtool autoconf automake rrdtool-dev wget geoip-dev \ 329.20 +glibc-dev gdbm-dev rrdtool autoconf automake rrdtool-dev geoip-dev \ 329.21 libwrap libtool" 329.22 -SPLIT="ntop ntop-dev ntop-man" 329.23 +SPLIT="ntop-dev ntop-man" 329.24 329.25 -# Rules to configure and make the package. 329.26 -compile_rules() 329.27 -{ 329.28 - ./autogen.sh --prefix=/usr \ 329.29 +compile_rules() { 329.30 + ./autogen.sh \ 329.31 + --prefix=/usr \ 329.32 --sysconfdir=/etc \ 329.33 --localstatedir=/var/lib \ 329.34 - $CONFIGURE_ARGS 2>&1 | grep -v 'grep: libtool:' && 329.35 - make && make install 329.36 + $CONFIGURE_ARGS && 329.37 + make && make install || return 1 329.38 + 329.39 #~ && make install-data-as 329.40 + 329.41 + chown -R www.www $install/usr/share/ntop/ 329.42 + install -Dm755 $stuff/ntop $install/etc/init.d/ntop 329.43 + mkdir -p $install/var/log/ntop/ 329.44 } 329.45 329.46 -# Rules to gen a SliTaz package suitable for Tazpkg. 329.47 -genpkg_rules() 329.48 -{ 329.49 +genpkg_rules() { 329.50 case $PACKAGE in 329.51 - ntop) 329.52 - CONFIG_FILES="/etc/ntop" 329.53 - DEPENDS="zlib openssl libpng16 libpcap glibc gdbm rrdtool perl \ 329.54 + ntop) 329.55 + copy @std 329.56 + CONFIG_FILES="/etc/ntop/" 329.57 + DEPENDS="zlib openssl libpng16 libpcap glibc gdbm rrdtool perl \ 329.58 pcre geoip libwrap" 329.59 - mkdir -p $fs/usr/lib/plugins \ 329.60 - $fs/usr/share \ 329.61 - $fs/var/log/ntop 329.62 - 329.63 - cp -a $install/usr/lib/*.so* $fs/usr/lib 329.64 - cp -a $install/usr/lib/ntop $fs/usr/lib 329.65 - cp -a $install/usr/bin $fs/usr 329.66 - cp -a $install/usr/share/ntop $fs/usr/share 329.67 - chown -R www.www $fs/usr/share/ntop 329.68 - cp -a $install/usr/bin $fs 329.69 - cp -a $install/etc $fs 329.70 - cp -a $install/var $fs 329.71 - 329.72 - # Copy startup script and fix perms 329.73 - cp -a stuff/etc $fs 329.74 - chown root.root $fs/etc/init.d/ntop 329.75 - ;; 329.76 - ntop-dev) 329.77 - CAT="development|Network traffic probe development files." 329.78 - mkdir -p $fs/usr/lib 329.79 - cp -a $install/usr/lib/*.a $fs/usr/lib 329.80 - ;; 329.81 - ntop-man) 329.82 - CAT="development|Network traffic probe man page." 329.83 - mkdir -p $fs/usr/share 329.84 - cp -a $install/usr/share/man $fs/usr/share 329.85 - ;; 329.86 + TAGS="network" 329.87 + ;; 329.88 + ntop-dev) 329.89 + copy @dev 329.90 + ;; 329.91 + ntop-man) 329.92 + CAT="development|man page" 329.93 + copy usr/share/man/ 329.94 + ;; 329.95 esac 329.96 } 329.97 329.98 -post_install_ntop() 329.99 -{ 329.100 +post_install_ntop() { 329.101 user=ntop 329.102 group=ntop 329.103 329.104 if ! grep -q $user: "$1/etc/passwd"; then 329.105 - echo -n "Adding user/group $user..." 329.106 chroot "$1/" addgroup -S $user 329.107 chroot "$1/" adduser -S -D -H -G $group $user 329.108 - status 329.109 fi 329.110 329.111 # Fix perms for files and directories 329.112 - chroot "$1/" chown -R ${user}.${group} /var/lib/ntop /var/log/ntop 329.113 + chroot "$1/" chown -R $user.$group /var/lib/ntop /var/log/ntop 329.114 329.115 - # Start package daemon if we are on running system 329.116 + # Start package daemon if we are on running system 329.117 [ "$1" ] || /etc/init.d/$PACKAGE start 329.118 329.119 - # post_install messges 329.120 - echo -e "\nTo starts $PACKAGE server you can run :\n" 329.121 - echo "/etc/init.d/$PACKAGE start" 329.122 - echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n" 329.123 + # post_install message 329.124 + [ -n "$quiet" ] || cat <<EOT 329.125 + 329.126 + .---------------------------------------------. 329.127 + | To start ntop server you can run: | 329.128 + | /etc/init.d/ntop start | 329.129 + | | 329.130 + | Or add ntop to RUN_DAEMONS in /etc/rcS.conf | 329.131 + '---------------------------------------------' 329.132 +EOT 329.133 } 329.134 329.135 -pre_remove_ntop() 329.136 -{ 329.137 +pre_remove_ntop() { 329.138 [ "$1" ] || /etc/init.d/$PACKAGE stop 329.139 } 329.140 329.141 -post_remove_ntop() 329.142 -{ 329.143 - user=ntop 329.144 - group=ntop 329.145 +post_remove_ntop() { 329.146 + user=ntop 329.147 + group=ntop 329.148 329.149 if ! grep -q $user: "$1/etc/passwd"; then 329.150 - echo -n "Removing user/group $user..." 329.151 - chroot "$1/" delgroup $user 329.152 - chroot "$1/" deluser $user 329.153 - status 329.154 - fi 329.155 + chroot "$1/" delgroup $user 329.156 + chroot "$1/" deluser $user 329.157 + fi 329.158 }
330.1 --- a/ntop/stuff/etc/init.d/ntop Sat Mar 17 04:50:25 2018 +0200 330.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 330.3 @@ -1,64 +0,0 @@ 330.4 -#!/bin/sh 330.5 -# /etc/init.d/ntop : Start, stop and restart ntop daemon on SliTaz, at 330.6 -# boot time or with the command line. 330.7 -# 330.8 -# To start SSH server at boot time, just put ntop in the $RUN_DAEMONS 330.9 -# variable of /etc/rcS.conf and configure options with /etc/daemons.conf 330.10 -# 330.11 -. /etc/init.d/rc.functions 330.12 - 330.13 - 330.14 -NAME=ntop 330.15 -DESC="$(_ '%s server' ntop)" 330.16 -DAEMON=/usr/bin/ntop 330.17 - 330.18 -HTTP_PORT="3000" 330.19 -NTOP_USER="ntop" 330.20 - 330.21 -LOGFILE=/var/log/ntop/ntop.log 330.22 -PIDFILE=/var/run/ntop.pid 330.23 - 330.24 -OPTIONS="-w $HTTP_PORT -L -u $NTOP_USER -d" 330.25 - 330.26 -case "$1" in 330.27 - start) 330.28 - if active_pidfile $PIDFILE $NAME ; then 330.29 - _ '%s is already running.' $NAME 330.30 - exit 1 330.31 - fi 330.32 - # We need to set ntop admin password. 330.33 - if [ ! -f /var/ntop/ntop_pw.db ] ; then 330.34 - ntop -A || exit 330.35 - fi 330.36 - action 'Starting %s: %s...' "$DESC" $NAME 330.37 - $DAEMON $OPTIONS >> $LOGFILE 330.38 - status 330.39 - ;; 330.40 - stop) 330.41 - if ! active_pidfile $PIDFILE $NAME ; then 330.42 - _ '%s is not running.' $NAME 330.43 - exit 1 330.44 - fi 330.45 - action 'Stopping %s: %s...' "$DESC" $NAME 330.46 - kill $(cat $PIDFILE) && rm -f $PIDFILE 330.47 - status 330.48 - ;; 330.49 - restart) 330.50 - if ! active_pidfile $PIDFILE $NAME ; then 330.51 - _ '%s is not running.' $NAME 330.52 - exit 1 330.53 - fi 330.54 - action 'Restarting %s: %s...' "$DESC" $NAME 330.55 - kill $(cat $PIDFILE) && rm -f $PIDFILE 330.56 - sleep 2 330.57 - $DAEMON $OPTIONS 330.58 - status 330.59 - ;; 330.60 - *) 330.61 - emsg "<n><b>$(_ 'Usage:')</b> $0 [start|stop|restart]" 330.62 - newline 330.63 - exit 1 330.64 - ;; 330.65 -esac 330.66 - 330.67 -exit 0
331.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 331.2 +++ b/ntop/stuff/ntop Wed Mar 21 15:58:17 2018 +0200 331.3 @@ -0,0 +1,64 @@ 331.4 +#!/bin/sh 331.5 +# /etc/init.d/ntop : Start, stop and restart ntop daemon on SliTaz, at 331.6 +# boot time or with the command line. 331.7 +# 331.8 +# To start SSH server at boot time, just put ntop in the $RUN_DAEMONS 331.9 +# variable of /etc/rcS.conf and configure options with /etc/daemons.conf 331.10 +# 331.11 +. /etc/init.d/rc.functions 331.12 + 331.13 + 331.14 +NAME=ntop 331.15 +DESC="$(_ '%s server' ntop)" 331.16 +DAEMON=/usr/bin/ntop 331.17 + 331.18 +HTTP_PORT="3000" 331.19 +NTOP_USER="ntop" 331.20 + 331.21 +LOGFILE=/var/log/ntop/ntop.log 331.22 +PIDFILE=/var/run/ntop.pid 331.23 + 331.24 +OPTIONS="-w $HTTP_PORT -L -u $NTOP_USER -d" 331.25 + 331.26 +case "$1" in 331.27 + start) 331.28 + if active_pidfile $PIDFILE $NAME ; then 331.29 + _ '%s is already running.' $NAME 331.30 + exit 1 331.31 + fi 331.32 + # We need to set ntop admin password. 331.33 + if [ ! -f /var/ntop/ntop_pw.db ] ; then 331.34 + ntop -A || exit 331.35 + fi 331.36 + action 'Starting %s: %s...' "$DESC" $NAME 331.37 + $DAEMON $OPTIONS >> $LOGFILE 331.38 + status 331.39 + ;; 331.40 + stop) 331.41 + if ! active_pidfile $PIDFILE $NAME ; then 331.42 + _ '%s is not running.' $NAME 331.43 + exit 1 331.44 + fi 331.45 + action 'Stopping %s: %s...' "$DESC" $NAME 331.46 + kill $(cat $PIDFILE) && rm -f $PIDFILE 331.47 + status 331.48 + ;; 331.49 + restart) 331.50 + if ! active_pidfile $PIDFILE $NAME ; then 331.51 + _ '%s is not running.' $NAME 331.52 + exit 1 331.53 + fi 331.54 + action 'Restarting %s: %s...' "$DESC" $NAME 331.55 + kill $(cat $PIDFILE) && rm -f $PIDFILE 331.56 + sleep 2 331.57 + $DAEMON $OPTIONS 331.58 + status 331.59 + ;; 331.60 + *) 331.61 + emsg "<n><b>$(_ 'Usage:')</b> $0 [start|stop|restart]" 331.62 + newline 331.63 + exit 1 331.64 + ;; 331.65 +esac 331.66 + 331.67 +exit 0
332.1 --- a/ntp/receipt Sat Mar 17 04:50:25 2018 +0200 332.2 +++ b/ntp/receipt Wed Mar 21 15:58:17 2018 +0200 332.3 @@ -1,41 +1,28 @@ 332.4 -# SliTaz package receipt. 332.5 +# SliTaz package receipt v2. 332.6 332.7 PACKAGE="ntp" 332.8 -VERSION="4.2.6p5" 332.9 +VERSION="4.2.8p11" 332.10 CATEGORY="network" 332.11 -SHORT_DESC="Network Time Protocol daemon." 332.12 +SHORT_DESC="Network Time Protocol daemon" 332.13 MAINTAINER="pascal.bellard@slitaz.org" 332.14 LICENSE="GPL3" 332.15 +WEB_SITE="http://www.ntp.org/" 332.16 + 332.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 332.18 -WEB_SITE="http://www.ntp.org/" 332.19 -WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" 332.20 +WGET_URL="https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$TARBALL" 332.21 332.22 -DEPENDS="openssl readline libcap attr" 332.23 -CONFIG_FILES="/etc/ntp.conf" 332.24 +compile_rules() { 332.25 + sed -i 's/MOD_NANO/0/' ntpd/ntp_loopfilter.c 332.26 332.27 -# Rules to configure and make the package. 332.28 -compile_rules() 332.29 -{ 332.30 - cd $src 332.31 - sed -i 's/MOD_NANO/0/' ntpd/ntp_loopfilter.c 332.32 - ./configure --prefix=/usr --infodir=/usr/share/info \ 332.33 - --sysconfdir=/etc --localstatedir=/var \ 332.34 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 332.35 - make && make DESTDIR=$DESTDIR install 332.36 + ./configure $CONFIGURE_ARGS && 332.37 + make && make DESTDIR=$DESTDIR install || return 1 332.38 + 332.39 + install -Dm755 $stuff/ntp $install/etc/init.d/ntp 332.40 + install -Dm644 $stuff/ntp.conf $install/etc/ntp.conf 332.41 } 332.42 332.43 -# Rules to gen a SliTaz package suitable for Tazpkg. 332.44 -genpkg_rules() 332.45 -{ 332.46 - mkdir -p $fs/usr $fs/etc/init.d 332.47 - cp -a $install/usr/bin $fs/usr 332.48 - cp stuff/ntp $fs/etc/init.d 332.49 - cat > $fs/etc/ntp.conf <<EOT 332.50 -restrict default noquery 332.51 -restrict 192.168.0.0 mask 255.255.0.0 332.52 -restrict 127.0.0.1 332.53 -server fr.pool.ntp.org 332.54 -server de.pool.ntp.org 332.55 -EOT 332.56 +genpkg_rules() { 332.57 + copy @std 332.58 + DEPENDS="openssl readline libcap attr" 332.59 + CONFIG_FILES="/etc/ntp.conf" 332.60 } 332.61 -
333.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 333.2 +++ b/ntp/stuff/ntp.conf Wed Mar 21 15:58:17 2018 +0200 333.3 @@ -0,0 +1,5 @@ 333.4 +restrict default noquery 333.5 +restrict 192.168.0.0 mask 255.255.0.0 333.6 +restrict 127.0.0.1 333.7 +server fr.pool.ntp.org 333.8 +server de.pool.ntp.org
334.1 --- a/ntpclient/receipt Sat Mar 17 04:50:25 2018 +0200 334.2 +++ b/ntpclient/receipt Wed Mar 21 15:58:17 2018 +0200 334.3 @@ -9,7 +9,7 @@ 334.4 WEB_SITE="http://doolittle.icarus.com/ntpclient/" 334.5 334.6 TARBALL="${PACKAGE}_$VERSION.tar.gz" 334.7 -WGET_URL="${WEB_SITE}$TARBALL" 334.8 +WGET_URL="$WEB_SITE$TARBALL" 334.9 334.10 compile_rules() { 334.11 # disable debug
335.1 --- a/numlockx/receipt Sat Mar 17 04:50:25 2018 +0200 335.2 +++ b/numlockx/receipt Wed Mar 21 15:58:17 2018 +0200 335.3 @@ -1,4 +1,4 @@ 335.4 -#SliTaz package receipt. 335.5 +#SliTaz package receipt v2. 335.6 335.7 PACKAGE="numlockx" 335.8 VERSION="1.2" 335.9 @@ -7,20 +7,17 @@ 335.10 MAINTAINER="mojo@slitaz.org" 335.11 LICENSE="MIT" 335.12 WEB_SITE="http://freecode.com/projects/numlockx" 335.13 + 335.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 335.15 WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/$PACKAGE/$TARBALL/be9109370447eae23f6f3f8527bb1a67/$TARBALL" 335.16 335.17 -DEPENDS="xorg-libXtst" 335.18 BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev" 335.19 335.20 -# Rules to configure and make the package. 335.21 -compile_rules() 335.22 -{ 335.23 - ./configure $CONFIGURE_ARGS && make && make install 335.24 +compile_rules() { 335.25 + ./configure $CONFIGURE_ARGS && make && make install 335.26 } 335.27 335.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 335.29 -genpkg_rules() 335.30 -{ 335.31 - cp -a $install/* $fs 335.32 +genpkg_rules() { 335.33 + copy @std 335.34 + DEPENDS="xorg-libXtst" 335.35 }
336.1 --- a/nut/receipt Sat Mar 17 04:50:25 2018 +0200 336.2 +++ b/nut/receipt Wed Mar 21 15:58:17 2018 +0200 336.3 @@ -1,44 +1,30 @@ 336.4 -# SliTaz package receipt. 336.5 +# SliTaz package receipt v2. 336.6 336.7 PACKAGE="nut" 336.8 VERSION="2.6.5" 336.9 CATEGORY="system-tools" 336.10 -SHORT_DESC="Network UPS Tools." 336.11 +SHORT_DESC="Network UPS Tools" 336.12 MAINTAINER="pascal.bellard@slitaz.org" 336.13 LICENSE="GPL2" 336.14 +WEB_SITE="http://www.networkupstools.org" 336.15 + 336.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 336.17 -WEB_SITE="http://www.networkupstools.org" 336.18 WGET_URL="$WEB_SITE/source/${VERSION%.*}/$TARBALL" 336.19 -CONFIG_FILES="/etc/nut.conf /etc/ups.conf /etc/upsd.conf /etc/upsd.users \ 336.20 -/etc/upsmon.conf /etc/upssched.conf" 336.21 336.22 -DEPENDS="libusb libusb-compat expat neon zlib openssl libwrap" 336.23 BUILD_DEPENDS="libusb-dev libusb-compat-dev expat-dev neon-dev zlib-dev \ 336.24 openssl-dev libwrap-dev" 336.25 336.26 -# Rules to configure and make the package. 336.27 -compile_rules() 336.28 -{ 336.29 - ./configure \ 336.30 - --prefix=/usr \ 336.31 - --infodir=/usr/share/info \ 336.32 - --mandir=/usr/share/man \ 336.33 - --sysconfdir=/etc \ 336.34 - $CONFIGURE_ARGS && 336.35 - make && 336.36 - make DESTDIR=$DESTDIR install 336.37 +compile_rules() { 336.38 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install || return 1 336.39 + 336.40 + for i in $install/etc/*.sample; do 336.41 + mv $i $install/etc/$(basename $i .sample) 336.42 + done 336.43 } 336.44 336.45 -# Rules to gen a SliTaz package suitable for Tazpkg. 336.46 -genpkg_rules() 336.47 -{ 336.48 - mkdir -p $fs/usr/share $fs/etc 336.49 - for i in $install/etc/*.sample ; do 336.50 - cp -a $i $fs/etc/$(basename $i .sample) 336.51 - done 336.52 - cp -a $install/usr/lib $fs/usr 336.53 - cp -a $install/usr/bin $fs/usr 336.54 - cp -a $install/usr/sbin $fs/usr 336.55 - cp $install/usr/share/cmdvartab $fs/usr/share 336.56 - cp $install/usr/share/driver.list $fs/usr/share 336.57 +genpkg_rules() { 336.58 + copy @std 336.59 + DEPENDS="libusb libusb-compat expat neon zlib openssl libwrap" 336.60 + CONFIG_FILES="/etc/nut.conf /etc/ups.conf /etc/upsd.conf /etc/upsd.users \ 336.61 + /etc/upsmon.conf /etc/upssched.conf" 336.62 }
337.1 --- a/nvclock/receipt Sat Mar 17 04:50:25 2018 +0200 337.2 +++ b/nvclock/receipt Wed Mar 21 15:58:17 2018 +0200 337.3 @@ -1,36 +1,32 @@ 337.4 -# SliTaz package receipt. 337.5 +# SliTaz package receipt v2. 337.6 337.7 PACKAGE="nvclock" 337.8 VERSION="0.8b4" 337.9 CATEGORY="network" 337.10 +SHORT_DESC="Small utility which allows users to overclock NVIDIA based video cards" 337.11 MAINTAINER="jozee@slitaz.org" 337.12 LICENSE="GPL2" 337.13 -SHORT_DESC="A small utility which allows users to overclock NVIDIA based video cards" 337.14 WEB_SITE="http://www.linuxhardware.org/nvclock/" 337.15 + 337.16 TARBALL="$PACKAGE$VERSION.tar.gz" 337.17 WGET_URL="$WEB_SITE/$TARBALL" 337.18 -TAGS="power-management" 337.19 337.20 BUILD_DEPENDS="autoconf automake xorg-libX11-dev xorg-libXext-dev" 337.21 337.22 -# Rules to configure and make the package. 337.23 compile_rules(){ 337.24 - [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION 337.25 - cd $src 337.26 - sed -i 's|prefix}/man|prefix}/share/man|' Makefile* 337.27 + [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION 337.28 + sed -i 's|prefix}/man|prefix}/share/man|' Makefile* 337.29 + autoreconf 337.30 + patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 337.31 337.32 - autoreconf 337.33 + ./configure \ 337.34 + --prefix=/usr \ 337.35 + --bindir=/usr/bin && 337.36 + make -j 1 && 337.37 + make DESTDIR=$DESTDIR install 337.38 +} 337.39 337.40 - patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 337.41 - ./configure --prefix=/usr --bindir=/usr/bin && 337.42 - make -j 1 && 337.43 - make DESTDIR=$DESTDIR install 337.44 +genpkg_rules() { 337.45 + copy @std 337.46 + TAGS="power-management" 337.47 } 337.48 - 337.49 -# Rules to gen a SliTaz package suitable for Tazpkg. 337.50 -genpkg_rules() 337.51 -{ 337.52 - mkdir -p $fs/usr/share/pixmaps 337.53 - cp -a $install/usr/bin $fs/usr 337.54 - cp -a $install/usr/share/icons/hicolor/48x48/apps/* $fs/usr/share/pixmaps 337.55 -}
338.1 --- a/nvidia-96xx/receipt Sat Mar 17 04:50:25 2018 +0200 338.2 +++ b/nvidia-96xx/receipt Wed Mar 21 15:58:17 2018 +0200 338.3 @@ -1,4 +1,4 @@ 338.4 -# SliTaz package receipt. 338.5 +# SliTaz package receipt v2. 338.6 338.7 PACKAGE="nvidia-96xx" 338.8 VERSION="96.43.23" 338.9 @@ -8,75 +8,75 @@ 338.10 LICENSE="other" 338.11 SHORT_DESC="NVIDIA-legacy drivers (from Geforce MX200 to 7950) (non-free)" 338.12 WEB_SITE="http://www.nvidia.com/" 338.13 -SOURCE="NVIDIA-Linux-x86-${VERSION}-pkg0" 338.14 -TARBALL="${SOURCE}.run" 338.15 + 338.16 +TARBALL="NVIDIA-Linux-x86-${VERSION}-pkg0.run" 338.17 WGET_URL="http://download.nvidia.com/XFree86/Linux-x86/$VERSION/$TARBALL" 338.18 + 338.19 RUN_OPTS="--extract-only" 338.20 -TAGS="drivers graphic video" 338.21 -PROVIDE="mesa" 338.22 +TAZBB_NO_INSTALL="because this is not hardware neutral" 338.23 338.24 -DEPENDS="linux xorg-server gtk+ cairo linux-agp linux-drm" 338.25 BUILD_DEPENDS="linux-module-headers coreutils-file-summarize xz" 338.26 338.27 -# Rules to configure and make the package. 338.28 - 338.29 -compile_rules() 338.30 -{ 338.31 +compile_rules() { 338.32 cd $src/usr/src/nv/ 338.33 # Only use .unblocked_ioctl since 2.6.36 338.34 sed -i 's|\.ioctl|// &|' nv.c 338.35 - make SYSSRC="/usr/src/linux" module 2>&1 | sed s'/ERROR:/error:/' && 338.36 + make SYSSRC="/usr/src/linux" module 2>&1 | sed s'/ERROR:/error:/' || return 1 338.37 + 338.38 xz nvidia.ko 338.39 + mkdir -p \ 338.40 + $install/usr/share/ \ 338.41 + $install/usr/lib/X11/ \ 338.42 + $install/usr/share/licenses/$PACKAGE/ \ 338.43 + $install/usr/share/doc/$PACKAGE/ 338.44 + 338.45 + # Compress and install module 338.46 + install -Dm644 $src/usr/src/nv/nvidia.ko.xz \ 338.47 + $install/lib/modules/$kvers-slitaz/kernel/drivers/video/nvidia.ko.xz 338.48 + 338.49 + cp -a $src/LICENSE $install/usr/share/licenses/$PACKAGE/ 338.50 + cp -a $src/usr/bin $install/usr/ 338.51 + cp -a $src/nvidia-installer $install/usr/bin/ 338.52 + cp -a $src/usr/lib/*.so* $install/usr/lib/ 338.53 + cp -a $src/usr/lib/tls $install/usr/lib/ 338.54 + cp -a $src/usr/share/pixmaps $install/usr/share/ 338.55 + cp -a $src/usr/share/doc/* $install/usr/share/doc/$PACKAGE/ 338.56 + cp -a $src/usr/X11R6/lib/* $install/usr/lib/X11 338.57 + 338.58 + # Links 338.59 + for i in $(find $install -iname *.so*); do 338.60 + ln -s $(basename $i) $(dirname $i)/$(basename ${i/so.$VERSION/so/}) 338.61 + ln -s $(basename $i) $(dirname $i)/$(basename ${i/so.$VERSION/so.1/}) 338.62 + done 338.63 } 338.64 338.65 -# Rules to gen a SliTaz package suitable for Tazpkg. 338.66 -genpkg_rules() 338.67 -{ 338.68 +genpkg_rules() { 338.69 + copy @std 338.70 338.71 - mkdir -p $fs/usr/share $fs/usr/lib/X11 $fs/usr/share/licenses/$PACKAGE 338.72 - mkdir -p $fs/lib/modules/$kvers-slitaz/kernel/drivers/video 338.73 - mkdir -p $fs/usr/share/doc/$PACKAGE 338.74 - 338.75 - # Compress and install module 338.76 - cp $src/usr/src/nv/nvidia.ko.xz \ 338.77 - $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/ 338.78 - 338.79 - chown root $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/nvidia.ko.xz 338.80 - chmod 0644 $fs/lib/modules/$kvers-slitaz/kernel/drivers/video/nvidia.ko.xz 338.81 - 338.82 - cp -a $src/LICENSE $fs/usr/share/licenses/$PACKAGE 338.83 - cp -a $src/usr/bin $fs/usr 338.84 - cp -a $src/nvidia-installer $fs/usr/bin 338.85 - cp -a $src/usr/lib/*.so* $fs/usr/lib/ 338.86 - cp -a $src/usr/lib/tls $fs/usr/lib/ 338.87 - cp -a $src/usr/share/pixmaps $fs/usr/share 338.88 - cp -a $src/usr/share/doc/* $fs/usr/share/doc/$PACKAGE/ 338.89 - cp -a $src/usr/X11R6/lib/* $fs/usr/lib/X11 338.90 - 338.91 - # Links 338.92 - for i in $(find $fs -iname *.so*); do 338.93 - ln -s $(basename $i) $(dirname $i)/$(basename ${i/so.${VERSION}/so/}) 338.94 - ln -s $(basename $i) $(dirname $i)/$(basename ${i/so.${VERSION}/so.1/}) 338.95 - done 338.96 - 338.97 # exclude from files.list (for tazpkg's "find-depends") 338.98 cd $fs/usr/lib 338.99 - for i in $(ls libGL.so*) ; do mv -f $i ${i//./-.-} ; done 338.100 + for i in $(ls libGL.so*); do 338.101 + mv -f $i ${i//./-.-} 338.102 + done 338.103 + 338.104 + DEPENDS="linux xorg-server gtk+ cairo linux-agp linux-drm" 338.105 + PROVIDE="mesa" 338.106 + TAGS="drivers graphic video" 338.107 } 338.108 338.109 -pre_install() 338.110 -{ 338.111 +pre_install() { 338.112 title 'PROPRIETARY LICENSE' 338.113 echo 'You are installing a package with proprietary license.' 338.114 echo 'You must accept the license.' 338.115 footer 338.116 } 338.117 338.118 -post_install() 338.119 -{ 338.120 +post_install() { 338.121 # Restore excluded from files.list (for tazpkg's "find-depends") 338.122 cd $1/usr/lib 338.123 - for i in $(ls libGL.so*) ; do mv -f $i ${i//-.-/.} ; done 338.124 + for i in $(ls libGL.so*); do 338.125 + mv -f $i ${i//-.-/.} 338.126 + done 338.127 338.128 newline 338.129 chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 338.130 @@ -101,4 +101,3 @@ 338.131 fi 338.132 } 338.133 338.134 -TAZBB_NO_INSTALL="because this is not hardware neutral"
339.1 --- a/nzbget/receipt Sat Mar 17 04:50:25 2018 +0200 339.2 +++ b/nzbget/receipt Wed Mar 21 15:58:17 2018 +0200 339.3 @@ -12,34 +12,31 @@ 339.4 WGET_URL="$SF_MIRROR/nzbget/nzbget-stable/$VERSION/$TARBALL" 339.5 339.6 BUILD_DEPENDS="libxml2-dev openssl-dev ncurses-dev zlib-dev" 339.7 -SPLIT="nzbget-webui" 339.8 +SPLIT="nzbget-webui nzbget" 339.9 339.10 compile_rules() { 339.11 ./configure \ 339.12 - --prefix=/usr \ 339.13 --disable-parcheck \ 339.14 $CONFIGURE_ARGS && 339.15 make && 339.16 - make -j 1 DESTDIR=$DESTDIR install 339.17 + make -j1 DESTDIR=$DESTDIR install || return 1 339.18 + 339.19 + mkdir -p $install/etc/ 339.20 + mv $install/usr/share/nzbget/nzbget.conf $install/etc/ 339.21 } 339.22 339.23 genpkg_rules() { 339.24 case $PACKAGE in 339.25 + nzbget-webui) 339.26 + copy usr/share/nzbget/webui/ 339.27 + CAT="network|web user interface" 339.28 + DEPENDS="nzbget" 339.29 + ;; 339.30 nzbget) 339.31 - mkdir -p $fs/usr/share/nzbget $fs/etc 339.32 - cp -a $install/usr/bin $fs/usr 339.33 - cp -a $install/usr/sbin $fs/usr 339.34 - cp -a $install/usr/share/nzbget/nzbget.conf $fs/etc 339.35 - cp -a $install/usr/share/nzbget/scripts $fs/usr/share/nbzget 339.36 + copy @std @rm 339.37 DEPENDS="libxml2 openssl ncurses gcc-lib-base" 339.38 CONFIG_FILES="/etc/nzbget.conf" 339.39 ;; 339.40 - nzbget-webui) 339.41 - mkdir -p $fs/usr/share/nzbget 339.42 - cp -a $install/usr/share/nzbget/webui $fs/usr/share/nbzget 339.43 - CAT="network|web user interface" 339.44 - DEPENDS="nzbget" 339.45 - ;; 339.46 esac 339.47 } 339.48
340.1 --- a/o3read/receipt Sat Mar 17 04:50:25 2018 +0200 340.2 +++ b/o3read/receipt Wed Mar 21 15:58:17 2018 +0200 340.3 @@ -1,4 +1,4 @@ 340.4 -# SliTaz package receipt. 340.5 +# SliTaz package receipt v2. 340.6 340.7 PACKAGE="o3read" 340.8 VERSION="0.0.4" 340.9 @@ -6,24 +6,17 @@ 340.10 SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats" 340.11 MAINTAINER="milka@konstelacioj.info" 340.12 LICENSE="GPL2" 340.13 +WEB_SITE="http://siag.nu/o3read/" 340.14 + 340.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 340.16 -WEB_SITE="http://siag.nu/o3read/" 340.17 WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz" 340.18 -TAGS="office" 340.19 340.20 -DEPENDS="" 340.21 - 340.22 -# Rules to configure and make the package. 340.23 -compile_rules() 340.24 -{ 340.25 +compile_rules() { 340.26 sed -i 's|/man/|/share&|' Makefile 340.27 make install PREFIX=$DESTDIR/usr 340.28 } 340.29 340.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 340.31 -genpkg_rules() 340.32 -{ 340.33 - mkdir -p $fs/usr 340.34 - cp -a $install/usr/bin $fs/usr 340.35 +genpkg_rules() { 340.36 + copy @std 340.37 + TAGS="office" 340.38 } 340.39 -
341.1 --- a/obby/receipt Sat Mar 17 04:50:25 2018 +0200 341.2 +++ b/obby/receipt Wed Mar 21 15:58:17 2018 +0200 341.3 @@ -11,18 +11,12 @@ 341.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 341.5 WGET_URL="http://releases.0x539.de/obby/$TARBALL" 341.6 341.7 -BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev net6-dev \ 341.8 -libsigc++-dev" 341.9 +BUILD_DEPENDS="zlib libtasn1 gnutls-dev libgpg-error-dev libgcrypt-dev \ 341.10 +net6-dev libsigc++-dev" 341.11 SPLIT="obby-dev" 341.12 341.13 compile_rules() { 341.14 - ./configure \ 341.15 - --prefix=/usr \ 341.16 - --infodir=/usr/share/info \ 341.17 - --mandir=/usr/share/man \ 341.18 - $CONFIGURE_ARGS && 341.19 - make && 341.20 - make DESTDIR=$DESTDIR install 341.21 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 341.22 } 341.23 341.24 genpkg_rules() {
342.1 --- a/obconf/receipt Sat Mar 17 04:50:25 2018 +0200 342.2 +++ b/obconf/receipt Wed Mar 21 15:58:17 2018 +0200 342.3 @@ -1,4 +1,4 @@ 342.4 -# SliTaz package receipt. 342.5 +# SliTaz package receipt v2. 342.6 342.7 PACKAGE="obconf" 342.8 VERSION="2.0.4" 342.9 @@ -6,33 +6,27 @@ 342.10 SHORT_DESC="Openbox configuration tool" 342.11 MAINTAINER="pankso@slitaz.org" 342.12 LICENSE="GPL2" 342.13 +WEB_SITE="http://openbox.org/wiki/ObConf:About" 342.14 + 342.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 342.16 -WEB_SITE="http://openbox.org/wiki/ObConf:About" 342.17 WGET_URL="http://openbox.org/dist/obconf/$TARBALL" 342.18 -TAGS="openbox" 342.19 342.20 -DEPENDS="openbox gtk+ libglade shared-mime-info xorg-libXdamage \ 342.21 -startup-notification slitaz-boot-scripts desktop-file-utils" 342.22 BUILD_DEPENDS="gtk+-dev libglade-dev openbox-dev gdk-pixbuf-dev \ 342.23 startup-notification-dev xorg-libXft-dev" 342.24 342.25 -# Rules to configure and make the package. 342.26 -compile_rules() 342.27 -{ 342.28 +compile_rules() { 342.29 msgfmt -o $src/po/ru.gmo $stuff/ru.po 342.30 342.31 ./configure $CONFIGURE_ARGS && 342.32 sed -i 's/^mkdir_p = .*/mkdir_p = mkdir -p/' po/Makefile && 342.33 - make && make install 342.34 + make && make install || return 1 342.35 342.36 - cp -f $stuff/obconf.desktop $install/usr/share/applications 342.37 + cp -f $stuff/obconf.desktop $install/usr/share/applications/ 342.38 } 342.39 342.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 342.41 -genpkg_rules() 342.42 -{ 342.43 - mkdir -p $fs/usr/share/obconf 342.44 - 342.45 - cp -a $install/usr/bin $fs/usr 342.46 - cp -a $install/usr/share/obconf/obconf.glade $fs/usr/share/obconf 342.47 +genpkg_rules() { 342.48 + copy @std 342.49 + DEPENDS="openbox gtk+ libglade shared-mime-info xorg-libXdamage \ 342.50 + startup-notification slitaz-boot-scripts desktop-file-utils" 342.51 + TAGS="openbox" 342.52 }
343.1 --- a/obmenu/receipt Sat Mar 17 04:50:25 2018 +0200 343.2 +++ b/obmenu/receipt Wed Mar 21 15:58:17 2018 +0200 343.3 @@ -1,44 +1,35 @@ 343.4 -# SliTaz package receipt. 343.5 +# SliTaz package receipt v2. 343.6 343.7 PACKAGE="obmenu" 343.8 VERSION="1.0" 343.9 CATEGORY="x-window" 343.10 -SHORT_DESC="Openbox menu editor." 343.11 +SHORT_DESC="Openbox menu editor" 343.12 MAINTAINER="paul@slitaz.org" 343.13 LICENSE="GPL2" 343.14 +WEB_SITE="http://obmenu.sourceforge.net/index.html" 343.15 + 343.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 343.17 -WEB_SITE="http://obmenu.sourceforge.net/index.html" 343.18 WGET_URL="http://downloads.sourceforge.net/obmenu/$TARBALL" 343.19 -TAGS="openbox" 343.20 343.21 -DEPENDS="python pycairo pygobject pygtk libffi" 343.22 BUILD_DEPENDS="python python-dev" 343.23 343.24 -# Rules to configure and make the package. 343.25 -compile_rules() 343.26 -{ 343.27 - python setup.py build 343.28 +compile_rules() { 343.29 + python setup.py build && 343.30 python setup.py install --root=$DESTDIR 343.31 } 343.32 343.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 343.34 -genpkg_rules() 343.35 -{ 343.36 - mkdir -p $fs/usr/share/pixmaps 343.37 - cp -a $install/usr $fs 343.38 - cp $install/usr/share/obmenu/mnu48.png $fs/usr/share/pixmaps 343.39 +genpkg_rules() { 343.40 + copy @std 343.41 + DEPENDS="python pycairo pygobject pygtk libffi" 343.42 + TAGS="openbox" 343.43 } 343.44 343.45 -post_install() 343.46 -{ 343.47 - echo -n "Enabling configuration file..." 343.48 +post_install() { 343.49 + # Enabling configuration file 343.50 cp "$1/home/tux/.config/openbox/menu.xml" "$1/root/.config/openbox" 343.51 - status 343.52 } 343.53 343.54 -post_remove() 343.55 -{ 343.56 - echo -n "Removing configuration files..." 343.57 +post_remove() { 343.58 + # Removing configuration file 343.59 rm "$1/root/.config/openbox/menu.xml" 343.60 - status 343.61 }
344.1 --- a/obshutdown/receipt Sat Mar 17 04:50:25 2018 +0200 344.2 +++ b/obshutdown/receipt Wed Mar 21 15:58:17 2018 +0200 344.3 @@ -1,4 +1,4 @@ 344.4 -# SliTaz package receipt. 344.5 +# SliTaz package receipt v2. 344.6 344.7 PACKAGE="obshutdown" 344.8 VERSION="0.1-rc1" 344.9 @@ -6,34 +6,33 @@ 344.10 SHORT_DESC="Light Openbox shutdown manager" 344.11 MAINTAINER="pankso@slitaz.org" 344.12 LICENSE="GPL2" 344.13 +WEB_SITE="https://github.com/panjandrum/obshutdown" 344.14 + 344.15 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 344.16 -WEB_SITE="https://github.com/panjandrum/obshutdown" 344.17 WGET_URL="https://github.com/downloads/panjandrum/$PACKAGE/$TARBALL" 344.18 344.19 -DEPENDS="gtk+ cairo openbox" 344.20 -BUILD_DEPENDS="gtk+-dev cairo-dev wget" 344.21 +BUILD_DEPENDS="gtk+-dev cairo-dev" 344.22 344.23 -# Rules to configure and make the package. 344.24 -compile_rules() 344.25 -{ 344.26 +compile_rules() { 344.27 ./configure $CONFIGURE_ARGS && 344.28 IFS=$(echo -en "\n\b") 344.29 - for i in $(grep -lr "#include <glib" src/) 344.30 - do 344.31 + for i in $(grep -lr "#include <glib" src/); do 344.32 sed -i 's/#include <glib\/.*>/#include <glib\.h>/g' "$i" 344.33 done && 344.34 make && make install 344.35 } 344.36 344.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 344.38 -genpkg_rules() 344.39 -{ 344.40 - mkdir -p $fs 344.41 - cp -r $install/usr $fs 344.42 +genpkg_rules() { 344.43 + copy @std 344.44 + DEPENDS="gtk+ cairo openbox" 344.45 } 344.46 344.47 -post_install() 344.48 -{ 344.49 - colorize 36 "To get per user config file:" 344.50 - echo "$ cp /usr/share/obshutdown/example.rc ~/.obshutdown.rc" 344.51 +post_install() { 344.52 + [ -n "$quiet" ] || cat <<EOT 344.53 + 344.54 + .--------------------------------------------------------. 344.55 + | To get per user config file: | 344.56 + | $ cp /usr/share/obshutdown/example.rc ~/.obshutdown.rc | 344.57 + '--------------------------------------------------------' 344.58 +EOT 344.59 }
345.1 --- a/ocaml/receipt Sat Mar 17 04:50:25 2018 +0200 345.2 +++ b/ocaml/receipt Wed Mar 21 15:58:17 2018 +0200 345.3 @@ -1,36 +1,30 @@ 345.4 -# SliTaz package receipt. 345.5 +# SliTaz package receipt v2. 345.6 345.7 PACKAGE="ocaml" 345.8 VERSION="3.12.1" 345.9 CATEGORY="system-tools" 345.10 -SHORT_DESC="General-purpose programming language designed for safety and reliability." 345.11 +SHORT_DESC="General-purpose programming language designed for safety and reliability" 345.12 MAINTAINER="pascal.bellard@slitaz.org" 345.13 LICENSE="QPL LGPL2" 345.14 +WEB_SITE="http://caml.inria.fr/" 345.15 + 345.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 345.17 -WEB_SITE="http://caml.inria.fr/" 345.18 WGET_URL="${WEB_SITE}pub/distrib/$PACKAGE-${VERSION%.*}/$TARBALL" 345.19 -TAGS="language programming" 345.20 345.21 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 345.22 - 345.23 -# Rules to configure and make the package. 345.24 -compile_rules() 345.25 -{ 345.26 +compile_rules() { 345.27 sed -i 's|PREFIX)/man|PREFIX)/share/man|' configure 345.28 grep -q true build/camlp4-targets.sh || 345.29 sed -i 's/base=.*/& || true/' build/camlp4-targets.sh 345.30 - ./configure --prefix /usr \ 345.31 - $(echo $CONFIGURE_ARGS | sed 's/--build=[^ ]*//' | sed 's/=/ /g') && 345.32 + ./configure \ 345.33 + --prefix /usr \ 345.34 + $(echo $CONFIGURE_ARGS | sed 's/--build=[^ ]*//' | sed 's/=/ /g') && 345.35 make -j1 world opt && 345.36 sed -i "s|^PREFIX=.*|PREFIX=$DESTDIR/usr|" config/Makefile && 345.37 make install 345.38 } 345.39 345.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 345.41 -genpkg_rules() 345.42 -{ 345.43 - mkdir -p $fs/usr 345.44 - cp -a $install/usr/bin $fs/usr 345.45 - cp -a $install/usr/lib $fs/usr 345.46 +genpkg_rules() { 345.47 + copy @std 345.48 + DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 345.49 + TAGS="language programming" 345.50 } 345.51 -
346.1 --- a/ode/receipt Sat Mar 17 04:50:25 2018 +0200 346.2 +++ b/ode/receipt Wed Mar 21 15:58:17 2018 +0200 346.3 @@ -16,9 +16,6 @@ 346.4 346.5 compile_rules() { 346.6 ./configure \ 346.7 - --prefix=/usr \ 346.8 - --infodir=/usr/share/info \ 346.9 - --mandir=/usr/share/man \ 346.10 --enable-shared \ 346.11 $CONFIGURE_ARGS && 346.12 make && make DESTDIR=$DESTDIR install
347.1 --- a/odt2txt/receipt Sat Mar 17 04:50:25 2018 +0200 347.2 +++ b/odt2txt/receipt Wed Mar 21 15:58:17 2018 +0200 347.3 @@ -1,4 +1,4 @@ 347.4 -# SliTaz package receipt. 347.5 +# SliTaz package receipt v2. 347.6 347.7 PACKAGE="odt2txt" 347.8 VERSION="0.4" 347.9 @@ -6,27 +6,21 @@ 347.10 SHORT_DESC="A simple converter from OpenDocument Text to plain text" 347.11 MAINTAINER="milka@konstelacioj.info" 347.12 LICENSE="GPL2" 347.13 -#SUGGESTED="odfread" 347.14 +WEB_SITE="http://www.stosberg.net/odt2txt/" 347.15 + 347.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 347.17 -WEB_SITE="http://www.stosberg.net/odt2txt/" 347.18 WGET_URL="http://www.stosberg.net/$PACKAGE/$TARBALL" 347.19 -TAGS="office" 347.20 347.21 -DEPENDS="zlib" 347.22 BUILD_DEPENDS="zlib-dev" 347.23 347.24 -# Rules to configure and make the package. 347.25 -compile_rules() 347.26 -{ 347.27 - cd $src 347.28 - make 347.29 - mkdir -p $DESTDIR/usr/bin 347.30 - mv $PACKAGE $DESTDIR/usr/bin/ 347.31 +compile_rules() { 347.32 + make && 347.33 + install -Dm755 odt2txt $install/usr/bin/odt2txt 347.34 } 347.35 347.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 347.37 -genpkg_rules() 347.38 -{ 347.39 - mkdir -p $fs/usr/bin 347.40 - cp -a $install/usr/bin $fs/usr 347.41 +genpkg_rules() { 347.42 + copy @std 347.43 + DEPENDS="zlib" 347.44 + #SUGGESTED="odfread" 347.45 + TAGS="office" 347.46 }
348.1 --- a/offlineimap/receipt Sat Mar 17 04:50:25 2018 +0200 348.2 +++ b/offlineimap/receipt Wed Mar 21 15:58:17 2018 +0200 348.3 @@ -1,4 +1,4 @@ 348.4 -# SliTaz package receipt. 348.5 +# SliTaz package receipt v2. 348.6 348.7 PACKAGE="offlineimap" 348.8 VERSION="6.0.3" 348.9 @@ -6,28 +6,21 @@ 348.10 SHORT_DESC="IMAP/Maildir synchronization and reader support" 348.11 MAINTAINER="taziden@slitaz.org" 348.12 LICENSE="GPL2" 348.13 +WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/" 348.14 + 348.15 TARBALL="offlineimap_$VERSION.tar.gz" 348.16 -WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/" 348.17 WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL" 348.18 -TAGS="email imap" 348.19 348.20 -DEPENDS="python" 348.21 BUILD_DEPENDS="python-dev" 348.22 348.23 -# Rules to configure and make the package. 348.24 -compile_rules() 348.25 -{ 348.26 +compile_rules() { 348.27 mkdir -p $DESTDIR/etc 348.28 cp offlineimap.conf* $DESTDIR/etc 348.29 python setup.py install --root=$DESTDIR 348.30 } 348.31 348.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 348.33 -genpkg_rules() 348.34 -{ 348.35 - mkdir -p $fs/usr/share/applications 348.36 - cp -a $install/etc $fs 348.37 - cp -a $install/usr/bin $fs/usr 348.38 - cp -a $install/usr/lib $fs/usr 348.39 - cp -a $stuff/* $fs/usr/share/applications 348.40 +genpkg_rules() { 348.41 + copy @std 348.42 + DEPENDS="python" 348.43 + TAGS="email imap" 348.44 }
349.1 --- a/ofono/receipt Sat Mar 17 04:50:25 2018 +0200 349.2 +++ b/ofono/receipt Wed Mar 21 15:58:17 2018 +0200 349.3 @@ -11,36 +11,25 @@ 349.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 349.5 WGET_URL="http://linux-kernel.uio.no/pub/linux/network/$PACKAGE/$TARBALL" 349.6 349.7 -BUILD_DEPENDS="dbus-dev udev-dev glib-dev bluez-dev \ 349.8 +BUILD_DEPENDS="dbus-dev eudev-dev glib-dev bluez-dev \ 349.9 mobile-broadband-provider-info-dev" 349.10 SPLIT="ofono-dev" 349.11 349.12 compile_rules() { 349.13 - ./configure \ 349.14 - --prefix=/usr \ 349.15 - --sysconfdir=/etc \ 349.16 - --localstatedir=/var \ 349.17 - --infodir=/usr/share/info \ 349.18 - --mandir=/usr/share/man \ 349.19 - $CONFIGURE_ARGS && 349.20 - make && make DESTDIR=$DESTDIR install 349.21 + ./configure $CONFIGURE_ARGS && 349.22 + make && make DESTDIR=$DESTDIR install || return 1 349.23 + 349.24 + cp -a $stuff/etc/* $install/etc/ 349.25 } 349.26 349.27 genpkg_rules() { 349.28 case $PACKAGE in 349.29 ofono) 349.30 - # sysconfdir 349.31 - mkdir -p $fs/etc 349.32 - cp -a $install/etc/* $fs/etc 349.33 - cp -a $stuff/etc/* $fs/etc 349.34 - # sbin 349.35 - mkdir -p $fs/usr 349.36 - cp -a $install/usr/sbin $fs/usr 349.37 - DEPENDS="dbus glib udev bluez" 349.38 + copy @std 349.39 + DEPENDS="dbus glib eudev bluez" 349.40 ;; 349.41 *-dev) 349.42 - mkdir -p $fs/usr 349.43 - cp -a $install/usr/include $fs/usr 349.44 + copy @dev 349.45 ;; 349.46 esac 349.47 }
350.1 --- a/ogmrip/receipt Sat Mar 17 04:50:25 2018 +0200 350.2 +++ b/ogmrip/receipt Wed Mar 21 15:58:17 2018 +0200 350.3 @@ -1,35 +1,26 @@ 350.4 +# SliTaz package receipt v2. 350.5 350.6 PACKAGE="ogmrip" 350.7 VERSION="0.13.7" 350.8 CATEGORY="multimedia" 350.9 -SHORT_DESC="Libraries and GTK2 interface for DVD ripping using mencoder." 350.10 -WEB_SITE="http://ogmrip.sourceforge.net/en/index.html" 350.11 +SHORT_DESC="Libraries and GTK2 interface for DVD ripping using mencoder" 350.12 MAINTAINER="fredericguilbault@live.ca" 350.13 LICENSE="LGPL2.1" 350.14 +WEB_SITE="http://ogmrip.sourceforge.net/en/index.html" 350.15 + 350.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 350.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 350.18 350.19 -DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl GConf" 350.20 -BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev enca-dev libxml2-dev mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev pkg-config" 350.21 +BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev enca-dev libxml2-dev \ 350.22 +mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev" 350.23 350.24 -compile_rules() 350.25 -{ 350.26 - cd $src 350.27 - ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS \ 350.28 - && make \ 350.29 - && make -j1 DESTDIR=$DESTDIR install 350.30 +compile_rules() { 350.31 + ./configure $CONFIGURE_ARGS && 350.32 + make && make -j1 DESTDIR=$DESTDIR install 350.33 } 350.34 350.35 -genpkg_rules() 350.36 -{ 350.37 - mkdir -p $fs/usr/lib $fs/usr/share 350.38 - 350.39 - cp -a $install/usr/bin $fs/usr 350.40 - cp -a $install/usr/share/applications $fs/usr/share 350.41 - cp -a $install/usr/share/ogmrip $fs/usr/share 350.42 - cp -a $install/usr/share/pixmaps $fs/usr/share 350.43 - cp -a $install/usr/lib/*.so* $fs/usr/lib 350.44 - cp -a $install/usr/lib/ogmrip $fs/usr/lib 350.45 - find $fs/usr/lib/ogmrip -name "*.*a" -type f -delete 350.46 - cp -a $install/etc $fs 350.47 +genpkg_rules() { 350.48 + copy @std 350.49 + DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl \ 350.50 + GConf" 350.51 }
351.1 --- a/ola/receipt Sat Mar 17 04:50:25 2018 +0200 351.2 +++ b/ola/receipt Wed Mar 21 15:58:17 2018 +0200 351.3 @@ -1,7 +1,7 @@ 351.4 # SliTaz package receipt v2. 351.5 351.6 PACKAGE="ola" 351.7 -VERSION="0.9.8" 351.8 +VERSION="0.10.6" 351.9 CATEGORY="network" 351.10 SHORT_DESC="Open Lighting Architecture" 351.11 MAINTAINER="kult-ex@aon.at" 351.12 @@ -26,17 +26,11 @@ 351.13 genpkg_rules() { 351.14 case $PACKAGE in 351.15 ola) 351.16 - mkdir -p $fs/usr/lib/olad 351.17 - cp -a $install/usr/bin $fs/usr 351.18 - cp -a $install/usr/lib/*.so* $fs/usr/lib 351.19 - cp -a $install/usr/share $fs/usr 351.20 + copy @std 351.21 DEPENDS="libftdi liblo libmicrohttpd ncurses protobuf" 351.22 ;; 351.23 *-dev) 351.24 - mkdir -p $fs/usr/lib 351.25 - cp -a $install/usr/include $fs/usr 351.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 351.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 351.28 + copy @dev 351.29 DEPENDS="ola protobuf-dev" 351.30 ;; 351.31 esac
352.1 --- a/open-vm-tools/receipt Sat Mar 17 04:50:25 2018 +0200 352.2 +++ b/open-vm-tools/receipt Wed Mar 21 15:58:17 2018 +0200 352.3 @@ -13,7 +13,7 @@ 352.4 HOST_ARCH="i486 x86_64" 352.5 352.6 DEPENDS="shutdown glib libffi libmspack procps libdnet" 352.7 -BUILD_DEPENDS="wget cacerts autoconf automake libtool linux-source procps \ 352.8 +BUILD_DEPENDS="autoconf automake libtool linux-source procps \ 352.9 glib-dev libffi-dev libdnet-dev libmspack-dev openssl-dev" 352.10 352.11
353.1 --- a/openbox-theme-woodland/receipt Sat Mar 17 04:50:25 2018 +0200 353.2 +++ b/openbox-theme-woodland/receipt Wed Mar 21 15:58:17 2018 +0200 353.3 @@ -13,7 +13,6 @@ 353.4 TAGS="openbox theme" 353.5 353.6 DEPENDS="openbox" 353.7 -BUILD_DEPENDS="wget" 353.8 353.9 # Rules to configure and make the package. 353.10 compile_rules()
354.1 --- a/openconnect/receipt Sat Mar 17 04:50:25 2018 +0200 354.2 +++ b/openconnect/receipt Wed Mar 21 15:58:17 2018 +0200 354.3 @@ -12,7 +12,7 @@ 354.4 354.5 DEPENDS="vpnc openssl libxml2" 354.6 # Will require libtirpc when glibc is upgraded to 2.14. 354.7 -BUILD_DEPENDS="openssl-dev zlib pkg-config libxml2-dev vpnc gettext-tools" 354.8 +BUILD_DEPENDS="openssl-dev zlib libxml2-dev vpnc gettext-tools" 354.9 354.10 # Rules to configure and make the package. 354.11 compile_rules()
355.1 --- a/opencv/receipt Sat Mar 17 04:50:25 2018 +0200 355.2 +++ b/opencv/receipt Wed Mar 21 15:58:17 2018 +0200 355.3 @@ -34,8 +34,6 @@ 355.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 355.5 ;; 355.6 opencv-dev) 355.7 - CAT="development|Open source computer vision library development files" 355.8 - DEPENDS="opencv pkg-config" 355.9 #cp -a $install/usr/lib/*a $fs/usr/lib 355.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 355.11 cp -a $install/usr/include $fs/usr
356.1 --- a/openscad/receipt Sat Mar 17 04:50:25 2018 +0200 356.2 +++ b/openscad/receipt Wed Mar 21 15:58:17 2018 +0200 356.3 @@ -13,7 +13,7 @@ 356.4 DEPENDS="cgal gmp mpfr glew opencsg mesa libboost-program-options \ 356.5 libboost-filesystem libboost-thread libboost-regex libQtOpenGL \ 356.6 libQtCore libQtGui glib" 356.7 -BUILD_DEPENDS="cmake pkg-config flex Qt4-dev cgal-dev gmp-dev mpfr-dev \ 356.8 +BUILD_DEPENDS="cmake flex Qt4-dev cgal-dev gmp-dev mpfr-dev \ 356.9 glib-dev glew-dev opencsg-dev eigen mesa-dev libboost-dev \ 356.10 libboost-program-options libboost-filesystem libboost-regex libboost-thread \ 356.11 qmake"
357.1 --- a/openshot/receipt Sat Mar 17 04:50:25 2018 +0200 357.2 +++ b/openshot/receipt Wed Mar 21 15:58:17 2018 +0200 357.3 @@ -15,7 +15,7 @@ 357.4 frei0r-plugins python-pil python-httplib2" 357.5 SUGGESTED="dvgrab libquicktime libavc1394 faac jack ladspa" 357.6 BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev \ 357.7 -ffmpeg-dev goocanvas-dev wget" 357.8 +ffmpeg-dev goocanvas-dev" 357.9 357.10 # Rules to configure and make the package. 357.11 compile_rules() {
358.1 --- a/openvas-client/receipt Sat Mar 17 04:50:25 2018 +0200 358.2 +++ b/openvas-client/receipt Wed Mar 21 15:58:17 2018 +0200 358.3 @@ -12,7 +12,7 @@ 358.4 WGET_URL="http://wald.intevation.org/frs/download.php/757/$TARBALL" 358.5 358.6 #BUILD_DEPENDS="util-linux-uuid libpcap openvas-libraries openvas-libraries-dev \ 358.7 -#libgd-dev libpng16-dev pkg-config gtk+-dev gnutls-dev" 358.8 +#libgd-dev libpng16-dev gtk+-dev gnutls-dev" 358.9 BUILD_DEPENDS="libgd-dev libpng16-dev glib-dev openvas-libraries-dev \ 358.10 gnutls-dev gtk+-dev" 358.11
359.1 --- a/openvas-libraries/receipt Sat Mar 17 04:50:25 2018 +0200 359.2 +++ b/openvas-libraries/receipt Wed Mar 21 15:58:17 2018 +0200 359.3 @@ -11,7 +11,7 @@ 359.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 359.5 WGET_URL="https://wald.intevation.org/frs/download.php/2433/$TARBALL" 359.6 359.7 -BUILD_DEPENDS="gpgme-dev libgcrypt-dev pkg-config glib-dev gnutls-dev \ 359.8 +BUILD_DEPENDS="gpgme-dev libgcrypt-dev glib-dev gnutls-dev \ 359.9 libpcap-dev bison flex cmake util-linux-uuid-dev zlib-dev libssh-dev \ 359.10 hiredis-dev" 359.11 SPLIT="openvas-libraries openvas-libraries-dev"
360.1 --- a/openvas-scanner/receipt Sat Mar 17 04:50:25 2018 +0200 360.2 +++ b/openvas-scanner/receipt Wed Mar 21 15:58:17 2018 +0200 360.3 @@ -11,7 +11,7 @@ 360.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 360.5 WGET_URL="http://wald.intevation.org/frs/download.php/2436/$TARBALL" 360.6 360.7 -BUILD_DEPENDS="libgcrypt-dev pkg-config glib-dev redis openvas-libraries-dev \ 360.8 +BUILD_DEPENDS="libgcrypt-dev glib-dev redis openvas-libraries-dev \ 360.9 gnutls-dev libpcap-dev cmake doxygen" 360.10 360.11 compile_rules() {
361.1 --- a/openvswitch/receipt Sat Mar 17 04:50:25 2018 +0200 361.2 +++ b/openvswitch/receipt Wed Mar 21 15:58:17 2018 +0200 361.3 @@ -39,8 +39,6 @@ 361.4 cp -a $install/usr/share $fs/usr/ 361.5 ;; 361.6 openvswitch-dev) 361.7 - CAT="development|development files" 361.8 - DEPENDS="pkg-config openvswitch" 361.9 mkdir -p $fs/usr 361.10 cp -a $install/usr/lib $fs/usr 361.11 cp -a $install/usr/include $fs/usr
362.1 --- a/orbit2/receipt Sat Mar 17 04:50:25 2018 +0200 362.2 +++ b/orbit2/receipt Wed Mar 21 15:58:17 2018 +0200 362.3 @@ -12,7 +12,7 @@ 362.4 TARBALL="ORBit2-$VERSION.tar.bz2" 362.5 WGET_URL="$GNOME_MIRROR/ORBit2/${VERSION%.*}/$TARBALL" 362.6 362.7 -BUILD_DEPENDS="glib-dev dbus-dev dbus-glib-dev libidl-dev pkg-config" 362.8 +BUILD_DEPENDS="glib-dev dbus-dev dbus-glib-dev libidl-dev" 362.9 SPLIT="orbit2-dev" 362.10 362.11 # Rules to configure and make the package.
363.1 --- a/ori/receipt Sat Mar 17 04:50:25 2018 +0200 363.2 +++ b/ori/receipt Wed Mar 21 15:58:17 2018 +0200 363.3 @@ -11,7 +11,7 @@ 363.4 WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL" 363.5 363.6 DEPENDS="openssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder 363.7 -BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-math-tr1 \ 363.8 +BUILD_DEPENDS="scons libboost-dev libboost-math-tr1 \ 363.9 util-linux-uuid-dev fuse-dev libevent-dev openssl-dev zlib-dev" 363.10 363.11 # Rules to configure and make the package.
364.1 --- a/otf-gfs/receipt Sat Mar 17 04:50:25 2018 +0200 364.2 +++ b/otf-gfs/receipt Wed Mar 21 15:58:17 2018 +0200 364.3 @@ -19,10 +19,10 @@ 364.4 { 364.5 mkdir -p $src && cd $src 364.6 for font in $EXTRA_SOURCE_FILES; do 364.7 - [ -s $SOURCES_REPOSITORY/${font} ] || 364.8 - wget -O $SOURCES_REPOSITORY/${font} \ 364.9 + [ -s $SRC/${font} ] || 364.10 + wget -O $SRC/${font} \ 364.11 http://www.greekfontsociety.gr/${font} 364.12 - cp $SOURCES_REPOSITORY/${font} . 364.13 + cp $SRC/${font} . 364.14 unzip -o ${font} 364.15 done 364.16 FONTDIR=$fs/usr/share/fonts/OTF/GFS
365.1 --- a/paper-gtk-theme/receipt Sat Mar 17 04:50:25 2018 +0200 365.2 +++ b/paper-gtk-theme/receipt Wed Mar 21 15:58:17 2018 +0200 365.3 @@ -50,8 +50,7 @@ 365.4 DEPENDS="gtk2-engine-murrine" 365.5 ;; 365.6 paper-gtk-theme-extra) 365.7 - copy @std 365.8 - remove_already_packed 365.9 + copy @std @rm 365.10 CAT="customization|extra files" 365.11 ;; 365.12 esac
366.1 --- a/passenger/receipt Sat Mar 17 04:50:25 2018 +0200 366.2 +++ b/passenger/receipt Wed Mar 21 15:58:17 2018 +0200 366.3 @@ -20,7 +20,7 @@ 366.4 cd $src 366.5 366.6 gem install --no-rdoc --no-ri --ignore-dependencies \ 366.7 - --install-dir $PWD/ $SOURCES_REPOSITORY/$TARBALL 366.8 + --install-dir $PWD/ $SRC/$TARBALL 366.9 366.10 # Build Apache module 366.11 cd gems/$PACKAGE-$VERSION/
367.1 --- a/pciids/receipt Sat Mar 17 04:50:25 2018 +0200 367.2 +++ b/pciids/receipt Wed Mar 21 15:58:17 2018 +0200 367.3 @@ -1,8 +1,8 @@ 367.4 # SliTaz package receipt v2. 367.5 367.6 PACKAGE="pciids" 367.7 -VERSION="20180208" 367.8 -COMMIT="5526e26" 367.9 +VERSION="20180315" 367.10 +COMMIT="61a335a" 367.11 CATEGORY="misc" 367.12 SHORT_DESC="List of PCI ID's" 367.13 MAINTAINER="slaxemulator@gmail.com"
368.1 --- a/pcre/receipt Sat Mar 17 04:50:25 2018 +0200 368.2 +++ b/pcre/receipt Wed Mar 21 15:58:17 2018 +0200 368.3 @@ -7,6 +7,7 @@ 368.4 MAINTAINER="pankso@slitaz.org" 368.5 LICENSE="BSD" 368.6 WEB_SITE="http://www.pcre.org/" 368.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pcre.html" 368.8 368.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 368.10 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" 368.11 @@ -15,7 +16,6 @@ 368.12 SPLIT="pcre-apps pcre-dev" 368.13 368.14 compile_rules() { 368.15 - # http://www.linuxfromscratch.org/blfs/view/stable/general/pcre.html 368.16 ./configure \ 368.17 --docdir=/usr/share/doc/pcre-$VERSION \ 368.18 --enable-unicode-properties \ 368.19 @@ -28,10 +28,10 @@ 368.20 --enable-jit \ 368.21 --enable-valgrind \ 368.22 $CONFIGURE_ARGS && 368.23 - make && make install && 368.24 + make && make install || return 1 368.25 368.26 - mkdir -p $install/lib && 368.27 - mv -v $install/usr/lib/libpcre.so.* $install/lib && 368.28 + mkdir -p $install/lib 368.29 + mv -v $install/usr/lib/libpcre.so.* $install/lib 368.30 ln -sfv ../../lib/$(readlink $install/usr/lib/libpcre.so) \ 368.31 $install/usr/lib/libpcre.so 368.32 }
369.1 --- a/pcre2/receipt Sat Mar 17 04:50:25 2018 +0200 369.2 +++ b/pcre2/receipt Wed Mar 21 15:58:17 2018 +0200 369.3 @@ -7,6 +7,7 @@ 369.4 MAINTAINER="al.bobylev@gmail.com" 369.5 LICENSE="BSD" 369.6 WEB_SITE="http://www.pcre.org/" 369.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pcre2.html" 369.8 369.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 369.10 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" 369.11 @@ -14,10 +15,7 @@ 369.12 BUILD_DEPENDS="zlib-dev bzip2-dev readline-dev valgrind-dev" 369.13 SPLIT="pcre2-apps pcre2-dev" 369.14 369.15 -# Rules to configure and make the package. 369.16 -compile_rules() 369.17 -{ 369.18 - # http://www.linuxfromscratch.org/blfs/view/stable/general/pcre2.html 369.19 +compile_rules() { 369.20 ./configure \ 369.21 --docdir=/usr/share/doc/pcre2-$VERSION \ 369.22 --enable-unicode \ 369.23 @@ -31,25 +29,16 @@ 369.24 --enable-valgrind \ 369.25 $CONFIGURE_ARGS && 369.26 make && make install 369.27 - 369.28 -# find $install/usr/share/man -type f -exec gzip -9 \{\} \; 369.29 -# for i in $(find $install/usr/share/man -type l); do 369.30 -# dest=$(readlink $i) 369.31 -# rm $i; ln -s $dest.gz $i.gz 369.32 -# done 369.33 } 369.34 369.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 369.36 -genpkg_rules() 369.37 -{ 369.38 +genpkg_rules() { 369.39 case $PACKAGE in 369.40 pcre2) 369.41 copy *.so* 369.42 CAT="system-tools|library" 369.43 ;; 369.44 *-apps) 369.45 - copy @std 369.46 - remove_already_packed 369.47 + copy @std @rm 369.48 DEPENDS="pcre2 bzlib ncurses readline zlib" 369.49 CAT="development|applications" 369.50 ;;
370.1 --- a/pdf2djvu/receipt Sat Mar 17 04:50:25 2018 +0200 370.2 +++ b/pdf2djvu/receipt Wed Mar 21 15:58:17 2018 +0200 370.3 @@ -12,7 +12,7 @@ 370.4 370.5 TAGS="pdf djvu" 370.6 DEPENDS="djvulibre poppler" 370.7 -BUILD_DEPENDS="wget cacerts djvulibre-dev poppler-dev" #exiv2 370.8 +BUILD_DEPENDS="djvulibre-dev poppler-dev" #exiv2 370.9 370.10 # Rules to configure and make the package. 370.11 compile_rules()
371.1 --- a/peazip/receipt Sat Mar 17 04:50:25 2018 +0200 371.2 +++ b/peazip/receipt Wed Mar 21 15:58:17 2018 +0200 371.3 @@ -80,8 +80,7 @@ 371.4 CAT="utilities|additional formats plugin 2" 371.5 ;; 371.6 peazip) 371.7 - copy @std 371.8 - remove_already_packed 371.9 + copy @std @rm 371.10 DEPENDS="atk cairo gdk-pixbuf glib gtk+ pango xorg-libX11 \ 371.11 busybox desktop-file-utils gmp libcurl ncurses upx zpaq xdg-utils" 371.12 SUGGESTED="aescrypt gnupg"
372.1 --- a/php/receipt Sat Mar 17 04:50:25 2018 +0200 372.2 +++ b/php/receipt Wed Mar 21 15:58:17 2018 +0200 372.3 @@ -13,7 +13,7 @@ 372.4 BUILD_DEPENDS="sqlite3-dev libxml2-dev zlib-dev libmysqlclient mysql-dev \ 372.5 net-snmp-dev postgresql-dev gettext openssl-dev apache-dev apr-util-dev \ 372.6 c-client mhash-dev libpng16-dev libunixODBC unixODBC-dev openldap-dev \ 372.7 -libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev perl pkg-config \ 372.8 +libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev perl \ 372.9 jpeg-dev net-snmp-dev libvpx-dev apache coreutils-conditions sed re2c" 372.10 SPLIT="php-apache php-cherokee php-cli php-common php-curl php-dba php-dev \ 372.11 php-gd php-imap php-ldap php-mcrypt php-mysqli php-mysql php-odbc php-openssl \
373.1 --- a/picamera/receipt Sat Mar 17 04:50:25 2018 +0200 373.2 +++ b/picamera/receipt Wed Mar 21 15:58:17 2018 +0200 373.3 @@ -12,7 +12,7 @@ 373.4 HOST_ARCH="arm" 373.5 373.6 DEPENDS="python" 373.7 -BUILD_DEPENDS="python wget" 373.8 +BUILD_DEPENDS="python" 373.9 373.10 # Rules to configure and make the package. 373.11 compile_rules()
374.1 --- a/picoblog/receipt Sat Mar 17 04:50:25 2018 +0200 374.2 +++ b/picoblog/receipt Wed Mar 21 15:58:17 2018 +0200 374.3 @@ -16,10 +16,10 @@ 374.4 # Rules to configure and make the package. 374.5 compile_rules() 374.6 { 374.7 - [ -s "$SOURCES_REPOSITORY/$TARBALL" ] || 374.8 - wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL 374.9 + [ -s "$SRC/$TARBALL" ] || 374.10 + wget -O "$SRC/$TARBALL" $URL 374.11 mkdir -p $DESTDIR/var/www/$PACKAGE 2> /dev/null 374.12 - cp "$SOURCES_REPOSITORY/$TARBALL" $DESTDIR/var/www/$PACKAGE/index.php 374.13 + cp "$SRC/$TARBALL" $DESTDIR/var/www/$PACKAGE/index.php 374.14 chown -R 80.80 $DESTDIR/var/www/$PACKAGE 374.15 } 374.16
375.1 --- a/pidgin-musictracker/receipt Sat Mar 17 04:50:25 2018 +0200 375.2 +++ b/pidgin-musictracker/receipt Wed Mar 21 15:58:17 2018 +0200 375.3 @@ -12,7 +12,7 @@ 375.4 375.5 DEPENDS="pidgin pcre" 375.6 BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev \ 375.7 -gtk+-dev glib-dev pkg-config libffi" 375.8 +gtk+-dev glib-dev libffi" 375.9 375.10 # Rules to configure and make the package. 375.11 compile_rules()
376.1 --- a/pidgin/receipt Sat Mar 17 04:50:25 2018 +0200 376.2 +++ b/pidgin/receipt Wed Mar 21 15:58:17 2018 +0200 376.3 @@ -71,7 +71,6 @@ 376.4 ;; 376.5 pidgin-dev) 376.6 CAT="development|Pidgin devel files." 376.7 - DEPENDS="pkg-config" 376.8 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/pidgin $fs/usr/include/pidgin $fs/usr/share 376.9 cp -a $install/usr/lib/pidgin/*.la $fs/usr/lib/pidgin 376.10 cp -a $install/usr/lib/pkgconfig/pidgin.pc $fs/usr/lib/pkgconfig 376.11 @@ -86,7 +85,7 @@ 376.12 ;; 376.13 libpurple-dev) 376.14 CAT="development|Purple library devel files." 376.15 - DEPENDS="pkg-config glib-dev libpurple" 376.16 + DEPENDS="glib-dev libpurple" 376.17 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/purple-2 $fs/usr/include/libpurple 376.18 cp -a $install/usr/lib/libpurple.la $fs/usr/lib 376.19 cp -a $install/usr/lib/purple-2/*.la $fs/usr/lib/purple-2
377.1 --- a/poppler-qt4/receipt Sat Mar 17 04:50:25 2018 +0200 377.2 +++ b/poppler-qt4/receipt Wed Mar 21 15:58:17 2018 +0200 377.3 @@ -11,7 +11,7 @@ 377.4 TARBALL="poppler-$VERSION.tar.xz" 377.5 WGET_URL="http://poppler.freedesktop.org/$TARBALL" 377.6 377.7 -BUILD_DEPENDS="xorg-libXdamage expat-dev pkg-config jpeg-dev tiff-dev \ 377.8 +BUILD_DEPENDS="xorg-libXdamage expat-dev jpeg-dev tiff-dev \ 377.9 freetype-dev fontconfig-dev glib-dev lcms-dev zlib-dev cairo-dev \ 377.10 automake bzip2-dev libpng16-dev libtool Qt4-dev libxml2-dev" 377.11 SPLIT="poppler-qt4-apps poppler-qt4-dev"
378.1 --- a/poppler/receipt Sat Mar 17 04:50:25 2018 +0200 378.2 +++ b/poppler/receipt Wed Mar 21 15:58:17 2018 +0200 378.3 @@ -49,8 +49,7 @@ 378.4 DEPENDS="poppler cairo freetype lcms2 zlib" 378.5 ;; 378.6 poppler-dev) 378.7 - copy @dev 378.8 - remove_already_packed 378.9 + copy @dev @rm 378.10 DEPENDS="poppler poppler-apps cairo-dev glib-dev" 378.11 ;; 378.12 esac
379.1 --- a/postgis/receipt Sat Mar 17 04:50:25 2018 +0200 379.2 +++ b/postgis/receipt Wed Mar 21 15:58:17 2018 +0200 379.3 @@ -10,7 +10,7 @@ 379.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 379.5 WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL" 379.6 379.7 -BUILD_DEPENDS="pkg-config postgresql-dev geos-dev proj-dev libxml2-dev \ 379.8 +BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev \ 379.9 gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff" 379.10 SPLIT="postgis-gui" 379.11
380.1 --- a/powertop/receipt Sat Mar 17 04:50:25 2018 +0200 380.2 +++ b/powertop/receipt Wed Mar 21 15:58:17 2018 +0200 380.3 @@ -12,7 +12,7 @@ 380.4 TAGS="power-management" 380.5 380.6 DEPENDS="ncurses pciutils libnl zlib gcc-lib-base" 380.7 -BUILD_DEPENDS="acl gettext ncurses-dev wget autoconf automake libtool \ 380.8 +BUILD_DEPENDS="acl gettext ncurses-dev autoconf automake libtool \ 380.9 pciutils-dev libnl-dev zlib-dev gettext diffutils" 380.10 380.11 # Rules to configure and make the package.
381.1 --- a/prelink/receipt Sat Mar 17 04:50:25 2018 +0200 381.2 +++ b/prelink/receipt Wed Mar 21 15:58:17 2018 +0200 381.3 @@ -11,7 +11,7 @@ 381.4 WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL" 381.5 381.6 DEPENDS="elfutils" 381.7 -BUILD_DEPENDS="elfutils-dev pkg-config" 381.8 +BUILD_DEPENDS="elfutils-dev" 381.9 381.10 # Rules to configure and make the package. 381.11 compile_rules()
382.1 --- a/pulseaudio/receipt Sat Mar 17 04:50:25 2018 +0200 382.2 +++ b/pulseaudio/receipt Wed Mar 21 15:58:17 2018 +0200 382.3 @@ -89,8 +89,7 @@ 382.4 DEPENDS="pulseaudio" 382.5 ;; 382.6 pulseaudio) 382.7 - copy @std 382.8 - remove_already_packed 382.9 + copy @std @rm 382.10 CAT="multimedia|main part" 382.11 DEPENDS="dbus eudev gdbm libcap libltdl libsndfile speexdsp \ 382.12 xorg-libICE xorg-libSM xorg-libX11 xorg-libXtst xorg-libxcb"
383.1 --- a/pygobject/receipt Sat Mar 17 04:50:25 2018 +0200 383.2 +++ b/pygobject/receipt Wed Mar 21 15:58:17 2018 +0200 383.3 @@ -11,7 +11,7 @@ 383.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 383.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 383.6 383.7 -BUILD_DEPENDS="python python-dev pkg-config glib-dev pycairo-dev \ 383.8 +BUILD_DEPENDS="python python-dev glib-dev pycairo-dev \ 383.9 cairo-dev libffi-dev util-linux-mount-dev" 383.10 SPLIT="pygobject-dev" 383.11
384.1 --- a/pygoocanvas/receipt Sat Mar 17 04:50:25 2018 +0200 384.2 +++ b/pygoocanvas/receipt Wed Mar 21 15:58:17 2018 +0200 384.3 @@ -11,7 +11,7 @@ 384.4 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/${VERSION%.*}/$TARBALL" 384.5 384.6 DEPENDS="python pygtk goocanvas" 384.7 -BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev pkg-config" 384.8 +BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev" 384.9 384.10 # Rules to configure and make the package. 384.11 compile_rules()
385.1 --- a/pygtksourceview/receipt Sat Mar 17 04:50:25 2018 +0200 385.2 +++ b/pygtksourceview/receipt Wed Mar 21 15:58:17 2018 +0200 385.3 @@ -11,8 +11,7 @@ 385.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 385.5 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 385.6 385.7 -BUILD_DEPENDS="python-dev pygtk-dev gtksourceview-dev pygobject-dev pkg-config \ 385.8 -libxml2-dev" 385.9 +BUILD_DEPENDS="python-dev pygtk-dev gtksourceview-dev pygobject-dev libxml2-dev" 385.10 SPLIT="pygtksourceview-dev" 385.11 385.12 compile_rules() { 385.13 @@ -33,7 +32,6 @@ 385.14 ;; 385.15 *-dev) 385.16 copy @dev 385.17 - DEPENDS="pkg-config" 385.18 ;; 385.19 esac 385.20 }
386.1 --- a/pyneighborhood/receipt Sat Mar 17 04:50:25 2018 +0200 386.2 +++ b/pyneighborhood/receipt Wed Mar 21 15:58:17 2018 +0200 386.3 @@ -11,7 +11,7 @@ 386.4 WGET_URL="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL" 386.5 386.6 DEPENDS="python pygtk samba" 386.7 -BUILD_DEPENDS="python python-dev gettext wget" 386.8 +BUILD_DEPENDS="python python-dev gettext" 386.9 386.10 # Rules to configure and make the package. 386.11 compile_rules()
387.1 --- a/pyorbit/receipt Sat Mar 17 04:50:25 2018 +0200 387.2 +++ b/pyorbit/receipt Wed Mar 21 15:58:17 2018 +0200 387.3 @@ -11,7 +11,7 @@ 387.4 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 387.5 387.6 DEPENDS="python orbit2" 387.7 -BUILD_DEPENDS="python-dev orbit2-dev pkg-config" 387.8 +BUILD_DEPENDS="python-dev orbit2-dev" 387.9 387.10 # Rules to configure and make the package. 387.11 compile_rules()
388.1 --- a/python-configobj/receipt Sat Mar 17 04:50:25 2018 +0200 388.2 +++ b/python-configobj/receipt Wed Mar 21 15:58:17 2018 +0200 388.3 @@ -11,7 +11,7 @@ 388.4 WGET_URL="https://github.com/DiffSK/configobj/archive/v$VERSION.tar.gz" 388.5 388.6 DEPENDS="python python-six" 388.7 -BUILD_DEPENDS="wget cacerts python" 388.8 +BUILD_DEPENDS="python" 388.9 388.10 # Rules to configure and make the package. 388.11 compile_rules()
389.1 --- a/python-cups/receipt Sat Mar 17 04:50:25 2018 +0200 389.2 +++ b/python-cups/receipt Wed Mar 21 15:58:17 2018 +0200 389.3 @@ -12,7 +12,7 @@ 389.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 389.5 389.6 DEPENDS="python libcups" 389.7 -BUILD_DEPENDS="wget python-dev cups-dev" 389.8 +BUILD_DEPENDS="python-dev cups-dev" 389.9 389.10 # Rules to configure and make the package. 389.11 compile_rules()
390.1 --- a/python-edje/receipt Sat Mar 17 04:50:25 2018 +0200 390.2 +++ b/python-edje/receipt Wed Mar 21 15:58:17 2018 +0200 390.3 @@ -33,7 +33,7 @@ 390.4 mkdir -p $fs/usr/lib 390.5 cp -a $install/usr/include $fs/usr 390.6 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 390.7 - DEPENDS="edje-dev python-evas-dev pkg-config" 390.8 + DEPENDS="edje-dev python-evas-dev" 390.9 ;; 390.10 esac 390.11 }
391.1 --- a/python-ethtool/receipt Sat Mar 17 04:50:25 2018 +0200 391.2 +++ b/python-ethtool/receipt Wed Mar 21 15:58:17 2018 +0200 391.3 @@ -11,7 +11,7 @@ 391.4 WGET_URL="https://fedorahosted.org/releases/p/y/$PACKAGE/$TARBALL" 391.5 391.6 DEPENDS="python libnl1" 391.7 -BUILD_DEPENDS="python python-dev libnl1-dev pkg-config wget" 391.8 +BUILD_DEPENDS="python-dev libnl1-dev" 391.9 391.10 # Rules to configure and make the package. 391.11 compile_rules()
392.1 --- a/python-gevent-psycopg2/receipt Sat Mar 17 04:50:25 2018 +0200 392.2 +++ b/python-gevent-psycopg2/receipt Wed Mar 21 15:58:17 2018 +0200 392.3 @@ -12,7 +12,7 @@ 392.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 392.5 392.6 DEPENDS="psycopg2 python-gevent" 392.7 -BUILD_DEPENDS="wget python-distribute python-dev python" 392.8 +BUILD_DEPENDS="python-distribute python-dev python" 392.9 392.10 # Rules to configure and make the package. 392.11 compile_rules()
393.1 --- a/python-pyasn1/receipt Sat Mar 17 04:50:25 2018 +0200 393.2 +++ b/python-pyasn1/receipt Wed Mar 21 15:58:17 2018 +0200 393.3 @@ -12,7 +12,7 @@ 393.4 WGET_URL="https://pypi.python.org/packages/source/p/pyasn1/$TARBALL" 393.5 393.6 DEPENDS="python" 393.7 -BUILD_DEPENDS="wget python-dev" 393.8 +BUILD_DEPENDS="python-dev" 393.9 393.10 # Rules to configure and make the package. 393.11 compile_rules()
394.1 --- a/python-sqlalchemy/receipt Sat Mar 17 04:50:25 2018 +0200 394.2 +++ b/python-sqlalchemy/receipt Wed Mar 21 15:58:17 2018 +0200 394.3 @@ -13,7 +13,7 @@ 394.4 WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" 394.5 394.6 DEPENDS="python" 394.7 -BUILD_DEPENDS="wget python-dev" 394.8 +BUILD_DEPENDS="python-dev" 394.9 394.10 # Rules to configure and make the package. 394.11 compile_rules()
395.1 --- a/python-werkzeug/receipt Sat Mar 17 04:50:25 2018 +0200 395.2 +++ b/python-werkzeug/receipt Wed Mar 21 15:58:17 2018 +0200 395.3 @@ -17,11 +17,11 @@ 395.4 # Rules to configure and make the package. 395.5 compile_rules() 395.6 { 395.7 - [ -s $SOURCES_REPOSITORY/$TARBALL ] || 395.8 - wget --no-check-certificate -O $SOURCES_REPOSITORY/$TARBALL $GIT_URL 395.9 + [ -s $SRC/$TARBALL ] || 395.10 + wget --no-check-certificate -O $SRC/$TARBALL $GIT_URL 395.11 if [ ! -s $src ]; then 395.12 mkdir -p $(dirname $src) 395.13 - tar xzf $SOURCES_REPOSITORY/$TARBALL && 395.14 + tar xzf $SRC/$TARBALL && 395.15 mv mitsuhiko-werkzeug-$VERSION $src 395.16 fi 395.17 cd $src
396.1 --- a/qca/receipt Sat Mar 17 04:50:25 2018 +0200 396.2 +++ b/qca/receipt Wed Mar 21 15:58:17 2018 +0200 396.3 @@ -37,8 +37,6 @@ 396.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 396.5 ;; 396.6 qca-dev) 396.7 - CAT="development|The qca devel files." 396.8 - DEPENDS="pkg-config qca" 396.9 mkdir -p $fs/usr/lib $fs/usr/share 396.10 cp -a $install/usr/include $fs/usr 396.11 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
397.1 --- a/qemu-light/receipt Sat Mar 17 04:50:25 2018 +0200 397.2 +++ b/qemu-light/receipt Wed Mar 21 15:58:17 2018 +0200 397.3 @@ -22,9 +22,9 @@ 397.4 { 397.5 mkdir -p $DESTIDR/usr/share/qemu/ia32 397.6 397.7 - [ -s $SOURCES_REPOSITORY/$UEFIZIP ] || wget -P $SOURCES_REPOSITORY \ 397.8 + [ -s $SRC/$UEFIZIP ] || wget -P $SRC \ 397.9 http://netassist.dl.sourceforge.net/project/edk2/OVMF/$UEFIZIP 397.10 - unzip $SOURCES_REPOSITORY/$UEFIZIP OVMF.fd -d $DESTIDR/usr/share/qemu/ia32 397.11 + unzip $SRC/$UEFIZIP OVMF.fd -d $DESTIDR/usr/share/qemu/ia32 397.12 397.13 patch -p0 < $stuff/cloop.u 397.14
398.1 --- a/qemu/receipt Sat Mar 17 04:50:25 2018 +0200 398.2 +++ b/qemu/receipt Wed Mar 21 15:58:17 2018 +0200 398.3 @@ -20,9 +20,9 @@ 398.4 { 398.5 mkdir -p $DESTIDR/usr/share/qemu/ia32 398.6 398.7 - [ -s $SOURCES_REPOSITORY/$UEFIZIP ] || wget -P $SOURCES_REPOSITORY \ 398.8 + [ -s $SRC/$UEFIZIP ] || wget -P $SRC \ 398.9 http://netassist.dl.sourceforge.net/project/edk2/OVMF/$UEFIZIP 398.10 - unzip $SOURCES_REPOSITORY/$UEFIZIP OVMF.fd -d $DESTIDR/usr/share/qemu/ia32 398.11 + unzip $SRC/$UEFIZIP OVMF.fd -d $DESTIDR/usr/share/qemu/ia32 398.12 398.13 patch -p0 < $stuff/cloop.u 398.14 398.15 @@ -98,9 +98,9 @@ 398.16 cp -a $install/etc/qemu $fs/etc 398.17 cp -a $install/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin 398.18 cd $fs/usr/bin && ln -s qemu-system-${PACKAGE#qemu-} $PACKAGE 398.19 - [ -s $SOURCES_REPOSITORY/$UEFIZIP ] || wget -P $SOURCES_REPOSITORY \ 398.20 + [ -s $SRC/$UEFIZIP ] || wget -P $SRC \ 398.21 http://netassist.dl.sourceforge.net/project/edk2/OVMF/$UEFIZIP 398.22 - unzip $SOURCES_REPOSITORY/$UEFIZIP OVMF.fd -d $fs/usr/share/qemu/x64 398.23 + unzip $SRC/$UEFIZIP OVMF.fd -d $fs/usr/share/qemu/x64 398.24 ;; 398.25 esac 398.26 }
399.1 --- a/qrencode/receipt Sat Mar 17 04:50:25 2018 +0200 399.2 +++ b/qrencode/receipt Wed Mar 21 15:58:17 2018 +0200 399.3 @@ -30,7 +30,6 @@ 399.4 ;; 399.5 qrencode-dev) 399.6 copy @dev 399.7 - DEPENDS="qrencode pkg-config" 399.8 ;; 399.9 esac 399.10 }
400.1 --- a/qt4-base/receipt Sat Mar 17 04:50:25 2018 +0200 400.2 +++ b/qt4-base/receipt Wed Mar 21 15:58:17 2018 +0200 400.3 @@ -18,7 +18,7 @@ 400.4 freetype-dev gettext glib-dev jpeg-dev libIDL libcap-dev libpng16-dev libtool \ 400.5 libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \ 400.6 pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple xorg-pixman-dev \ 400.7 -pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \ 400.8 +tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \ 400.9 sqlite3-dev libQtClucene wayland-dev" 400.10 SPLIT="qt-base libQtWebkit qtconfig" 400.11
401.1 --- a/qt4/receipt Sat Mar 17 04:50:25 2018 +0200 401.2 +++ b/qt4/receipt Wed Mar 21 15:58:17 2018 +0200 401.3 @@ -20,7 +20,7 @@ 401.4 freetype-dev gettext glib-dev jpeg-dev libIDL libcap-dev libpng16-dev libtool \ 401.5 libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \ 401.6 pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple xorg-pixman-dev \ 401.7 -pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \ 401.8 +tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \ 401.9 sqlite3-dev glu-dev glw-dev wayland-dev" 401.10 SPLIT="qt4 libQt3Support libQtClucene libQtCore libQtDBus libQtDeclarative \ 401.11 libQtDesigner libQtGui libQtHelp libQtMultimedia libQtNetwork libQtOpenGL \
402.1 --- a/qt5/receipt Sat Mar 17 04:50:25 2018 +0200 402.2 +++ b/qt5/receipt Wed Mar 21 15:58:17 2018 +0200 402.3 @@ -63,13 +63,22 @@ 402.4 echo "INCLUDEPATH += /usr/include/openssl-1.0" >> qtbase/src/network/network.pro 402.5 export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' 402.6 402.7 - [ -s $SOURCES_REPOSITORY/$PATCH ] || \ 402.8 - wget -O $SOURCES_REPOSITORY/$PATCH ${PATCH_URL}$PATCH 402.9 + [ -s $SRC/$PATCH ] || wget -O $SRC/$PATCH $PATCH_URL$PATCH 402.10 cd $src/qtdeclarative 402.11 - cp $SOURCES_REPOSITORY/$PATCH ./$PATCH 402.12 + cp $SRC/$PATCH ./$PATCH 402.13 patch -p1 -i $PATCH 402.14 cd .. 402.15 402.16 + # Build qmake (and all following things with it) using existing CFLAGS and LDFLAGS 402.17 + sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 $CFLAGS -DQT_MATH_H_DEFINES_MACROS=1|" \ 402.18 + qtbase/mkspecs/common/gcc-base.conf 402.19 + sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $LDFLAGS|" \ 402.20 + qtbase/mkspecs/common/g++-unix.conf 402.21 + 402.22 + # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417 402.23 + sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i \ 402.24 + qtbase/mkspecs/features/create_cmake.prf 402.25 + 402.26 ./configure \ 402.27 -prefix $QT5PREFIX \ 402.28 $QT5OPTS \
403.1 --- a/qtpanel/receipt Sat Mar 17 04:50:25 2018 +0200 403.2 +++ b/qtpanel/receipt Wed Mar 21 15:58:17 2018 +0200 403.3 @@ -11,7 +11,7 @@ 403.4 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 403.5 403.6 DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite" 403.7 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake xorg-libX11-dev \ 403.8 +BUILD_DEPENDS="Qt4-dev qmake cmake xorg-libX11-dev \ 403.9 xorg-libXcomposite-dev xorg-libXdamage-dev" 403.10 403.11 # Rules to configure and make the package.
404.1 --- a/qupzilla/receipt Sat Mar 17 04:50:25 2018 +0200 404.2 +++ b/qupzilla/receipt Wed Mar 21 15:58:17 2018 +0200 404.3 @@ -13,7 +13,7 @@ 404.4 404.5 GENERIC_PIXMAPS="no" 404.6 404.7 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev" 404.8 +BUILD_DEPENDS="Qt4-dev qmake openssl-dev xorg-libX11-dev" 404.9 SPLIT="qupzilla-locales" 404.10 404.11 compile_rules() {
405.1 --- a/rack/receipt Sat Mar 17 04:50:25 2018 +0200 405.2 +++ b/rack/receipt Wed Mar 21 15:58:17 2018 +0200 405.3 @@ -18,7 +18,7 @@ 405.4 compile_rules() 405.5 { 405.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 405.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 405.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 405.9 } 405.10 405.11 # Rules to gen a SliTaz package suitable for Tazpkg.
406.1 --- a/radeontool/receipt Sat Mar 17 04:50:25 2018 +0200 406.2 +++ b/radeontool/receipt Wed Mar 21 15:58:17 2018 +0200 406.3 @@ -11,7 +11,7 @@ 406.4 WGET_URL="http://people.freedesktop.org/~airlied/$PACKAGE/$TARBALL" 406.5 406.6 DEPENDS="xorg-libpciaccess" 406.7 -BUILD_DEPENDS="pkg-config xorg-libpciaccess-dev" 406.8 +BUILD_DEPENDS="xorg-libpciaccess-dev" 406.9 406.10 # Rules to configure and make the package. 406.11 compile_rules()
407.1 --- a/rails/receipt Sat Mar 17 04:50:25 2018 +0200 407.2 +++ b/rails/receipt Wed Mar 21 15:58:17 2018 +0200 407.3 @@ -18,7 +18,7 @@ 407.4 compile_rules() 407.5 { 407.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 407.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 407.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 407.9 } 407.10 407.11 # Rules to gen a SliTaz package suitable for Tazpkg.
408.1 --- a/raine/receipt Sat Mar 17 04:50:25 2018 +0200 408.2 +++ b/raine/receipt Wed Mar 21 15:58:17 2018 +0200 408.3 @@ -19,10 +19,10 @@ 408.4 compile_rules() 408.5 { 408.6 touch -d 197001010000 make.dep cpuinfo 408.7 - [ -s "$SOURCES_REPOSITORY/raines-0.51.9.tar.bz2" ] || 408.8 - wget -P $SOURCES_REPOSITORY \ 408.9 + [ -s "$SRC/raines-0.51.9.tar.bz2" ] || 408.10 + wget -P $SRC \ 408.11 http://mirror.yandex.ru/gentoo-distfiles/distfiles/raines-0.51.9.tar.bz2 408.12 - tar xf $SOURCES_REPOSITORY/raines-0.51.9.tar.bz2 408.13 + tar xf $SRC/raines-0.51.9.tar.bz2 408.14 mv raine-0.51.9/fonts . 408.15 mv raine-0.51.9/scripts . 408.16 mv raine-0.51.9/bitmaps .
409.1 --- a/rake/receipt Sat Mar 17 04:50:25 2018 +0200 409.2 +++ b/rake/receipt Wed Mar 21 15:58:17 2018 +0200 409.3 @@ -18,7 +18,7 @@ 409.4 compile_rules() 409.5 { 409.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 409.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 409.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 409.9 } 409.10 409.11 # Rules to gen a SliTaz package suitable for Tazpkg.
410.1 --- a/raptor/receipt Sat Mar 17 04:50:25 2018 +0200 410.2 +++ b/raptor/receipt Wed Mar 21 15:58:17 2018 +0200 410.3 @@ -33,7 +33,7 @@ 410.4 raptor-dev) 410.5 copy @dev 410.6 ln -s raptor2/raptor2.h $fs/usr/include/raptor.h 410.7 - DEPENDS="raptor curl-dev libxslt-dev pkg-config" 410.8 + DEPENDS="raptor curl-dev libxslt-dev" 410.9 ;; 410.10 esac 410.11 }
411.1 --- a/rarian/receipt Sat Mar 17 04:50:25 2018 +0200 411.2 +++ b/rarian/receipt Wed Mar 21 15:58:17 2018 +0200 411.3 @@ -39,7 +39,6 @@ 411.4 ;; 411.5 rarian-dev) 411.6 copy @dev 411.7 - DEPENDS="rarian pkg-config" 411.8 ;; 411.9 esac 411.10 }
412.1 --- a/razorqt/receipt Sat Mar 17 04:50:25 2018 +0200 412.2 +++ b/razorqt/receipt Wed Mar 21 15:58:17 2018 +0200 412.3 @@ -127,7 +127,7 @@ 412.4 ;; 412.5 razorqt-dev) 412.6 CAT="development|Development files for the QT based Razor desktop" 412.7 - DEPENDS="Qt4-dev pkg-config" 412.8 + DEPENDS="Qt4-dev" 412.9 mkdir -p $fs/usr/lib 412.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 412.11 cp -a $install/usr/include $fs/usr
413.1 --- a/remmina/receipt Sat Mar 17 04:50:25 2018 +0200 413.2 +++ b/remmina/receipt Wed Mar 21 15:58:17 2018 +0200 413.3 @@ -13,7 +13,7 @@ 413.4 TAGS="rdp vnc nx xdmcp" 413.5 413.6 DEPENDS="gtk+ libgcrypt libssh vte freerdp" 413.7 -BUILD_DEPENDS="gtk+-dev intltool wget cmake libgcrypt-dev libssh-dev vte-dev \ 413.8 +BUILD_DEPENDS="gtk+-dev intltool cmake libgcrypt-dev libssh-dev vte-dev \ 413.9 freerdp-dev libvncserver-dev libgnome-keyring-dev gettext telepathy-glib-dev \ 413.10 libappindicator-gtk3-dev xorg-libxkbfile-dev" 413.11 SPLIT="remmina-dev"
414.1 --- a/rfkill/receipt Sat Mar 17 04:50:25 2018 +0200 414.2 +++ b/rfkill/receipt Wed Mar 21 15:58:17 2018 +0200 414.3 @@ -11,8 +11,6 @@ 414.4 WGET_URL="https://www.kernel.org/pub/software/network/rfkill/$TARBALL" 414.5 TAGS="kernel" 414.6 414.7 -BUILD_DEPENDS="wget" 414.8 - 414.9 # Rules to configure and make the package. 414.10 compile_rules() 414.11 {
415.1 --- a/rrdtool-lite/receipt Sat Mar 17 04:50:25 2018 +0200 415.2 +++ b/rrdtool-lite/receipt Wed Mar 21 15:58:17 2018 +0200 415.3 @@ -11,7 +11,7 @@ 415.4 WGET_URL="$WEB_SITE/pub/$TARBALL" 415.5 415.6 DEPENDS="zlib glib libxml2" 415.7 -BUILD_DEPENDS="pkg-config libxml2-dev glib-dev groff" 415.8 +BUILD_DEPENDS="libxml2-dev glib-dev groff" 415.9 TAGS="logs" 415.10 415.11 # Rules to configure and make the package.
416.1 --- a/rrdtool/receipt Sat Mar 17 04:50:25 2018 +0200 416.2 +++ b/rrdtool/receipt Wed Mar 21 15:58:17 2018 +0200 416.3 @@ -10,7 +10,7 @@ 416.4 WEB_SITE="http://oss.oetiker.ch/$PACKAGE" 416.5 WGET_URL="$WEB_SITE/pub/$TARBALL" 416.6 416.7 -BUILD_DEPENDS="perl-dev pkg-config zlib-dev freetype-dev libpng16-dev libxml2-dev \ 416.8 +BUILD_DEPENDS="perl-dev zlib-dev freetype-dev libpng16-dev libxml2-dev \ 416.9 fontconfig-dev xorg-pixman-dev cairo-dev glib-dev pango-dev python-dev perl groff \ 416.10 libwrap-dev tcl-dev lua5.1-dev ruby" 416.11 SPLIT="rrdtool-dev rrdtool-doc rrdtool-lua rrdtool-man rrdtool-perl \
417.1 --- a/rspamd/receipt Sat Mar 17 04:50:25 2018 +0200 417.2 +++ b/rspamd/receipt Wed Mar 21 15:58:17 2018 +0200 417.3 @@ -11,7 +11,7 @@ 417.4 WGET_URL="${WEB_SITE}downloads/$TARBALL" 417.5 TAGS="spam" 417.6 417.7 -BUILD_DEPENDS="wget cmake perl pkg-config openssl-dev lua-dev glib-dev \ 417.8 +BUILD_DEPENDS="cmake perl openssl-dev lua-dev glib-dev \ 417.9 gmime-dev libevent-dev sqlite3-dev hiredis-dev" 417.10 417.11 # Rules to configure and make the package.
418.1 --- a/rtorrent/receipt Sat Mar 17 04:50:25 2018 +0200 418.2 +++ b/rtorrent/receipt Wed Mar 21 15:58:17 2018 +0200 418.3 @@ -12,7 +12,7 @@ 418.4 TAGS="torrent" 418.5 418.6 DEPENDS="ncurses libtorrent zlib xmlrpc-c gcc-lib-base" 418.7 -BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \ 418.8 +BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent xmlrpc-c-dev \ 418.9 libsigc++-dev curl-dev" 418.10 418.11 # Rules to configure and make the package.
419.1 --- a/ruby-pkgconfig/receipt Sat Mar 17 04:50:25 2018 +0200 419.2 +++ b/ruby-pkgconfig/receipt Wed Mar 21 15:58:17 2018 +0200 419.3 @@ -19,7 +19,7 @@ 419.4 compile_rules() 419.5 { 419.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 419.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 419.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 419.9 } 419.10 419.11 # Rules to gen a SliTaz package suitable for Tazpkg.
420.1 --- a/scilab/receipt Sat Mar 17 04:50:25 2018 +0200 420.2 +++ b/scilab/receipt Wed Mar 21 15:58:17 2018 +0200 420.3 @@ -12,7 +12,7 @@ 420.4 420.5 DEPENDS="libgfortran tk curl blas lapack hdf5 pcre fftw libxml2 gcc-lib-math \ 420.6 arpack-ng matio" 420.7 -BUILD_DEPENDS="pkg-config gfortran hdf5-dev ocaml fftw-dev libxml2-dev \ 420.8 +BUILD_DEPENDS="gfortran hdf5-dev ocaml fftw-dev libxml2-dev \ 420.9 gettext blas lapack curl-dev tcl-dev tk-dev xorg-dev ncurses-dev \ 420.10 arpack-ng-dev matio-dev" 420.11
421.1 --- a/screentest/receipt Sat Mar 17 04:50:25 2018 +0200 421.2 +++ b/screentest/receipt Wed Mar 21 15:58:17 2018 +0200 421.3 @@ -12,7 +12,7 @@ 421.4 TAGS="test diagnostic screen" 421.5 421.6 DEPENDS="gtk+ libglade" 421.7 -BUILD_DEPENDS="wget gtk+-dev libglade-dev automake autoconf libtool pkg-config" 421.8 +BUILD_DEPENDS="gtk+-dev libglade-dev automake autoconf libtool" 421.9 421.10 # Rules to configure and make the package. 421.11 compile_rules()
422.1 --- a/scribus/receipt Sat Mar 17 04:50:25 2018 +0200 422.2 +++ b/scribus/receipt Wed Mar 21 15:58:17 2018 +0200 422.3 @@ -15,7 +15,7 @@ 422.4 BUILD_DEPENDS="cmake qmake Qt4-dev freetype freetype-dev \ 422.5 cairo cairo-dev tiff tiff-dev lcms lcms-dev jpeg jpeg-dev libpng16 libpng16-dev \ 422.6 cups cups-dev fontconfig fontconfig-dev libxml2 libxml2-dev podofo-dev \ 422.7 -ghostscript python python-dev python-pil pkg-config aspell aspell-dev \ 422.8 +ghostscript python python-dev python-pil aspell aspell-dev \ 422.9 libboost-dev openssl openssl-dev zlib tk" 422.10 422.11 # Rules to configure and make the package.
423.1 --- a/sddm/receipt Sat Mar 17 04:50:25 2018 +0200 423.2 +++ b/sddm/receipt Wed Mar 21 15:58:17 2018 +0200 423.3 @@ -63,8 +63,7 @@ 423.4 CAT="customization|theme Maya" 423.5 ;; 423.6 sddm) 423.7 - copy @std 423.8 - remove_already_packed 423.9 + copy @std @rm 423.10 rm -r $fs/etc/pam.d # PAM disabled, but installed anyway 423.11 DEPENDS="sddm-theme-maya qt5-base qt5-declarative xorg-libxcb" 423.12 ;;
424.1 --- a/shaarlo/receipt Sat Mar 17 04:50:25 2018 +0200 424.2 +++ b/shaarlo/receipt Wed Mar 21 15:58:17 2018 +0200 424.3 @@ -12,7 +12,6 @@ 424.4 WGET_URL="$WEB_SITE/archive/$GITHASH.zip" 424.5 424.6 DEPENDS="php" 424.7 -BUILD_DEPENDS="wget" 424.8 424.9 # Rules to gen a SliTaz package suitable for Tazpkg. 424.10 genpkg_rules()
425.1 --- a/shell-fm/receipt Sat Mar 17 04:50:25 2018 +0200 425.2 +++ b/shell-fm/receipt Wed Mar 21 15:58:17 2018 +0200 425.3 @@ -11,7 +11,7 @@ 425.4 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION" 425.5 425.6 DEPENDS="libmad libao taglib zlib" 425.7 -BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config" 425.8 +BUILD_DEPENDS="libmad-dev libao-dev" 425.9 425.10 # Rules to configure and make the package. 425.11 compile_rules()
426.1 --- a/smbwebclient/receipt Sat Mar 17 04:50:25 2018 +0200 426.2 +++ b/smbwebclient/receipt Wed Mar 21 15:58:17 2018 +0200 426.3 @@ -18,7 +18,7 @@ 426.4 { 426.5 if [ ! -d $src ]; then 426.6 mkdir -p $src 426.7 - cp $SOURCES_REPOSITORY/$TARBALL $src 426.8 + cp $SRC/$TARBALL $src 426.9 gunzip $src/$TARBALL 426.10 fi 426.11
427.1 --- a/smtube/receipt Sat Mar 17 04:50:25 2018 +0200 427.2 +++ b/smtube/receipt Wed Mar 21 15:58:17 2018 +0200 427.3 @@ -11,7 +11,7 @@ 427.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 427.5 427.6 DEPENDS="smplayer cacerts qt5 qt5-script qtwebkit" 427.7 -BUILD_DEPENDS="wget qt5-dev qtwebkit " 427.8 +BUILD_DEPENDS="qt5-dev qtwebkit" 427.9 427.10 # Rules to configure and make the package. 427.11 compile_rules()
428.1 --- a/snort-mysql/receipt Sat Mar 17 04:50:25 2018 +0200 428.2 +++ b/snort-mysql/receipt Wed Mar 21 15:58:17 2018 +0200 428.3 @@ -10,7 +10,7 @@ 428.4 WEB_SITE="http://www.snort.org/" 428.5 WGET_URL="http://www.snort.org/downloads/1207" 428.6 DEPENDS="pcre libdnet libdaq libmysqlclient" 428.7 -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget zlib-dev \ 428.8 +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev zlib-dev \ 428.9 mysql-dev flex" 428.10 428.11 # Rules to configure and make the package.
429.1 --- a/snort/receipt Sat Mar 17 04:50:25 2018 +0200 429.2 +++ b/snort/receipt Wed Mar 21 15:58:17 2018 +0200 429.3 @@ -11,7 +11,7 @@ 429.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 429.5 WGET_URL="http://www.snort.org/downloads/1207" 429.6 429.7 -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex zlib-dev" 429.8 +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev flex zlib-dev" 429.9 SPLIT="snort-dev" 429.10 429.11 compile_rules() {
430.1 --- a/sonata/receipt Sat Mar 17 04:50:25 2018 +0200 430.2 +++ b/sonata/receipt Wed Mar 21 15:58:17 2018 +0200 430.3 @@ -12,7 +12,7 @@ 430.4 430.5 DEPENDS="pygtk python-mpd dbus-python mpd libffi" 430.6 BUILD_DEPENDS="pygtk-dev dbus-python-dev pygobject-dev gettext \ 430.7 -pkg-config acl libcroco python-dev gtk+-dev libffi-dev" 430.8 +acl libcroco python-dev gtk+-dev libffi-dev" 430.9 430.10 # Rules to configure and make the package. 430.11 compile_rules()
431.1 --- a/spectrwm/receipt Sat Mar 17 04:50:25 2018 +0200 431.2 +++ b/spectrwm/receipt Wed Mar 21 15:58:17 2018 +0200 431.3 @@ -13,7 +13,7 @@ 431.4 TAGS="tile window-manager" 431.5 431.6 DEPENDS="xorg-xcb-util xorg-xcb-util-keysyms xorg-xcb-util-wm xorg-libXcursor xorg-libXft" 431.7 -BUILD_DEPENDS="wget cacerts xorg-libX11-dev xorg-libXrandr-dev \ 431.8 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev \ 431.9 xorg-libXcursor-dev xorg-libXft-dev xorg-xcb-util-dev xorg-xcb-util-wm-dev \ 431.10 xorg-xcb-util-keysyms-dev xorg-libXt-dev" 431.11
432.1 --- a/speech-dispatcher/receipt Sat Mar 17 04:50:25 2018 +0200 432.2 +++ b/speech-dispatcher/receipt Wed Mar 21 15:58:17 2018 +0200 432.3 @@ -11,7 +11,7 @@ 432.4 WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL" 432.5 432.6 DEPENDS="glib alsa-lib espeak dotconf python libsndfile" 432.7 -BUILD_DEPENDS="glib-dev pkg-config alsa-lib-dev dotconf-dev python \ 432.8 +BUILD_DEPENDS="glib-dev alsa-lib-dev dotconf-dev python \ 432.9 python-dev espeak-dev sed espeak dotconf" 432.10 432.11 # Rules to configure and make the package.
433.1 --- a/speedcrunch/receipt Sat Mar 17 04:50:25 2018 +0200 433.2 +++ b/speedcrunch/receipt Wed Mar 21 15:58:17 2018 +0200 433.3 @@ -11,7 +11,7 @@ 433.4 TARBALL="$PACKAGE-$VERSION.zip" 433.5 WGET_URL="https://github.com/speedcrunch/SpeedCrunch/archive/$GITHASH.zip" 433.6 DEPENDS="glibc-base libQtGui libQtXml" 433.7 -BUILD_DEPENDS="cmake Qt4-dev qmake wget xorg-xproto xorg-libX11-dev" 433.8 +BUILD_DEPENDS="cmake Qt4-dev qmake xorg-xproto xorg-libX11-dev" 433.9 433.10 # Rules to configure and make the package. 433.11 compile_rules()
434.1 --- a/spruz/receipt Sat Mar 17 04:50:25 2018 +0200 434.2 +++ b/spruz/receipt Wed Mar 21 15:58:17 2018 +0200 434.3 @@ -18,7 +18,7 @@ 434.4 compile_rules() 434.5 { 434.6 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 434.7 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 434.8 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SRC/$TARBALL 434.9 } 434.10 434.11 # Rules to gen a SliTaz package suitable for Tazpkg.
435.1 --- a/sqlite3/receipt Sat Mar 17 04:50:25 2018 +0200 435.2 +++ b/sqlite3/receipt Wed Mar 21 15:58:17 2018 +0200 435.3 @@ -24,8 +24,8 @@ 435.4 arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; 435.5 esac 435.6 435.7 - [ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] || 435.8 - wget -O "$SOURCES_REPOSITORY/mysql2sqlite.sh" \ 435.9 + [ -s "$SRC/mysql2sqlite.sh" ] || 435.10 + wget -O "$SRC/mysql2sqlite.sh" \ 435.11 https://gist.github.com/esperlu/943776/raw/dd87f4088f6d5ec7563478f7a28a37ba02cf26e2/mysql2sqlite.sh 435.12 435.13 export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \ 435.14 @@ -56,7 +56,7 @@ 435.15 cp -a $src/lemon $install/usr/bin 435.16 cp -a $src/lempar.c $install/usr/share/lemon 435.17 435.18 - cp "$SOURCES_REPOSITORY/mysql2sqlite.sh" $install/usr/bin 435.19 + cp "$SRC/mysql2sqlite.sh" $install/usr/bin 435.20 chmod +x $install/usr/bin/mysql2sqlite.sh 435.21 } 435.22
436.1 --- a/sshfs-fuse/receipt Sat Mar 17 04:50:25 2018 +0200 436.2 +++ b/sshfs-fuse/receipt Wed Mar 21 15:58:17 2018 +0200 436.3 @@ -12,7 +12,7 @@ 436.4 WGET_URL="https://github.com/libfuse/sshfs/releases/download/sshfs-$VERSION/$TARBALL" 436.5 436.6 BUILD_DEPENDS="fuse3-dev" 436.7 -# gettext glib-dev pkg-config" 436.8 +# gettext glib-dev" 436.9 436.10 compile_rules() { 436.11 ./configure $CONFIGURE_ARGS &&
437.1 --- a/steadyflow/receipt Sat Mar 17 04:50:25 2018 +0200 437.2 +++ b/steadyflow/receipt Wed Mar 21 15:58:17 2018 +0200 437.3 @@ -12,7 +12,7 @@ 437.4 TAGS="gtk3" 437.5 437.6 DEPENDS="gtk+3 libgee libnotify-gtk3" 437.7 -BUILD_DEPENDS="wget cmake vala gtk+3-dev glib-dev libgee-dev libnotify-gtk3-dev" 437.8 +BUILD_DEPENDS="cmake vala gtk+3-dev glib-dev libgee-dev libnotify-gtk3-dev" 437.9 437.10 BUGS="Not able to download anything. Gnome-VFS error?" 437.11
438.1 --- a/stellarium/receipt Sat Mar 17 04:50:25 2018 +0200 438.2 +++ b/stellarium/receipt Wed Mar 21 15:58:17 2018 +0200 438.3 @@ -13,7 +13,7 @@ 438.4 DEPENDS="libpng16 mesa glib freetype openssl libQtScript libQtOpenGL libQtSql \ 438.5 libQtNetwork libQtGui zlib" 438.6 BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread mesa-dev \ 438.7 -qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev libdrm glu-dev" 438.8 +qt4 Qt4-dev qmake zlib-dev xorg-libX11-dev libdrm glu-dev" 438.9 438.10 # Rules to configure and make the package. 438.11 compile_rules()
439.1 --- a/strigi/receipt Sat Mar 17 04:50:25 2018 +0200 439.2 +++ b/strigi/receipt Wed Mar 21 15:58:17 2018 +0200 439.3 @@ -46,8 +46,6 @@ 439.4 cp -a $install/usr/bin/strigiclient $fs/usr/bin 439.5 ;; 439.6 strigi-dev) 439.7 - CAT="development|Strigi devel file." 439.8 - DEPENDS="pkg-config" 439.9 mkdir -p $fs/usr/lib 439.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 439.11 cp -a $install/usr/include $fs/usr
440.1 --- a/swig/receipt Sat Mar 17 04:50:25 2018 +0200 440.2 +++ b/swig/receipt Wed Mar 21 15:58:17 2018 +0200 440.3 @@ -12,7 +12,7 @@ 440.4 TAGS="compiler" 440.5 440.6 DEPENDS="gcc-lib-base zlib pcre" 440.7 -BUILD_DEPENDS="pcre-dev zlib-dev pkg-config" 440.8 +BUILD_DEPENDS="pcre-dev zlib-dev" 440.9 440.10 # Rules to configure and make the package. 440.11 compile_rules()
441.1 --- a/systemd/receipt Sat Mar 17 04:50:25 2018 +0200 441.2 +++ b/systemd/receipt Wed Mar 21 15:58:17 2018 +0200 441.3 @@ -13,7 +13,7 @@ 441.4 441.5 DEPENDS="dbus kmod libcap util-linux-blkid usbutils pciutils glib acl" 441.6 BUILD_DEPENDS="dbus-dev kmod-dev libcap-dev util-linux-blkid-dev usbutils-dev \ 441.7 -pciutils-dev gperf glib-dev acl-dev intltool pkg-config m4 util-linux-uuid-dev \ 441.8 +pciutils-dev gperf glib-dev acl-dev intltool m4 util-linux-uuid-dev \ 441.9 pam-dev" 441.10 441.11 #
442.1 --- a/t2/receipt Sat Mar 17 04:50:25 2018 +0200 442.2 +++ b/t2/receipt Wed Mar 21 15:58:17 2018 +0200 442.3 @@ -1,28 +1,27 @@ 442.4 -# SliTaz package receipt. 442.5 +# SliTaz package receipt v2. 442.6 442.7 PACKAGE="t2" 442.8 VERSION="8.0-rc2" 442.9 CATEGORY="development" 442.10 -SHORT_DESC="System Development Environment." 442.11 +SHORT_DESC="System Development Environment" 442.12 MAINTAINER="pascal.bellard@slitaz.org" 442.13 LICENSE="GPL2" 442.14 +WEB_SITE="http://www.t2-project.org/" 442.15 + 442.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 442.17 -WEB_SITE="http://www.t2-project.org/" 442.18 WGET_URL="http://dl.t2-project.org/source/$TARBALL" 442.19 442.20 -DEPENDS="slitaz-toolchain bash ncurses" 442.21 - 442.22 -# Rules to gen a SliTaz package suitable for Tazpkg. 442.23 -genpkg_rules() 442.24 -{ 442.25 - mkdir -p $fs/usr/lib 442.26 - cp -a $src $fs/usr/lib/t2 442.27 +compile_rules() { 442.28 + mkdir -p $install/usr/lib/ 442.29 + cp -a $src $install/usr/lib/t2 442.30 } 442.31 442.32 -# Pre and post install commands for Tazpkg. 442.33 -post_install() 442.34 -{ 442.35 - [ -L "$1/usr/bin/wget" ] && tazpkg get-install wget --forced --root="${1:-/}" 442.36 +genpkg_rules() { 442.37 + copy @std 442.38 + DEPENDS="slitaz-toolchain bash ncurses wget" 442.39 +} 442.40 + 442.41 +post_install() { 442.42 cat <<EOT 442.43 Now you can do: 442.44 # cd /usr/lib/t2
443.1 --- a/talloc/receipt Sat Mar 17 04:50:25 2018 +0200 443.2 +++ b/talloc/receipt Wed Mar 21 15:58:17 2018 +0200 443.3 @@ -32,8 +32,7 @@ 443.4 DEPENDS="talloc attr python" 443.5 ;; 443.6 talloc) 443.7 - copy @std 443.8 - remove_already_packed 443.9 + copy @std @rm 443.10 DEPENDS="attr" 443.11 ;; 443.12 talloc-dev)
444.1 --- a/tazinst/receipt Sat Mar 17 04:50:25 2018 +0200 444.2 +++ b/tazinst/receipt Wed Mar 21 15:58:17 2018 +0200 444.3 @@ -31,8 +31,7 @@ 444.4 ;; 444.5 tazinst) 444.6 COOKOPTS="!menus" 444.7 - copy @std *.mo doc/ 444.8 - remove_already_packed 444.9 + copy @std *.mo doc/ @rm 444.10 DEPENDS="util-linux-blkid lzma parted" 444.11 SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux \ 444.12 tazpanel"
445.1 --- a/terminus-font/receipt Sat Mar 17 04:50:25 2018 +0200 445.2 +++ b/terminus-font/receipt Wed Mar 21 15:58:17 2018 +0200 445.3 @@ -47,8 +47,7 @@ 445.4 DEPENDS=" " 445.5 ;; 445.6 terminus-font) 445.7 - copy @std 445.8 - remove_already_packed 445.9 + copy @std @rm 445.10 CAT="system-tools|console fonts" 445.11 DEPENDS="terminus-font-base" 445.12 ;;
446.1 --- a/tesseract-ocr-lang/receipt Sat Mar 17 04:50:25 2018 +0200 446.2 +++ b/tesseract-ocr-lang/receipt Wed Mar 21 15:58:17 2018 +0200 446.3 @@ -34,9 +34,9 @@ 446.4 EXTRA_SOURCE_FILES="$TARBALL" 446.5 WGET_URL="http://tesseract-ocr.googlecode.com/files/$TARBALL" 446.6 DEPENDS="tesseract-ocr" 446.7 - [ -s $SOURCES_REPOSITORY/$TARBALL ] || 446.8 - wget -P $SOURCES_REPOSITORY $WGET_URL 446.9 - tar xzf $SOURCES_REPOSITORY/$TARBALL -C $fs/usr/share/ 446.10 + [ -s $SRC/$TARBALL ] || 446.11 + wget -P $SRC $WGET_URL 446.12 + tar xzf $SRC/$TARBALL -C $fs/usr/share/ 446.13 while read lang text; do 446.14 [ $lang == ${PACKAGE#*lang-} ] || continue 446.15 CAT="office|$text language data for Tesseract OCR."
447.1 --- a/tinyproxy/receipt Sat Mar 17 04:50:25 2018 +0200 447.2 +++ b/tinyproxy/receipt Wed Mar 21 15:58:17 2018 +0200 447.3 @@ -10,12 +10,9 @@ 447.4 WEB_SITE="https://banu.com/tinyproxy/" 447.5 WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 447.6 447.7 -BUILD_DEPENDS="wget" 447.8 - 447.9 # Rules to configure and make the package. 447.10 compile_rules() 447.11 { 447.12 - cd $src 447.13 patch -Np1 -i $stuff/no-docs-and-tests.diff 447.14 ./configure \ 447.15 --prefix=/usr \
448.1 --- a/tor/receipt Sat Mar 17 04:50:25 2018 +0200 448.2 +++ b/tor/receipt Wed Mar 21 15:58:17 2018 +0200 448.3 @@ -11,7 +11,7 @@ 448.4 WGET_URL="https://www.torproject.org/dist/$TARBALL" 448.5 448.6 DEPENDS="libevent openssl" 448.7 -BUILD_DEPENDS="wget libevent-dev openssl-dev perl zlib-dev" 448.8 +BUILD_DEPENDS="libevent-dev openssl-dev perl zlib-dev" 448.9 448.10 # Rules to configure and make the package. 448.11 compile_rules()
449.1 --- a/tsclient/receipt Sat Mar 17 04:50:25 2018 +0200 449.2 +++ b/tsclient/receipt Wed Mar 21 15:58:17 2018 +0200 449.3 @@ -12,7 +12,7 @@ 449.4 TAGS="remote-desktop" 449.5 449.6 DEPENDS="gtk+ rdesktop xorg-libXdamage" 449.7 -BUILD_DEPENDS="gtk+ gtk+-dev perl-xml-parser pkg-config gettext-tools" 449.8 +BUILD_DEPENDS="gtk+ gtk+-dev perl-xml-parser gettext-tools" 449.9 449.10 # Rules to configure and make the package. 449.11 compile_rules()
450.1 --- a/ttf-dejavu-lgc/receipt Sat Mar 17 04:50:25 2018 +0200 450.2 +++ b/ttf-dejavu-lgc/receipt Wed Mar 21 15:58:17 2018 +0200 450.3 @@ -77,8 +77,7 @@ 450.4 PROVIDE="ttf-dejavu" 450.5 ;; 450.6 ttf-dejavu-lgc-extra) 450.7 - copy @std 450.8 - remove_already_packed 450.9 + copy @std @rm 450.10 CAT="fonts|extra font styles" 450.11 TAGS="font" 450.12 PROVIDE="ttf-dejavu-extra"
451.1 --- a/ttf-roboto/receipt Sat Mar 17 04:50:25 2018 +0200 451.2 +++ b/ttf-roboto/receipt Wed Mar 21 15:58:17 2018 +0200 451.3 @@ -33,8 +33,7 @@ 451.4 TAGS="font ttf" 451.5 ;; 451.6 ttf-roboto) 451.7 - copy @std 451.8 - remove_already_packed 451.9 + copy @std @rm 451.10 DEPENDS="ttf-roboto-base" 451.11 TAGS="font ttf" 451.12 ;;
452.1 --- a/tuffy-font/receipt Sat Mar 17 04:50:25 2018 +0200 452.2 +++ b/tuffy-font/receipt Wed Mar 21 15:58:17 2018 +0200 452.3 @@ -11,9 +11,6 @@ 452.4 TARBALL="tuffy-20120614.zip" 452.5 WGET_URL="${WEB_SITE}$TARBALL" 452.6 452.7 -DEPENDS="" 452.8 -BUILD_DEPENDS="wget" 452.9 - 452.10 # Rules to configure and make the package. 452.11 compile_rules() 452.12 {
453.1 --- a/tuxmath/receipt Sat Mar 17 04:50:25 2018 +0200 453.2 +++ b/tuxmath/receipt Wed Mar 21 15:58:17 2018 +0200 453.3 @@ -14,7 +14,7 @@ 453.4 DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \ 453.5 libsdl-net libsdl-pango" 453.6 BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \ 453.7 -libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev wget" 453.8 +libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev" 453.9 TAGS="education" 453.10 453.11 # Rules to configure and make the package.
454.1 --- a/uclibc-cross-compiler-x86_64/receipt Sat Mar 17 04:50:25 2018 +0200 454.2 +++ b/uclibc-cross-compiler-x86_64/receipt Wed Mar 21 15:58:17 2018 +0200 454.3 @@ -28,9 +28,9 @@ 454.4 { 454.5 for i in $(echo " $SPLIT" | sed -e 's/uclibc-cross-compiler-//g' \ 454.6 -e 's/ uclibc-[^ ]*//g'); do 454.7 - [ -s $SOURCES_REPOSITORY/${TARBALL/x86_64/$i} ] || 454.8 - wget -P $SOURCES_REPOSITORY ${WGET_URL/x86_64/$i} 454.9 - busybox tar xf $SOURCES_REPOSITORY/${TARBALL/x86_64/$i} 454.10 + [ -s $SRC/${TARBALL/x86_64/$i} ] || 454.11 + wget -P $SRC ${WGET_URL/x86_64/$i} 454.12 + busybox tar xf $SRC/${TARBALL/x86_64/$i} 454.13 done 454.14 } 454.15
455.1 --- a/udev/receipt Sat Mar 17 04:50:25 2018 +0200 455.2 +++ b/udev/receipt Wed Mar 21 15:58:17 2018 +0200 455.3 @@ -13,7 +13,7 @@ 455.4 WGET_URL="https://www.kernel.org/pub/linux/utils/kernel/hotplug/$TARBALL" 455.5 455.6 BUILD_DEPENDS_arm="util-linux-blkid-dev kmod-dev acl-dev glib-dev" 455.7 -BUILD_DEPENDS="util-linux-blkid-dev gperf pkg-config pciids acl-dev \ 455.8 +BUILD_DEPENDS="util-linux-blkid-dev gperf pciids acl-dev \ 455.9 usbutils-dev libusb-dev glib-dev pciids usbids kmod-dev \ 455.10 libgudev-dev pcre-dev xz-dev util-linux-uuid-dev" 455.11 SPLIT="udev-dev"
456.1 --- a/unetbootin/receipt Sat Mar 17 04:50:25 2018 +0200 456.2 +++ b/unetbootin/receipt Wed Mar 21 15:58:17 2018 +0200 456.3 @@ -14,7 +14,6 @@ 456.4 456.5 SUGGESTED="bash gparted xz" 456.6 DEPENDS="dosfstools libQtCore libQtGui mtools p7zip-full" 456.7 -BUILD_DEPENDS="wget" 456.8 456.9 # Rules to configure and make the package. 456.10 compile_rules()
457.1 --- a/unifont/receipt Sat Mar 17 04:50:25 2018 +0200 457.2 +++ b/unifont/receipt Wed Mar 21 15:58:17 2018 +0200 457.3 @@ -11,9 +11,6 @@ 457.4 TARBALL="$PACKAGE-$VERSION.ttf" 457.5 WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL" 457.6 457.7 -DEPENDS="" 457.8 -BUILD_DEPENDS="wget" 457.9 - 457.10 # Rules to configure and make the package. 457.11 compile_rules() 457.12 {
458.1 --- a/upx/receipt Sat Mar 17 04:50:25 2018 +0200 458.2 +++ b/upx/receipt Wed Mar 21 15:58:17 2018 +0200 458.3 @@ -16,9 +16,9 @@ 458.4 BUILD_DEPENDS="ucl-dev zlib-dev perl" 458.5 458.6 compile_rules() { 458.7 - [ -s $SOURCES_REPOSITORY/$TARBALL2 ] || 458.8 - wget -O $SOURCES_REPOSITORY/$TARBALL2 $WGET_URL2 458.9 - tar -xf $SOURCES_REPOSITORY/$TARBALL2 458.10 + [ -s $SRC/$TARBALL2 ] || 458.11 + wget -O $SRC/$TARBALL2 $WGET_URL2 458.12 + tar -xf $SRC/$TARBALL2 458.13 rm -r $src/src/lzma-sdk 458.14 mv $src/$(basename $TARBALL2 .tar.gz) $src/src/lzma-sdk 458.15
459.1 --- a/upx391/receipt Sat Mar 17 04:50:25 2018 +0200 459.2 +++ b/upx391/receipt Wed Mar 21 15:58:17 2018 +0200 459.3 @@ -21,7 +21,7 @@ 459.4 459.5 compile_rules() { 459.6 TARBALL2="$(basename $WGET_URL2)" 459.7 - SRC2="$SOURCES_REPOSITORY/$TARBALL2" 459.8 + SRC2="$SRC/$TARBALL2" 459.9 [ -s "$SRC2" ] || wget -O "$SRC2" "$WGET_URL2" 459.10 tar -xf "$SRC2" 459.11
460.1 --- a/usb-modeswitch/receipt Sat Mar 17 04:50:25 2018 +0200 460.2 +++ b/usb-modeswitch/receipt Wed Mar 21 15:58:17 2018 +0200 460.3 @@ -24,14 +24,14 @@ 460.4 make && make install-static 460.5 460.6 # download data 460.7 - [ -s $SOURCES_REPOSITORY/$PACKAGE_DATA.tar.bz2 ] || 460.8 - wget -P $SOURCES_REPOSITORY $WEB_SITE/$PACKAGE_DATA.tar.bz2 460.9 + [ -s $SRC/$PACKAGE_DATA.tar.bz2 ] || 460.10 + wget -P $SRC $WEB_SITE/$PACKAGE_DATA.tar.bz2 460.11 [ -d $PACKAGE_DATA ] || 460.12 - tar -xjf $SOURCES_REPOSITORY/$PACKAGE_DATA.tar.bz2 460.13 + tar -xjf $SRC/$PACKAGE_DATA.tar.bz2 460.14 460.15 # download setup config 460.16 - [ -s $SOURCES_REPOSITORY/usb_modeswitch.setup ] || 460.17 - wget -O $SOURCES_REPOSITORY/usb_modeswitch.setup \ 460.18 + [ -s $SRC/usb_modeswitch.setup ] || 460.19 + wget -O $SRC/usb_modeswitch.setup \ 460.20 $WEB_SITE/device_reference.txt 460.21 } 460.22 460.23 @@ -45,6 +45,6 @@ 460.24 cp -a $install/usr/sbin $fs/usr 460.25 cp -a $src/$PACKAGE_DATA/usb_modeswitch.d/* $fs/etc/usb_modeswitch.d 460.26 cp -a $src/$PACKAGE_DATA/40-usb_modeswitch.rules $fs/lib/udev/rules.d 460.27 - cp -a $SOURCES_REPOSITORY/usb_modeswitch.setup $fs/etc/ 460.28 + cp -a $SRC/usb_modeswitch.setup $fs/etc/ 460.29 chown -R root.root $fs 460.30 }
461.1 --- a/usbmanager/receipt Sat Mar 17 04:50:25 2018 +0200 461.2 +++ b/usbmanager/receipt Wed Mar 21 15:58:17 2018 +0200 461.3 @@ -12,7 +12,7 @@ 461.4 461.5 DEPENDS="python dbus-glib dbus-python notify-python pygobject pygtk \ 461.6 util-linux-whereis util-linux-mkfs mtools" 461.7 -BUILD_DEPENDS="python wget gettext" 461.8 +BUILD_DEPENDS="python gettext" 461.9 461.10 # Rules to configure and make the package. 461.11 compile_rules()
462.1 --- a/usbredir/receipt Sat Mar 17 04:50:25 2018 +0200 462.2 +++ b/usbredir/receipt Wed Mar 21 15:58:17 2018 +0200 462.3 @@ -11,7 +11,7 @@ 462.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 462.5 WGET_URL="http://spice-space.org/download/usbredir/$TARBALL" 462.6 462.7 -BUILD_DEPENDS="pkg-config glib libusb-dev" 462.8 +BUILD_DEPENDS="glib libusb-dev" 462.9 SPLIT="usbredir-dev" 462.10 462.11 compile_rules() {
463.1 --- a/usbutils/receipt Sat Mar 17 04:50:25 2018 +0200 463.2 +++ b/usbutils/receipt Wed Mar 21 15:58:17 2018 +0200 463.3 @@ -12,7 +12,7 @@ 463.4 #WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL" 463.5 WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/usb/$PACKAGE/$TARBALL" 463.6 463.7 -BUILD_DEPENDS="libusb-dev pkg-config zlib-dev" 463.8 +BUILD_DEPENDS="libusb-dev zlib-dev" 463.9 SPLIT="usbutils-dev" 463.10 463.11 compile_rules() {
464.1 --- a/vcdimager/receipt Sat Mar 17 04:50:25 2018 +0200 464.2 +++ b/vcdimager/receipt Wed Mar 21 15:58:17 2018 +0200 464.3 @@ -32,7 +32,6 @@ 464.4 ;; 464.5 vcdimager-dev) 464.6 CAT="development|vcdimager devel files" 464.7 - DEPENDS="pkg-config" 464.8 mkdir -p $fs/usr/lib 464.9 cp -a $install/usr/lib/*.*a $fs/usr/lib 464.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
465.1 --- a/vidalia/receipt Sat Mar 17 04:50:25 2018 +0200 465.2 +++ b/vidalia/receipt Wed Mar 21 15:58:17 2018 +0200 465.3 @@ -11,7 +11,7 @@ 465.4 WGET_URL="https://www.torproject.org/dist/$PACKAGE/$TARBALL" 465.5 465.6 DEPENDS="tor libQtGui libQtXml mesa-libegl" 465.7 -BUILD_DEPENDS="cmake Qt4-dev wget qmake mesa-libegl openssl-dev" 465.8 +BUILD_DEPENDS="cmake Qt4-dev qmake mesa-libegl openssl-dev" 465.9 465.10 # Rules to configure and make the package. 465.11 compile_rules()
466.1 --- a/virtualbox-ose/receipt Sat Mar 17 04:50:25 2018 +0200 466.2 +++ b/virtualbox-ose/receipt Wed Mar 21 15:58:17 2018 +0200 466.3 @@ -16,7 +16,7 @@ 466.4 glu-dev Qt4-dev libsdl-ttf-dev alsa-lib-dev hal-dev xorg-libXtst-dev \ 466.5 xorg-libXrandr-dev python python-dev xalan-c curl-dev xalan-c-dev \ 466.6 xerces-c-dev openssl-dev zlib-dev libcap-dev glib-dev libvncserver-dev \ 466.7 -pam pam-dev bzip2 linux-module-headers pkg-config tar wget vde2-dev \ 466.8 +pam pam-dev bzip2 linux-module-headers tar vde2-dev \ 466.9 libpng16-dev gsoap-dev libdevmapper-dev makeself cdrkit flex" 466.10 SPLIT="virtualbox-ose-guestutils" 466.11
467.1 --- a/vlc/receipt Sat Mar 17 04:50:25 2018 +0200 467.2 +++ b/vlc/receipt Wed Mar 21 15:58:17 2018 +0200 467.3 @@ -58,8 +58,6 @@ 467.4 rm $fs/usr/share/$PACKAGE/skins2/fonts/* 467.5 ;; 467.6 libvlc-dev) 467.7 - CAT="development|MPEG, VCD/DVD, and DivX library" 467.8 - DEPENDS="libvlc pkg-config" 467.9 mkdir -p $fs/usr/lib $fs/usr/include $fs/usr/bin 467.10 #cp $src/vlc-config $fs/usr/bin 467.11 cp -a $install/usr/lib/*a $fs/usr/lib/
468.1 --- a/volume_key/receipt Sat Mar 17 04:50:25 2018 +0200 468.2 +++ b/volume_key/receipt Wed Mar 21 15:58:17 2018 +0200 468.3 @@ -38,7 +38,7 @@ 468.4 util-linux-blkid-dev util-linux-uuid-dev" 468.5 ;; 468.6 *-python) 468.7 - copy site-packages/; remove_already_packed 468.8 + copy site-packages/ @rm 468.9 CAT="libs|python bindings" 468.10 DEPENDS="volume_key python" 468.11 ;;
469.1 --- a/vte-gtk2/receipt Sat Mar 17 04:50:25 2018 +0200 469.2 +++ b/vte-gtk2/receipt Wed Mar 21 15:58:17 2018 +0200 469.3 @@ -51,8 +51,7 @@ 469.4 PROVIDE="python-vte" 469.5 ;; 469.6 vte-gtk2) 469.7 - copy @std 469.8 - remove_already_packed 469.9 + copy @std @rm 469.10 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \ 469.11 libffi libharfbuzz liblzma libpng16 libxml2 ncurses pango pcre \ 469.12 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \
470.1 --- a/vte/receipt Sat Mar 17 04:50:25 2018 +0200 470.2 +++ b/vte/receipt Wed Mar 21 15:58:17 2018 +0200 470.3 @@ -49,8 +49,7 @@ 470.4 DEPENDS="vte" 470.5 ;; 470.6 vte) 470.7 - copy @std 470.8 - remove_already_packed 470.9 + copy @std @rm 470.10 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gmp \ 470.11 gtk+3 libffi libgnutls libharfbuzz libidn liblzma libpng16 \ 470.12 libtasn1 libunistring libxml2 nettle p11-kit pango pcre pcre2 \
471.1 --- a/warmux/receipt Sat Mar 17 04:50:25 2018 +0200 471.2 +++ b/warmux/receipt Wed Mar 21 15:58:17 2018 +0200 471.3 @@ -11,8 +11,7 @@ 471.4 WGET_URL="http://download.gna.org/warmux/$TARBALL" 471.5 471.6 BUILD_DEPENDS="libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-mixer-dev \ 471.7 -libsdl-net-dev libsdl-ttf-dev curl-dev freetype-dev libxml2-dev libxml++-dev \ 471.8 -pkg-config" 471.9 +libsdl-net-dev libsdl-ttf-dev curl-dev freetype-dev libxml2-dev libxml++-dev" 471.10 SPLIT="warmux warmux-music" 471.11 471.12 # Rules to configure and make the package.
472.1 --- a/web-google-services/receipt Sat Mar 17 04:50:25 2018 +0200 472.2 +++ b/web-google-services/receipt Wed Mar 21 15:58:17 2018 +0200 472.3 @@ -12,8 +12,6 @@ 472.4 WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL" 472.5 TAGS="cloud google" 472.6 472.7 -BUILD_DEPENDS="wget" 472.8 - 472.9 # Rules to configure and make the package. 472.10 compile_rules() 472.11 {
473.1 --- a/web-picozu/receipt Sat Mar 17 04:50:25 2018 +0200 473.2 +++ b/web-picozu/receipt Wed Mar 21 15:58:17 2018 +0200 473.3 @@ -14,7 +14,6 @@ 473.4 TAGS="cloud editor image picozu" 473.5 473.6 DEPENDS="tazweb" 473.7 -BUILD_DEPENDS="wget" 473.8 473.9 # Rules to configure and make the package. 473.10 compile_rules()
474.1 --- a/web-skype/receipt Sat Mar 17 04:50:25 2018 +0200 474.2 +++ b/web-skype/receipt Wed Mar 21 15:58:17 2018 +0200 474.3 @@ -13,7 +13,6 @@ 474.4 TAGS="cloud skype" 474.5 474.6 DEPENDS="firefox-official" 474.7 -BUILD_DEPENDS="wget" 474.8 474.9 # Rules to configure and make the package. 474.10 compile_rules()
475.1 --- a/web-whatsapp/receipt Sat Mar 17 04:50:25 2018 +0200 475.2 +++ b/web-whatsapp/receipt Wed Mar 21 15:58:17 2018 +0200 475.3 @@ -13,7 +13,6 @@ 475.4 TAGS="cloud whatsapp" 475.5 475.6 DEPENDS="firefox-official" 475.7 -BUILD_DEPENDS="wget" 475.8 475.9 # Rules to configure and make the package. 475.10 compile_rules()
476.1 --- a/webian-shell/receipt Sat Mar 17 04:50:25 2018 +0200 476.2 +++ b/webian-shell/receipt Wed Mar 21 15:58:17 2018 +0200 476.3 @@ -12,7 +12,6 @@ 476.4 WGET_URL="$GITHUB/webianproject/shell/$TARBALL" 476.5 476.6 DEPENDS="gtk+ nss" 476.7 -BUILD_DEPENDS="wget" 476.8 476.9 compile_rules() 476.10 {
477.1 --- a/weechat/receipt Sat Mar 17 04:50:25 2018 +0200 477.2 +++ b/weechat/receipt Wed Mar 21 15:58:17 2018 +0200 477.3 @@ -12,7 +12,7 @@ 477.4 TAGS="irc" 477.5 477.6 DEPENDS="ncurses libgcrypt libgnutls libtasn1 python perl" 477.7 -BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev ncurses-dev \ 477.8 +BUILD_DEPENDS="perl python curl-dev guile-dev gmp-dev ncurses-dev \ 477.9 libtool cmake libgcrypt-dev gnutls-dev" 477.10 477.11 # Rules to configure and make the package.
478.1 --- a/wimlib/receipt Sat Mar 17 04:50:25 2018 +0200 478.2 +++ b/wimlib/receipt Wed Mar 21 15:58:17 2018 +0200 478.3 @@ -11,7 +11,7 @@ 478.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 478.5 478.6 DEPENDS="libxml2 fuse ntfs-3g openssl zlib mtools cdrkit syslinux cabextract" 478.7 -BUILD_DEPENDS="pkg-config libxml2-dev fuse-dev ntfs-3g-dev openssl-dev \ 478.8 +BUILD_DEPENDS="libxml2-dev fuse-dev ntfs-3g-dev openssl-dev \ 478.9 attr-dev mtools cdrkit syslinux cabextract" 478.10 478.11 # Rules to configure and make the package.
479.1 --- a/wireshark/receipt Sat Mar 17 04:50:25 2018 +0200 479.2 +++ b/wireshark/receipt Wed Mar 21 15:58:17 2018 +0200 479.3 @@ -14,7 +14,7 @@ 479.4 DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \ 479.5 libgcrypt portaudio libpcap libkrb5" 479.6 BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev \ 479.7 -libgcrypt-dev flex libtasn1-dev bison perl wget" 479.8 +libgcrypt-dev flex libtasn1-dev bison perl" 479.9 479.10 # Rules to configure and make the package. 479.11 compile_rules()
480.1 --- a/wkhtmltopdf/receipt Sat Mar 17 04:50:25 2018 +0200 480.2 +++ b/wkhtmltopdf/receipt Wed Mar 21 15:58:17 2018 +0200 480.3 @@ -11,7 +11,7 @@ 480.4 WGET_URL="https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$VERSION.tar.gz" 480.5 480.6 DEPENDS="libQtWebkit libQtSvg libQtXml libQtGui libQtNetwork libQtCore" 480.7 -BUILD_DEPENDS="wget python qmake Qt4-dev" 480.8 +BUILD_DEPENDS="python qmake Qt4-dev" 480.9 480.10 # Rules to configure and make the package. 480.11 compile_rules()
481.1 --- a/wvstreams/receipt Sat Mar 17 04:50:25 2018 +0200 481.2 +++ b/wvstreams/receipt Wed Mar 21 15:58:17 2018 +0200 481.3 @@ -46,8 +46,6 @@ 481.4 cp -a $install/usr/var/* $fs/var 481.5 ;; 481.6 wvstreams-dev) 481.7 - CAT="development|wvstreams devel files." 481.8 - DEPENDS="pkg-config" 481.9 mkdir -p $fs/usr/lib 481.10 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 481.11 cp -a $install/usr/lib/*.*a $fs/usr/lib
482.1 --- a/wxWidgets/receipt Sat Mar 17 04:50:25 2018 +0200 482.2 +++ b/wxWidgets/receipt Wed Mar 21 15:58:17 2018 +0200 482.3 @@ -42,7 +42,7 @@ 482.4 cp -a $install/usr/lib/ $fs/usr/ 482.5 # Remove devel files. 482.6 rm -rf $fs/usr/lib/wx/include 482.7 - DEPENDS="glib glibc-base gcc-lib-base pkg-config expat zlib atk \ 482.8 + DEPENDS="glib glibc-base gcc-lib-base expat zlib atk \ 482.9 gtk+ cairo fontconfig freetype jpeg libpng16 tiff pango \ 482.10 xorg-pixman util-linux-uuid xorg-libSM xorg-libICE xorg-libX11 \ 482.11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
483.1 --- a/xarchive/receipt Sat Mar 17 04:50:25 2018 +0200 483.2 +++ b/xarchive/receipt Wed Mar 21 15:58:17 2018 +0200 483.3 @@ -13,7 +13,7 @@ 483.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 483.5 483.6 DEPENDS="gtk+ xorg-libXdamage" 483.7 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" 483.8 +BUILD_DEPENDS="gtk+-dev" 483.9 483.10 # Rules to configure and make the package.ls sr 483.11 compile_rules()
484.1 --- a/xcursor-comix/receipt Sat Mar 17 04:50:25 2018 +0200 484.2 +++ b/xcursor-comix/receipt Wed Mar 21 15:58:17 2018 +0200 484.3 @@ -29,8 +29,7 @@ 484.4 CAT="customization|opaque white set only" 484.5 ;; 484.6 xcursor-comix) 484.7 - copy @std 484.8 - remove_already_packed 484.9 + copy @std @rm 484.10 ;; 484.11 esac 484.12 DEPENDS="xorg-libXcursor"
485.1 --- a/xine-lib/receipt Sat Mar 17 04:50:25 2018 +0200 485.2 +++ b/xine-lib/receipt Wed Mar 21 15:58:17 2018 +0200 485.3 @@ -13,7 +13,7 @@ 485.4 485.5 BUILD_DEPENDS="xorg-libXvMC-dev xorg-libXv-dev xorg-xextproto xorg-videoproto \ 485.6 alsa-lib-dev libogg-dev libvorbis-dev libtheora-dev freetype-dev perl \ 485.7 -pkg-config util-linux-uuid-dev xorg-libxcb-dev libcaca-dev ffmpeg-dev file \ 485.8 +util-linux-uuid-dev xorg-libxcb-dev libcaca-dev ffmpeg-dev file \ 485.9 libmodplug-dev xorg-libXinerama-dev speex-dev gettext-tools" 485.10 SPLIT="xine-fonts xine-lib xine-lib-dev" 485.11
486.1 --- a/xlogo/receipt Sat Mar 17 04:50:25 2018 +0200 486.2 +++ b/xlogo/receipt Wed Mar 21 15:58:17 2018 +0200 486.3 @@ -10,19 +10,18 @@ 486.4 WEB_SITE="http://xlogo.tuxfamily.org" 486.5 486.6 DEPENDS="java-jre" 486.7 -BUILD_DEPENDS="" 486.8 486.9 # Rules to configure and make the package. 486.10 compile_rules() 486.11 { 486.12 wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar" 486.13 - [ -f $SOURCES_REPOSITORY/xlogo.jar ] || 486.14 - wget $wget_url -P $SOURCES_REPOSITORY 486.15 + [ -f $SRC/xlogo.jar ] || 486.16 + wget $wget_url -P $SRC 486.17 } 486.18 486.19 # Rules to gen a SliTaz package suitable for Tazpkg. 486.20 genpkg_rules() 486.21 { 486.22 mkdir -p $fs/usr/lib/xlogo 486.23 - cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo 486.24 + cp $SRC/xlogo.jar $fs/usr/lib/xlogo 486.25 }
487.1 --- a/xpad/receipt Sat Mar 17 04:50:25 2018 +0200 487.2 +++ b/xpad/receipt Wed Mar 21 15:58:17 2018 +0200 487.3 @@ -12,7 +12,7 @@ 487.4 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" 487.5 487.6 DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM" 487.7 -BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget intltool" 487.8 +BUILD_DEPENDS="gtk+-dev xorg-libSM-dev intltool" 487.9 GENERIC_PIXMAPS="no" 487.10 487.11 # Rules to configure and make the package.
488.1 --- a/xpra/receipt Sat Mar 17 04:50:25 2018 +0200 488.2 +++ b/xpra/receipt Wed Mar 21 15:58:17 2018 +0200 488.3 @@ -11,7 +11,7 @@ 488.4 WGET_URL="${WEB_SITE}src/$TARBALL" 488.5 488.6 DEPENDS="python gtk+ pygtk pygobject x264 ffmpeg libvpx" 488.7 -BUILD_DEPENDS="python-dev pkg-config gtk+-dev pygtk-dev pygobject-dev \ 488.8 +BUILD_DEPENDS="python-dev gtk+-dev pygtk-dev pygobject-dev \ 488.9 xorg-dev python-cython x264-dev ffmpeg-dev libvpx-dev" 488.10 488.11 # Rules to configure and make the package.
489.1 --- a/xrdp/receipt Sat Mar 17 04:50:25 2018 +0200 489.2 +++ b/xrdp/receipt Wed Mar 21 15:58:17 2018 +0200 489.3 @@ -12,8 +12,7 @@ 489.4 489.5 DEPENDS="openssl zlib xorg-libX11 xorg-libXfixes xorg-libxcb xorg-libXau \ 489.6 xorg-libXdmcp pam tightvnc" 489.7 -BUILD_DEPENDS="autoconf automake libtool pkg-config openssl-dev pam-dev \ 489.8 -xorg-dev" 489.9 +BUILD_DEPENDS="autoconf automake libtool openssl-dev pam-dev xorg-dev" 489.10 489.11 # Rules to configure and make the package. 489.12 compile_rules()
490.1 --- a/xtrkcad/receipt Sat Mar 17 04:50:25 2018 +0200 490.2 +++ b/xtrkcad/receipt Wed Mar 21 15:58:17 2018 +0200 490.3 @@ -12,7 +12,7 @@ 490.4 #WGET_URL="$SF_MIRROR/$PACKAGE-fork/$TARBALL" 490.5 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 490.6 490.7 -BUILD_DEPENDS="cmake pkg-config gettext zlib-dev \ 490.8 +BUILD_DEPENDS="cmake gettext zlib-dev \ 490.9 gtk+-dev libxml2-dev libgtkhtml-dev libgtkhtml doxygen xorg-xproto \ 490.10 xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev \ 490.11 xorg-libXdmcp-dev"
491.1 --- a/xv/receipt Sat Mar 17 04:50:25 2018 +0200 491.2 +++ b/xv/receipt Wed Mar 21 15:58:17 2018 +0200 491.3 @@ -20,8 +20,8 @@ 491.4 for i in $PATCH1 $PATCH2 ; do 491.5 [ -s $SRC/$(basename $i) ] || wget -P $SRC $i 491.6 done 491.7 - cd .. ; tar xzf $SOURCES_REPOSITORY/$(basename $PATCH1) ; cd $src 491.8 - #patch -p0 < $SOURCES_REPOSITORY/$(basename $PATCH2) 491.9 + cd .. ; tar xzf $SRC/$(basename $PATCH1) ; cd $src 491.10 + #patch -p0 < $SRC/$(basename $PATCH2) 491.11 sed -i 's/.*stdio.*/&\n#include <stdlib.h>/' xcmap.c bggen.c 491.12 sed -i 's/ gets *(\(.*\))/ fgets(\1,sizeof(\1)-1,stdin)/' vdcomp.c 491.13 sed -i 's/mktemp/mkstemp/' *.c
492.1 --- a/yarock/receipt Sat Mar 17 04:50:25 2018 +0200 492.2 +++ b/yarock/receipt Wed Mar 21 15:58:17 2018 +0200 492.3 @@ -18,7 +18,7 @@ 492.4 # 492.5 DEPENDS="libQtDBus qjson qt4-phonon taglib gst0-ffmpeg gst0-plugins-good \ 492.6 libshout libQtMultimedia libQtPlugins jack" 492.7 -BUILD_DEPENDS="cmake Qt4-dev qmake qt4-phonon taglib-dev pkg-config qjson-dev \ 492.8 +BUILD_DEPENDS="cmake Qt4-dev qmake qt4-phonon taglib-dev qjson-dev \ 492.9 xorg-libX11 xorg-libXext xorg-libX11-dev wget" 492.10 492.11 # Rules to configure and make the package.
493.1 --- a/yaws/receipt Sat Mar 17 04:50:25 2018 +0200 493.2 +++ b/yaws/receipt Wed Mar 21 15:58:17 2018 +0200 493.3 @@ -11,7 +11,7 @@ 493.4 WGET_URL="$WEB_SITE/download/$TARBALL" 493.5 TAGS="webserver" 493.6 493.7 -DEPENDS="erlang pam pkg-config" 493.8 +DEPENDS="erlang pam" 493.9 BUILD_DEPENDS="erlang pam-dev" 493.10 493.11 # Rules to configure and make the package.
494.1 --- a/ympd/receipt Sat Mar 17 04:50:25 2018 +0200 494.2 +++ b/ympd/receipt Wed Mar 21 15:58:17 2018 +0200 494.3 @@ -11,7 +11,7 @@ 494.4 WGET_URL="https://github.com/notandy/ympd/archive/v$VERSION.tar.gz" 494.5 494.6 DEPENDS="mpd libmpdclient" 494.7 -BUILD_DEPENDS="libmpdclient-dev wget cmake" 494.8 +BUILD_DEPENDS="libmpdclient-dev cmake" 494.9 494.10 # Handle cross compilation. 494.11 case "$ARCH" in
495.1 --- a/yp-tools/receipt Sat Mar 17 04:50:25 2018 +0200 495.2 +++ b/yp-tools/receipt Wed Mar 21 15:58:17 2018 +0200 495.3 @@ -1,30 +1,20 @@ 495.4 -# SliTaz package receipt. 495.5 +# SliTaz package receipt v2. 495.6 495.7 PACKAGE="yp-tools" 495.8 VERSION="4.2.2" 495.9 CATEGORY="network" 495.10 -SHORT_DESC="Yellow pages tools." 495.11 +SHORT_DESC="Yellow pages tools" 495.12 MAINTAINER="pascal.bellard@slitaz.org" 495.13 LICENSE="GPL2" 495.14 +WEB_SITE="http://www.linux-nis.org/download/yp-tools/" 495.15 + 495.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 495.17 -WEB_SITE="http://www.linux-nis.org/download/yp-tools/" 495.18 WGET_URL="$WEB_SITE/$TARBALL" 495.19 495.20 -# Rules to configure and make the package. 495.21 -compile_rules() 495.22 -{ 495.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 495.24 - --mandir=/usr/share/man \ 495.25 - $CONFIGURE_ARGS && 495.26 - make && 495.27 - make DESTDIR=$DESTDIR install 495.28 +compile_rules() { 495.29 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 495.30 } 495.31 495.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 495.33 -genpkg_rules() 495.34 -{ 495.35 - mkdir -p $fs/usr 495.36 - cp -a $install/usr/sbin $fs/usr 495.37 - cp -a $install/usr/bin $fs/usr 495.38 - cp -a $install/var $fs 495.39 +genpkg_rules() { 495.40 + copy @std 495.41 }
496.1 --- a/ypbind-mt/receipt Sat Mar 17 04:50:25 2018 +0200 496.2 +++ b/ypbind-mt/receipt Wed Mar 21 15:58:17 2018 +0200 496.3 @@ -1,4 +1,4 @@ 496.4 -# SliTaz package receipt. 496.5 +# SliTaz package receipt v2. 496.6 496.7 PACKAGE="ypbind-mt" 496.8 VERSION="1.31" 496.9 @@ -6,24 +6,15 @@ 496.10 SHORT_DESC="Yellow pages client daemon" 496.11 MAINTAINER="pascal.bellard@slitaz.org" 496.12 LICENSE="GPL2" 496.13 +WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/" 496.14 + 496.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 496.16 -WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/" 496.17 WGET_URL="$WEB_SITE/$TARBALL" 496.18 496.19 -# Rules to configure and make the package. 496.20 -compile_rules() 496.21 -{ 496.22 - cd $src 496.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 496.24 - --mandir=/usr/share/man \ 496.25 - $CONFIGURE_ARGS && 496.26 - make && 496.27 - make DESTDIR=$DESTDIR install 496.28 +compile_rules() { 496.29 + ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 496.30 } 496.31 496.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 496.33 -genpkg_rules() 496.34 -{ 496.35 - mkdir -p $fs/usr 496.36 - cp -a $install/usr/sbin $fs/usr 496.37 +genpkg_rules() { 496.38 + copy @std 496.39 }
497.1 --- a/ypserv/receipt Sat Mar 17 04:50:25 2018 +0200 497.2 +++ b/ypserv/receipt Wed Mar 21 15:58:17 2018 +0200 497.3 @@ -1,48 +1,39 @@ 497.4 -# SliTaz package receipt. 497.5 +# SliTaz package receipt v2. 497.6 497.7 PACKAGE="ypserv" 497.8 VERSION="2.27" 497.9 CATEGORY="network" 497.10 -SHORT_DESC="Yellow pages server (v2)." 497.11 +SHORT_DESC="Yellow pages server (v2)" 497.12 MAINTAINER="pascal.bellard@slitaz.org" 497.13 LICENSE="GPL2" 497.14 +WEB_SITE="http://www.linux-nis.org/" 497.15 + 497.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 497.17 -WEB_SITE="http://www.linux-nis.org/" 497.18 WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL" 497.19 497.20 -DEPENDS="gdbm portmap" 497.21 BUILD_DEPENDS="gdbm-dev" 497.22 497.23 -# Rules to configure and make the package. 497.24 -compile_rules() 497.25 -{ 497.26 - cd $src 497.27 +compile_rules() { 497.28 patch -Np1 -i $stuff/confpost.patch 497.29 ./configure \ 497.30 $CONFIGURE_ARGS && 497.31 make && 497.32 - make DESTDIR=$DESTDIR install 497.33 + make DESTDIR=$DESTDIR install || return 1 497.34 + 497.35 + # Copy config files 497.36 + mkdir -p $install/etc/ 497.37 + cp etc/ypserv.conf etc/timezone etc/netmasks etc/netgroup \ 497.38 + $install/etc/ 497.39 + 497.40 + # Copy initscript 497.41 + install -Dm755 $stuff/ypserv $install/etc/init.d/ypserv 497.42 + 497.43 + # Copy and fix security file 497.44 + cp $src/etc/securenets $install/var/yp/ 497.45 + sed -i 's/^0.0.0.0/#0.0.0.0/' $install/var/yp/securenets 497.46 } 497.47 497.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 497.49 -genpkg_rules() 497.50 -{ 497.51 - mkdir -p $fs/usr $fs/etc/init.d 497.52 - cp -a $install/usr/sbin $fs/usr 497.53 - cp -a $install/usr/lib $fs/usr 497.54 - cp -a $install/usr/include $fs/usr 497.55 - cp -a $install/var $fs 497.56 - 497.57 - # Copy config files 497.58 - for file in ypserv.conf timezone netmasks netgroup 497.59 - do 497.60 - cp -a $src/etc/$fle $fs/ 497.61 - done 497.62 - 497.63 - # Copy initscript 497.64 - cp $stuff/ypserv $fs/etc/init.d 497.65 - 497.66 - # Copy and fix security file 497.67 - cp $src/etc/securenets $fs/var/yp 497.68 - sed -i 's/^0.0.0.0/#0.0.0.0/' $fs/var/yp/securenets 497.69 +genpkg_rules() { 497.70 + copy @std @dev 497.71 + DEPENDS="gdbm portmap" 497.72 }
498.1 --- a/zbar/receipt Sat Mar 17 04:50:25 2018 +0200 498.2 +++ b/zbar/receipt Wed Mar 21 15:58:17 2018 +0200 498.3 @@ -40,7 +40,6 @@ 498.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 498.5 ;; 498.6 zbar-dev) 498.7 - DEPENDS="zbar pkg-config" 498.8 mkdir -p $fs/usr/lib 498.9 cp -a $install/usr/include $fs/usr 498.10 cp -a $install/usr/lib/*a $fs/usr/lib
499.1 --- a/zenity+webkit2/receipt Sat Mar 17 04:50:25 2018 +0200 499.2 +++ b/zenity+webkit2/receipt Wed Mar 21 15:58:17 2018 +0200 499.3 @@ -27,8 +27,7 @@ 499.4 CAT="gnome|GNOME integration" 499.5 ;; 499.6 zenity+webkit2) 499.7 - copy @std 499.8 - remove_already_packed 499.9 + copy @std @rm 499.10 DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libnotify-gtk3 libsoup \ 499.11 pango webkit2gtk xorg-libX11" 499.12 PROVIDE="webkit2gtk:zenity"
500.1 --- a/zenity/receipt Sat Mar 17 04:50:25 2018 +0200 500.2 +++ b/zenity/receipt Wed Mar 21 15:58:17 2018 +0200 500.3 @@ -26,8 +26,7 @@ 500.4 CAT="gnome|GNOME integration" 500.5 ;; 500.6 zenity) 500.7 - copy @std 500.8 - remove_already_packed 500.9 + copy @std @rm 500.10 DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libnotify-gtk3 pango \ 500.11 xorg-libX11" 500.12 TAGS="dialogs"
501.1 --- a/zopeinterface/receipt Sat Mar 17 04:50:25 2018 +0200 501.2 +++ b/zopeinterface/receipt Wed Mar 21 15:58:17 2018 +0200 501.3 @@ -13,7 +13,7 @@ 501.4 TAGS="webserver application-server appserver" 501.5 501.6 DEPENDS="python" 501.7 -BUILD_DEPENDS="python python-dev wget" 501.8 +BUILD_DEPENDS="python python-dev" 501.9 501.10 # Rules to configure and make the package. 501.11 compile_rules()