# HG changeset patch # User Aleksej Bobylev # Date 1543534493 -7200 # Node ID e7e7475e84c95649ae3c871c80be27016b3a4d86 # Parent 400dfee624960f6a7eac946c24ff0202d121f99c Small updates. diff -r 400dfee62496 -r e7e7475e84c9 abcde/.icon.png Binary file abcde/.icon.png has changed diff -r 400dfee62496 -r e7e7475e84c9 abcde/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abcde/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt v2. + +PACKAGE="abcde" +VERSION="2.9.2" +CATEGORY="multimedia" +SHORT_DESC="A Better CD Encoder" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" +WEB_SITE="https://abcde.einval.com/wiki/" +HOST_ARCH="any" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://abcde.einval.com/download/$TARBALL" + +DEPENDS_std="bash perl cd-discid python-eyed3" +CONFIG_FILES_std="/etc/abcde.conf" + +compile_rules() { + sed -e 's|normalize-audio|normalize|g' -i abcde + + make \ + abcde_version=abcde-$VERSION \ + prefix=/usr \ + DESTDIR=$install \ + install +} diff -r 400dfee62496 -r e7e7475e84c9 abcde/stuff/patches/busybox-wget.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abcde/stuff/patches/busybox-wget.patch Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,11 @@ +--- a/abcde ++++ b/abcde +@@ -4089,7 +4089,7 @@ + + if [ "$HTTPGETOPTS" = "" ] ; then + case $HTTPGET in +- wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";; ++ wget) HTTPGETOPTS="-q -O -";; + curl) HTTPGETOPTS="-f -s -L";; + fetch)HTTPGETOPTS="-q -o -";; + ftp) HTTPGETOPTS="-a -V -o - ";; diff -r 400dfee62496 -r e7e7475e84c9 abcde/stuff/patches/fix-mp3-tagging.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abcde/stuff/patches/fix-mp3-tagging.patch Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,11 @@ +--- a/abcde ++++ b/abcde +@@ -877,7 +877,7 @@ + -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \ + -y "$CDYEAR" -g "$GENREID" \ + -T "${TRACKNUM:-$1}/$TRACKS" \ +- ${TPE2:+--TPE2 "$TPE2"} \ ++ ${TPE2:+--TPE2 \"$TPE2\"} \ + "${ABCDETEMPDIR}/track$1.$OUTPUT" + ;; + id3tag) diff -r 400dfee62496 -r e7e7475e84c9 abcde/stuff/patches/less.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abcde/stuff/patches/less.patch Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,11 @@ +--- a/abcde ++++ b/abcde +@@ -252,7 +252,7 @@ + $PAGER "$PAGEFILE" + # If that fails, check for less + elif [ -x /usr/bin/less ]; then +- /usr/bin/less -f "$PAGEFILE" ++ /usr/bin/less "$PAGEFILE" + # more should be on all UNIX systems + elif [ -x /bin/more ]; then + /bin/more "$PAGEFILE" diff -r 400dfee62496 -r e7e7475e84c9 abcde/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abcde/stuff/patches/series Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,5 @@ +# From Alpine Linux (fixed): +# https://git.alpinelinux.org/cgit/aports/tree/community/abcde +busybox-wget.patch +fix-mp3-tagging.patch +less.patch diff -r 400dfee62496 -r e7e7475e84c9 cabextract/receipt --- a/cabextract/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/cabextract/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="cabextract" -VERSION="1.8" +VERSION="1.9" CATEGORY="utilities" SHORT_DESC="Extract Microsoft cabinet (.cab) archives" MAINTAINER="al.bobylev@gmail.com" @@ -11,6 +11,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://www.cabextract.org.uk/$TARBALL" +TAGS_std="extract cab exe" + compile_rules() { ./configure $CONFIGURE_ARGS && make && @@ -18,8 +20,3 @@ cook_pick_docs AUTHORS ChangeLog NEWS README TODO } - -genpkg_rules() { - copy @std - TAGS="extract cab exe" -} diff -r 400dfee62496 -r e7e7475e84c9 clonezilla/.icon.png Binary file clonezilla/.icon.png has changed diff -r 400dfee62496 -r e7e7475e84c9 clonezilla/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clonezilla/description.txt Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,7 @@ +Clonezilla, based on DRBL, partclone, and udpcast, allows you to do bare metal +backup and recovery. Two types of Clonezilla are available, Clonezilla live and +Clonezilla SE (Server Edition). Clonezilla live is suitable for single machine +backup and restore. While Clonezilla SE is for massive deployment, it can clone +many (40 plus!) computers simultaneously. + +For more info, check http://clonezilla.org, http://clonezilla.nchc.org.tw. diff -r 400dfee62496 -r e7e7475e84c9 clonezilla/receipt --- a/clonezilla/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/clonezilla/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,28 +1,22 @@ # SliTaz package receipt v2. PACKAGE="clonezilla" -VERSION="3.3.10" +VERSION="3.27.16" CATEGORY="misc" -SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning" +SHORT_DESC="Partition and disk imaging/cloning program" MAINTAINER="devel@slitaz.org" LICENSE="GPL2" WEB_SITE="https://clonezilla.org/" +HOST_ARCH="any" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL" +DEPENDS_std="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \ +coreutils-disk coreutils-redirection util-linux-setterm parted" + compile_rules() { - sed -i "s/SHELL/#SHELL/" Makefile +# sed -i "s/SHELL/#SHELL/" Makefile make DESTDIR=$install install } - -genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/etc $fs/ - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/share $fs/usr - DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \ - coreutils-disk coreutils-redirection util-linux-setterm parted" -} diff -r 400dfee62496 -r e7e7475e84c9 cmark-gfm/receipt --- a/cmark-gfm/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/cmark-gfm/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="cmark-gfm" -VERSION="0.28.3.gfm.17" +VERSION="0.28.3.gfm.19" CATEGORY="text" SHORT_DESC="Github fork of CommonMark parsing and rendering program in C" MAINTAINER="al.bobylev@gmail.com" @@ -27,10 +27,3 @@ cd $src cook_pick_docs README.md benchmarks.md changelog.txt why-cmark-and-not-x.md } - -genpkg_rules() { - case $PACKAGE in - *-dev) copy @dev;; - *) copy @std;; - esac -} diff -r 400dfee62496 -r e7e7475e84c9 cmospwd/.icon.png Binary file cmospwd/.icon.png has changed diff -r 400dfee62496 -r e7e7475e84c9 cmospwd/receipt --- a/cmospwd/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/cmospwd/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,9 +1,9 @@ # SliTaz package receipt v2. PACKAGE="cmospwd" -VERSION="5.0" +VERSION="5.1" CATEGORY="misc" -SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP" +SHORT_DESC="Decrypts password stored in CMOS used to access BIOS Setup" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd" @@ -11,14 +11,13 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.cgsecurity.org/$TARBALL" +TAGS_std="CMOS" + compile_rules() { - cd $src/src - rm -f cmospwd - make && - install -Dm755 $src/src/cmospwd $install/usr/bin/cmospwd + rm src/cmospwd + make -C src || return 1 + + install -Dm755 src/cmospwd $install/usr/bin/cmospwd + + cook_pick_docs cmospwd.txt } - -genpkg_rules() { - copy @std - TAGS="CMOS" -} diff -r 400dfee62496 -r e7e7475e84c9 cocoalib/.icon.png Binary file cocoalib/.icon.png has changed diff -r 400dfee62496 -r e7e7475e84c9 cocoalib/receipt --- a/cocoalib/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/cocoalib/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,32 +1,30 @@ # SliTaz package receipt v2. PACKAGE="cocoalib" -VERSION="0.9952" +VERSION="0.99600" CATEGORY="misc" -SHORT_DESC="GPL C++ library for doing Computations in Commutative Algebra" +SHORT_DESC="C++ library for doing Computations in Commutative Algebra" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="http://cocoa.dima.unige.it/cocoalib/" TARBALL="CoCoALib-$VERSION.tgz" -WGET_URL="${WEB_SITE}tgz/$TARBALL" +WGET_URL="http://cocoa.dima.unige.it/cocoalib/tgz/$TARBALL" BUILD_DEPENDS="bash gmp-dev gsl-dev boost-dev boost-thread boost-system \ -boost-filesystem boost-iostreams boost-math-tr1" +boost-filesystem boost-iostreams boost-math-tr1 readline-dev" + +COPY_std="@dev" +DEPENDS_std="gmp gsl boost-thread boost-system boost-filesystem \ +boost-iostreams boost-math-tr1 readline" compile_rules() { - find | grep Makefile | sed 's/Makefile.*/Makefile_dependencies/' | \ - xargs touch -d 197001010000 - ./configure $CONFIGURE_ARGS && make library || return 1 + ./configure && + make library || return 1 - # INSTALL TARGET for CoCoALib NOT YET IMPLEMENTED - mkdir -p $install/usr/lib $install/usr/include - cp -r $src/lib/libcocoa.a /$install/usr/lib + install -Dm644 lib/libcocoa.a $install/usr/lib/libcocoa.a + + mkdir -p $install/usr/include cp -r $src/include/* $install/usr/include + find $install -type f -name '*.H' -exec chmod 644 '{}' \; } - -genpkg_rules() { - copy @dev - DEPENDS="gmp gsl boost-thread boost-system boost-filesystem \ - boost-iostreams boost-math-tr1" -} diff -r 400dfee62496 -r e7e7475e84c9 cookutils/receipt --- a/cookutils/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/cookutils/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="cookutils" -VERSION="1095" +VERSION="1100" CATEGORY="base-system" SHORT_DESC="SliTaz packages builder new generation" MAINTAINER="devel@slitaz.org" diff -r 400dfee62496 -r e7e7475e84c9 curl/receipt --- a/curl/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/curl/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,10 +1,10 @@ # SliTaz package receipt v2. PACKAGE="curl" -VERSION="7.61.1" +VERSION="7.62.0" CATEGORY="network" -SHORT_DESC="Tool and libs for transferring files with URL syntax" -MAINTAINER="devel@slitaz.org" +SHORT_DESC="Transfer files with URL syntax" +MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://curl.haxx.se/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html" @@ -12,41 +12,52 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://curl.haxx.se/download/$TARBALL" -BUILD_DEPENDS="zlib-dev openssl-dev libidn2-dev" -# libssh2-dev c-ares-dev brotli-dev openldap-dev libpsl-dev" -SPLIT="libcurl $PACKAGE-dev" +BUILD_DEPENDS="zlib-dev openssl-dev libidn2-dev \ +libpsl-dev brotli-dev libssh2-dev openldap-dev nghttp2-dev" +SPLIT="libcurl $PACKAGE $PACKAGE-dev $PACKAGE-big:big $PACKAGE-big-dev:big" + +COPY_big="@std" + +DEPENDS_std="libcurl" +DEPENDS_libcurl="libidn2 openssl zlib" +DEPENDS_dev="curl libidn2-dev openssl-dev zlib-dev" +DEPENDS_big="brotli libidn2 libldap libpsl libssh2 nghttp2 openssl zlib" +DEPENDS_big_dev="curl-big brotli-dev libidn2-dev libpsl-dev libssh2-dev \ +nghttp2-dev openldap-dev openssl-dev zlib-dev" + +CAT_libcurl="network|library" +CAT_big="network|with Brotli, SSH2, LDAP, and HTTP2 support" + +PROVIDE_big="curl libcurl" +PROVIDE_big_dev="curl-dev" compile_rules() { - # --with-libssh2 --with-brotli --enable-ldap --with-nghttp2 + case $SET in + '') + SET_ARGS="--without-libpsl --without-brotli --without-libssh2 \ + --disable-ldap --without-nghttp2" + ;; + big) + SET_ARGS="--with-libpsl --with-brotli --with-libssh2 \ + --enable-ldap --with-nghttp2" + ;; + esac ./configure \ --disable-static \ --enable-threaded-resolver \ --with-ca-path=/etc/ssl/certs \ + $SET_ARGS \ $CONFIGURE_ARGS && fix libtool && make && make install || return 1 - rm -rf docs/examples/.deps - find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; - cook_pick_docs docs/* -} - -genpkg_rules() { - case $PACKAGE in - curl) - copy curl - DEPENDS="libcurl" - ;; - libcurl) - copy *.so* - DEPENDS="libidn2 openssl zlib" - CAT="network|library" - ;; - curl-dev) - copy @dev - DEPENDS="curl libidn2-dev openssl-dev zlib-dev" + case $SET in + '') + rm -rf docs/examples/.deps + find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; + cook_pick_docs docs/* ;; esac } diff -r 400dfee62496 -r e7e7475e84c9 dbus/receipt --- a/dbus/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/dbus/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="dbus" -VERSION="1.12.8" +VERSION="1.12.10" CATEGORY="x-window" SHORT_DESC="D-Bus, a message bus system" MAINTAINER="devel@slitaz.org" diff -r 400dfee62496 -r e7e7475e84c9 dbus/stuff/overrides --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbus/stuff/overrides Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,1 @@ +4750 /usr/libexec/dbus-daemon-launch-helper diff -r 400dfee62496 -r e7e7475e84c9 qemu/receipt --- a/qemu/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/qemu/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -77,7 +77,7 @@ copy @std @rm # Remove unneeded bios binaries rm -f $fs/usr/share/qemu/*ppc* $fs/usr/share/qemu/*sparc* - CATEGORY="misc|for x86 hardware" + CAT="misc|for x86 hardware" DEPENDS="alsa-lib gnutls libsdl bluez libtasn1 libsasl vde2 \ libcurl ncurses attr util-linux-uuid glib libusb" TAGS="virtualization emulator" diff -r 400dfee62496 -r e7e7475e84c9 ruby-gettext/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-gettext/.icon.png Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,1 @@ +../ruby/.gem.png \ No newline at end of file diff -r 400dfee62496 -r e7e7475e84c9 ruby-gettext/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-gettext/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt v2. + +PACKAGE="ruby-gettext" +VERSION="3.2.9" +CATEGORY="ruby" +SHORT_DESC="GNU gettext-like program for Ruby" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="${PACKAGE#*-}-$VERSION.gem" +WGET_URL="https://rubygems.org/downloads/$TARBALL" + +BUILD_DEPENDS="ruby-dev" + +COPY_std="@ruby" +DEPENDS_std="ruby-locale ruby-text" + +compile_rules() { + gem install \ + --no-document \ + --ignore-dependencies \ + --no-user-install \ + --build-root $install \ + $src/$TARBALL && + fix gem + + find $install -type f -perm 664 -exec chmod 644 '{}' \; +} diff -r 400dfee62496 -r e7e7475e84c9 ruby-locale/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-locale/.icon.png Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,1 @@ +../ruby/.gem.png \ No newline at end of file diff -r 400dfee62496 -r e7e7475e84c9 ruby-locale/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-locale/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt v2. + +PACKAGE="ruby-locale" +VERSION="2.1.2" +CATEGORY="ruby" +SHORT_DESC="Pure Ruby library which provides basic APIs for localization" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL3" +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="${PACKAGE#*-}-$VERSION.gem" +WGET_URL="https://rubygems.org/downloads/$TARBALL" + +BUILD_DEPENDS="ruby-dev" + +COPY_std="@ruby" +DEPENDS_std="ruby" + +compile_rules() { + gem install \ + --no-document \ + --ignore-dependencies \ + --no-user-install \ + --build-root $install \ + $src/$TARBALL && + fix gem +} diff -r 400dfee62496 -r e7e7475e84c9 ruby-ransack/receipt --- a/ruby-ransack/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-ransack/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="ruby-ransack" -VERSION="2.0.1" +VERSION="2.1.0" CATEGORY="ruby" SHORT_DESC="Object-based searching for Active Record and Mongoid" MAINTAINER="al.bobylev@gmail.com" @@ -12,8 +12,12 @@ TARBALL="${PACKAGE#*-}-$VERSION.gem" WGET_URL="https://rubygems.org/downloads/$TARBALL" +TARBALL_SHA256="19b81aab0d5a04c165a07b06aaca16b86895c851e021e978b47fb344da101273" BUILD_DEPENDS="ruby-dev" +COPY_std="@ruby" +DEPENDS_std="ruby ruby-actionpack ruby-activerecord ruby-activesupport \ +ruby-i18n" compile_rules() { gem install \ @@ -24,9 +28,3 @@ $src/$TARBALL && fix gem } - -genpkg_rules() { - copy @ruby - DEPENDS="ruby ruby-actionpack ruby-activerecord ruby-activesupport \ - ruby-i18n" -} diff -r 400dfee62496 -r e7e7475e84c9 ruby-rb-fsevent/receipt --- a/ruby-rb-fsevent/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-rb-fsevent/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,14 +7,21 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}" +HOST_ARCH="any" REPOLOGY="${PACKAGE/-/:}" TARBALL="${PACKAGE#*-}-$VERSION.gem" WGET_URL="https://rubygems.org/downloads/$TARBALL" +TARBALL_SHA256="a8f78186feb55bb98579b5e0f8dd925ececfde1b5c2496e5e932997ff999a1d2" BUILD_DEPENDS="ruby-dev" SPLIT="$PACKAGE-dev" +COPY_std="@ruby" +COPY_dev="@ruby-dev" + +DEPENDS_std="ruby" + compile_rules() { # FIXME: hmm... look at the binary file, is it gem OSX-based only?.. # dependency chain: activeadmin -> sass -> sass-listen -> rb-fsevent @@ -26,15 +33,3 @@ $src/$TARBALL && fix gem } - -genpkg_rules() { - case $PACKAGE in - *-dev) - copy @ruby-dev - ;; - *) - copy @ruby - DEPENDS="ruby" - ;; - esac -} diff -r 400dfee62496 -r e7e7475e84c9 ruby-rspec-expectations/receipt --- a/ruby-rspec-expectations/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-rspec-expectations/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="ruby-rspec-expectations" -VERSION="3.8.1" +VERSION="3.8.2" CATEGORY="ruby" SHORT_DESC="Express expected outcomes of a code example" MAINTAINER="al.bobylev@gmail.com" @@ -14,6 +14,8 @@ WGET_URL="http://rubygems.org/downloads/$TARBALL" BUILD_DEPENDS="ruby-dev" +COPY_std="@ruby" +DEPENDS_std="ruby ruby-diff-lcs ruby-rspec-support" compile_rules() { gem install \ @@ -24,8 +26,3 @@ $src/$TARBALL && fix gem } - -genpkg_rules() { - copy @ruby - DEPENDS="ruby ruby-diff-lcs ruby-rspec-support" -} diff -r 400dfee62496 -r e7e7475e84c9 ruby-sass/receipt --- a/ruby-sass/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-sass/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="ruby-sass" -VERSION="3.5.7" +VERSION="3.7.2" CATEGORY="ruby" SHORT_DESC="CSS extension" MAINTAINER="al.bobylev@gmail.com" @@ -14,6 +14,8 @@ WGET_URL="https://rubygems.org/downloads/$TARBALL" BUILD_DEPENDS="ruby-dev" +COPY_std="@ruby" +DEPENDS_std="ruby ruby-sass-listen" compile_rules() { gem install \ @@ -24,8 +26,3 @@ $src/$TARBALL && fix gem } - -genpkg_rules() { - copy @ruby - DEPENDS="ruby ruby-sass-listen" -} diff -r 400dfee62496 -r e7e7475e84c9 ruby-sassc/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-sassc/.icon.png Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,1 @@ +../ruby/.gem.png \ No newline at end of file diff -r 400dfee62496 -r e7e7475e84c9 ruby-sassc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-sassc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,33 @@ +# SliTaz package receipt v2. + +PACKAGE="ruby-sassc" +VERSION="2.0.0" +CATEGORY="ruby" +SHORT_DESC="Use libsass with Ruby" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="MIT" +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="${PACKAGE#*-}-$VERSION.gem" +WGET_URL="https://rubygems.org/downloads/$TARBALL" +TARBALL_SHA256="b619a0bf48d030e257cfba87c00c04c0eefe6c386bb7b81ee9088423b2e78877" + +BUILD_DEPENDS="ruby-dev" +SPLIT="$PACKAGE-dev" + +COPY_std="@ruby" +COPY_dev="@ruby-dev" + +DEPENDS_std="ruby ruby-ffi ruby-rake" + +compile_rules() { + gem install \ + --no-document \ + --ignore-dependencies \ + --no-user-install \ + --build-root $install \ + $src/$TARBALL && + fix gem +} diff -r 400dfee62496 -r e7e7475e84c9 ruby-test-unit/receipt --- a/ruby-test-unit/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-test-unit/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -14,6 +14,8 @@ WGET_URL="https://rubygems.org/downloads/$TARBALL" BUILD_DEPENDS="ruby-dev" +COPY_std="@ruby" +DEPENDS_std="ruby" compile_rules() { gem install \ @@ -22,10 +24,6 @@ --no-user-install \ --build-root $install \ $src/$TARBALL && - fix gem + fix gem && + find $install -type f -perm 664 -exec chmod 644 '{}' \; } - -genpkg_rules() { - copy @ruby - DEPENDS="ruby" -} diff -r 400dfee62496 -r e7e7475e84c9 ruby-text/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-text/.icon.png Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,1 @@ +../ruby/.gem.png \ No newline at end of file diff -r 400dfee62496 -r e7e7475e84c9 ruby-text/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby-text/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt v2. + +PACKAGE="ruby-text" +VERSION="1.3.1" +CATEGORY="ruby" +SHORT_DESC="A collection of text algorithms" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="MIT" +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}" +HOST_ARCH="any" +REPOLOGY="${PACKAGE/-/:}" + +TARBALL="${PACKAGE#*-}-$VERSION.gem" +WGET_URL="https://rubygems.org/downloads/$TARBALL" + +BUILD_DEPENDS="ruby-dev" + +COPY_std="@ruby" +DEPENDS_std="ruby" + +compile_rules() { + gem install \ + --no-document \ + --ignore-dependencies \ + --no-user-install \ + --build-root $install \ + $src/$TARBALL && + fix gem + + find $install -type f -perm 664 -exec chmod 644 '{}' \; +} diff -r 400dfee62496 -r e7e7475e84c9 ruby-thor/receipt --- a/ruby-thor/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-thor/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="ruby-thor" -VERSION="0.20.0" +VERSION="0.20.3" CATEGORY="ruby" SHORT_DESC="Toolkit for building powerful command-line interfaces" MAINTAINER="al.bobylev@gmail.com" @@ -14,6 +14,8 @@ WGET_URL="http://rubygems.org/downloads/$TARBALL" BUILD_DEPENDS="ruby-dev" +COPY_std="@ruby" +DEPENDS_std="ruby" compile_rules() { gem install \ @@ -24,8 +26,3 @@ $src/$TARBALL && fix gem } - -genpkg_rules() { - copy @ruby - DEPENDS="ruby" -} diff -r 400dfee62496 -r e7e7475e84c9 ruby-tins/receipt --- a/ruby-tins/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/ruby-tins/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="ruby-tins" -VERSION="1.16.3" +VERSION="1.20.2" CATEGORY="ruby" SHORT_DESC="All the stuff that isn't good/big enough for a real library" MAINTAINER="al.bobylev@gmail.com" @@ -14,6 +14,8 @@ WGET_URL="https://rubygems.org/downloads/$TARBALL" BUILD_DEPENDS="ruby-dev" +COPY_std="@ruby" +DEPENDS_std="ruby" compile_rules() { gem install \ @@ -25,8 +27,3 @@ fix gem && chmod -R g-w $install } - -genpkg_rules() { - copy @ruby - DEPENDS="ruby" -} diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/.icon.png Binary file rubyripper/.icon.png has changed diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/receipt --- a/rubyripper/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/rubyripper/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -1,20 +1,25 @@ -# SliTaz package receipt. +# SliTaz package receipt v2. PACKAGE="rubyripper" VERSION="0.6.2" CATEGORY="multimedia" -SHORT_DESC="A secure audio disc ripper" +SHORT_DESC="A high precision CD ripper" MAINTAINER="devel@slitaz.org" LICENSE="GPL3" WEB_SITE="https://github.com/bleskodev/rubyripper" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://rubyripper.googlecode.com/files/$TARBALL" # FIXME +HOST_ARCH="any" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/bleskodev/rubyripper/archive/v$VERSION.tar.gz" + +BUILD_DEPENDS="ruby-dev ruby-gettext cdparanoia-III cd-discid flac \ +vorbis-tools lame vorbisgain mp3gain normalize" + +COPY_std="@std *.png" # 128px icon +DEPENDS="cd-discid cdparanoia-III flac normalize ruby" +SUGGESTED="ruby-gtk2 lame vorbis-tools" TAGS="audio CD ripper" -SUGGESTED="ruby-gtk2 lame vorbis-tools" -DEPENDS="cd-discid cdparanoia-III flac normalize ruby" -BUILD_DEPENDS="cd-discid cdparanoia-III lame normalize ruby-dev vorbis-tools" - compile_rules() { ./configure \ --prefix=/usr \ @@ -25,11 +30,3 @@ make && make DESTDIR=$install install } - -genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - # launcher - cp -a $stuff/$PACKAGE $fs/usr/bin -} diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/stuff/patches/fallback-cli.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rubyripper/stuff/patches/fallback-cli.patch Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,12 @@ +--- a/rubyripper_gtk2.rb ++++ b/rubyripper_gtk2.rb +@@ -32,7 +32,8 @@ + begin + require 'gtk2' + rescue LoadError +- puts "The ruby-gtk2 library could not be found. Is it installed?"; exit() ++ puts "The ruby-gtk2 library could not be found. Is it installed?" ++ exec( "terminal -T RubyRipper -e rrip_cli" ) # run CLI in SliTaz terminal + end + + class Main #the main window diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/stuff/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rubyripper/stuff/patches/series Fri Nov 30 01:34:53 2018 +0200 @@ -0,0 +1,1 @@ +fallback-cli.patch diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/stuff/rubyripper --- a/rubyripper/stuff/rubyripper Wed Nov 28 12:35:25 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh -# Rubyripper launcher -# (C) 2007-2010 SliTaz - GNU General Public License v3. - -RUBY_GTK2_PC=$(/usr/bin/pkg-config --exists ruby-gtk2) -if [ $RUBY_GTK2_PC ]; then - /usr/bin/rrip_gui -else - /usr/bin/xterm -T "Rubyripper CLI" -e /usr/bin/rrip_cli -fi diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/stuff/rubyripper.desktop --- a/rubyripper/stuff/rubyripper.desktop Wed Nov 28 12:35:25 2018 +0200 +++ b/rubyripper/stuff/rubyripper.desktop Fri Nov 30 01:34:53 2018 +0200 @@ -1,7 +1,8 @@ [Desktop Entry] Type=Application Name=Rubyripper CD ripper -Comment=A Secure Audio Disc Ripper +Comment=Secure Audio Disc Ripper +Comment[nl]=Veilige Audio CD Ripper +Exec=rrip_gui Icon=rubyripper -Exec=rubyripper Categories=Audio;AudioVideo; diff -r 400dfee62496 -r e7e7475e84c9 rubyripper/stuff/rubyripper.png Binary file rubyripper/stuff/rubyripper.png has changed diff -r 400dfee62496 -r e7e7475e84c9 sdft/receipt --- a/sdft/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/sdft/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,8 +7,9 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="http://www.slitaz.org/" +HOST_ARCH="any" REPOLOGY="-" -genpkg_rules() { - install -Dm755 $stuff/sdft $fs/usr/bin/sdft +compile_rules() { + install -Dm755 $stuff/sdft $install/usr/bin/sdft } diff -r 400dfee62496 -r e7e7475e84c9 shell-detector/receipt --- a/shell-detector/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/shell-detector/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.emposha.com/security/php-shell-detector-web-shell-detection-tool.html" +HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.bz2" #WGET_URL="https://github.com/emposha/PHP-Shell-Detector/tarball/master" diff -r 400dfee62496 -r e7e7475e84c9 shiki-colors-murrine/receipt --- a/shiki-colors-murrine/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/shiki-colors-murrine/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,8 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://github.com/gnome-colors/gnome-colors" +HOST_ARCH="any" + TARBALL="gnome-colors-$VERSION.tar.gz" WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" diff -r 400dfee62496 -r e7e7475e84c9 shiki-colors/receipt --- a/shiki-colors/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/shiki-colors/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://github.com/gnome-colors/gnome-colors" +HOST_ARCH="any" TARBALL="gnome-colors-$VERSION.tar.gz" WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" diff -r 400dfee62496 -r e7e7475e84c9 shimmer-themes/receipt --- a/shimmer-themes/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/shimmer-themes/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2 CC-BY-SA-3" WEB_SITE="https://shimmerproject.org/" +HOST_ARCH="any" DEPENDS="gtk-theme-albatross gtk-theme-blackbird gtk-theme-bluebird \ gtk-theme-greybird gtk-theme-orion" diff -r 400dfee62496 -r e7e7475e84c9 shutdown/receipt --- a/shutdown/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/shutdown/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="devel@slitaz.org" LICENSE="LGPL" WEB_SITE="http://www.slitaz.org/" +HOST_ARCH="any" REPOLOGY="-" genpkg_rules() { diff -r 400dfee62496 -r e7e7475e84c9 slim-theme-7legs/receipt --- a/slim-theme-7legs/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/slim-theme-7legs/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +HOST_ARCH="any" BUILD_DEPENDS="rsvg-convert" COOKOPTS="!pngquant" diff -r 400dfee62496 -r e7e7475e84c9 slim-theme-cat/receipt --- a/slim-theme-cat/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/slim-theme-cat/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +HOST_ARCH="any" BUILD_DEPENDS="rsvg-convert" COOKOPTS="!pngquant" diff -r 400dfee62496 -r e7e7475e84c9 slim-theme-mascot/receipt --- a/slim-theme-mascot/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/slim-theme-mascot/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +HOST_ARCH="any" BUILD_DEPENDS="rsvg-convert" COOKOPTS="!pngquant" diff -r 400dfee62496 -r e7e7475e84c9 slitaz-base-files/receipt --- a/slitaz-base-files/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/slitaz-base-files/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="devel@slitaz.org" LICENSE="BSD GPL3" WEB_SITE="http://www.slitaz.org/" +HOST_ARCH="any" REPOLOGY="-" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-cf-files/receipt --- a/xorg-cf-files/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-cf-files/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="devel@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/util/$TARBALL" @@ -16,7 +17,3 @@ make && make install } - -genpkg_rules() { - copy @std -} diff -r 400dfee62496 -r e7e7475e84c9 xorg-encodings/receipt --- a/xorg-encodings/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-encodings/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="PublicDomain" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="encodings" TARBALL="encodings-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-evieext/receipt --- a/xorg-evieext/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-evieext/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="devel@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="evieext" TARBALL="evieext-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-adobe-100dpi/receipt --- a/xorg-font-adobe-100dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-adobe-100dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:adobe-100dpi" TARBALL="font-adobe-100dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-adobe-75dpi/receipt --- a/xorg-font-adobe-75dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-adobe-75dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:adobe-75dpi" TARBALL="font-adobe-75dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-adobe-utopia-100dpi/receipt --- a/xorg-font-adobe-utopia-100dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-adobe-utopia-100dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:adobe-utopia-100dpi" TARBALL="font-adobe-utopia-100dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-adobe-utopia-75dpi/receipt --- a/xorg-font-adobe-utopia-75dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-adobe-utopia-75dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:adobe-utopia-75dpi" TARBALL="font-adobe-utopia-75dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-adobe-utopia-type1/receipt --- a/xorg-font-adobe-utopia-type1/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-adobe-utopia-type1/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="other" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="fonts:adobe-utopia-type1" TARBALL="font-adobe-utopia-type1-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-alias/receipt --- a/xorg-font-alias/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-alias/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="other" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="font-alias" TARBALL="font-alias-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-arabic-misc/receipt --- a/xorg-font-arabic-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-arabic-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:arabic-misc" TARBALL="font-arabic-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bh-100dpi/receipt --- a/xorg-font-bh-100dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bh-100dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bh-100dpi" TARBALL="font-bh-100dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bh-75dpi/receipt --- a/xorg-font-bh-75dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bh-75dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bh-75dpi" TARBALL="font-bh-75dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bh-lucidatypewriter-100dpi/receipt --- a/xorg-font-bh-lucidatypewriter-100dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bh-lucidatypewriter-100dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bh-lucidatypewriter-100dpi" TARBALL="font-bh-lucidatypewriter-100dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bh-lucidatypewriter-75dpi/receipt --- a/xorg-font-bh-lucidatypewriter-75dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bh-lucidatypewriter-75dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bh-lucidatypewriter-75dpi" TARBALL="font-bh-lucidatypewriter-75dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bh-ttf/receipt --- a/xorg-font-bh-ttf/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bh-ttf/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="font-bh-ttf" TARBALL="font-bh-ttf-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bh-type1/receipt --- a/xorg-font-bh-type1/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bh-type1/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="fonts:bh-type1" TARBALL="font-bh-type1-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bitstream-100dpi/receipt --- a/xorg-font-bitstream-100dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bitstream-100dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bitstream-100dpi" TARBALL="font-bitstream-100dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bitstream-75dpi/receipt --- a/xorg-font-bitstream-75dpi/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bitstream-75dpi/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bitstream-75dpi" TARBALL="font-bitstream-75dpi-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-bitstream-type1/receipt --- a/xorg-font-bitstream-type1/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-bitstream-type1/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:bitstream-type1" TARBALL="font-bitstream-type1-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-cronyx-cyrillic/receipt --- a/xorg-font-cronyx-cyrillic/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-cronyx-cyrillic/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:cronyx-cyrillic" TARBALL="font-cronyx-cyrillic-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-cursor-misc/receipt --- a/xorg-font-cursor-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-cursor-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-cursor-misc" TARBALL="font-cursor-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-daewoo-misc/receipt --- a/xorg-font-daewoo-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-daewoo-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-daewoo-misc" TARBALL="font-daewoo-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-dec-misc/receipt --- a/xorg-font-dec-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-dec-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-dec-misc" TARBALL="font-dec-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-ibm-type1/receipt --- a/xorg-font-ibm-type1/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-ibm-type1/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="fonts:ibm-type1" TARBALL="font-ibm-type1-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-isas-misc/receipt --- a/xorg-font-isas-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-isas-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:isas-misc" TARBALL="font-isas-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-jis-misc/receipt --- a/xorg-font-jis-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-jis-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-jis-misc" TARBALL="font-jis-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-micro-misc/receipt --- a/xorg-font-micro-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-micro-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:micro-misc" TARBALL="font-micro-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-misc-cyrillic/receipt --- a/xorg-font-misc-cyrillic/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-misc-cyrillic/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:misc-cyrillic" TARBALL="font-misc-cyrillic-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-misc-ethiopic/receipt --- a/xorg-font-misc-ethiopic/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-misc-ethiopic/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="font-misc-ethiopic" TARBALL="font-misc-ethiopic-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-misc-meltho/receipt --- a/xorg-font-misc-meltho/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-misc-meltho/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-misc-meltho" TARBALL="font-misc-meltho-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-mutt-misc/receipt --- a/xorg-font-mutt-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-mutt-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:mutt-misc" TARBALL="font-mutt-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-schumacher-misc/receipt --- a/xorg-font-schumacher-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-schumacher-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-schumacher-misc" TARBALL="font-schumacher-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-screen-cyrillic/receipt --- a/xorg-font-screen-cyrillic/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-screen-cyrillic/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:screen-cyrillic" TARBALL="font-screen-cyrillic-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-sony-misc/receipt --- a/xorg-font-sony-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-sony-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-sony-misc" TARBALL="font-sony-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-sun-misc/receipt --- a/xorg-font-sun-misc/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-sun-misc/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="font-sun-misc" TARBALL="font-sun-misc-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-winitzki-cyrillic/receipt --- a/xorg-font-winitzki-cyrillic/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-winitzki-cyrillic/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="fonts:winitzki-cyrillic" TARBALL="font-winitzki-cyrillic-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-font-xfree86-type1/receipt --- a/xorg-font-xfree86-type1/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-font-xfree86-type1/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" +HOST_ARCH="any" REPOLOGY="fonts:xfree86-type1" TARBALL="font-xfree86-type1-$VERSION.tar.bz2" @@ -15,17 +16,14 @@ BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir" +TAGS_atd="font" + compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } -genpkg_rules() { - copy @std - TAGS="font" -} - post_install() { chroot "$1/" fc-cache -r /usr/share/fonts/X11/Type1 } diff -r 400dfee62496 -r e7e7475e84c9 xorg-gccmakedep/receipt --- a/xorg-gccmakedep/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-gccmakedep/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="gccmakedep" TARBALL="gccmakedep-$VERSION.tar.bz2" @@ -19,7 +20,3 @@ make && make install } - -genpkg_rules() { - copy @std -} diff -r 400dfee62496 -r e7e7475e84c9 xorg-mkfontdir/receipt --- a/xorg-mkfontdir/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-mkfontdir/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" +HOST_ARCH="any" REPOLOGY="mkfontdir" TARBALL="mkfontdir-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-util-macros/receipt --- a/xorg-util-macros/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-util-macros/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/util-macros.html" +HOST_ARCH="any" REPOLOGY="util-macros" TARBALL="util-macros-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-xbitmaps/receipt --- a/xorg-xbitmaps/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-xbitmaps/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xbitmaps.html" +HOST_ARCH="any" REPOLOGY="xbitmaps" TARBALL="xbitmaps-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-xcb-proto/receipt --- a/xorg-xcb-proto/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-xcb-proto/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://xcb.freedesktop.org/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-proto.html" +HOST_ARCH="any" REPOLOGY="xcb-proto" TARBALL="xcb-proto-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg-xcursor-themes/receipt --- a/xorg-xcursor-themes/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-xcursor-themes/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcursor-themes.html" +HOST_ARCH="any" REPOLOGY="xcursor-themes" TARBALL="xcursor-themes-$VERSION.tar.bz2" @@ -20,7 +21,3 @@ make && make install } - -genpkg_rules() { - copy @std -} diff -r 400dfee62496 -r e7e7475e84c9 xorg-xkeyboard-config/receipt --- a/xorg-xkeyboard-config/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-xkeyboard-config/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xkeyboard-config.html" +HOST_ARCH="any" REPOLOGY="xkeyboard-config" TARBALL="xkeyboard-config-$VERSION.tar.bz2" @@ -24,10 +25,3 @@ make && make install } - -genpkg_rules() { - case $PACKAGE in - *-config) copy @std;; - *-dev) copy @dev;; - esac -} diff -r 400dfee62496 -r e7e7475e84c9 xorg-xorgproto/receipt --- a/xorg-xorgproto/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-xorgproto/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="https://github.com/freedesktop/xorg-xorgproto" +HOST_ARCH="any" REPOLOGY="xorgproto" TARBALL="xorgproto-$VERSION.tar.gz" diff -r 400dfee62496 -r e7e7475e84c9 xorg-xtrans/receipt --- a/xorg-xtrans/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg-xtrans/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -8,6 +8,7 @@ LICENSE="other" WEB_SITE="https://www.x.org/wiki/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" +HOST_ARCH="any" REPOLOGY="xtrans" TARBALL="xtrans-$VERSION.tar.bz2" diff -r 400dfee62496 -r e7e7475e84c9 xorg/receipt --- a/xorg/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xorg/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,6 +7,7 @@ MAINTAINER="devel@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" +HOST_ARCH="any" REPOLOGY="-" SPLIT="$PACKAGE-dev $PACKAGE-dev-proto" diff -r 400dfee62496 -r e7e7475e84c9 xpenguins_themes/receipt --- a/xpenguins_themes/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/xpenguins_themes/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,16 +7,14 @@ MAINTAINER="Lucas Levrel " LICENSE="unclear" WEB_SITE="http://xpenguins.seul.org/" +HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}$TARBALL" +DEPENDS_std="xpenguins" + compile_rules() { mkdir -p $install/usr/share/xpenguins/themes/ cp -r $src/* $install/usr/share/xpenguins/themes/ } - -genpkg_rules() { - copy @std - DEPENDS="xpenguins" -} diff -r 400dfee62496 -r e7e7475e84c9 zlib/receipt --- a/zlib/receipt Wed Nov 28 12:35:25 2018 +0200 +++ b/zlib/receipt Fri Nov 30 01:34:53 2018 +0200 @@ -7,13 +7,15 @@ MAINTAINER="devel@slitaz.org" LICENSE="zlib/libpng" WEB_SITE="http://www.zlib.net/" -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/zlib.html" +LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/zlib.html" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$WEB_SITE$TARBALL" SPLIT="$PACKAGE-dev" +TAGS_std="LFS" + compile_rules() { ./configure \ --prefix=/usr && @@ -30,10 +32,3 @@ testsuite() { readelf -h $install/lib/libz.so.$VERSION } - -genpkg_rules() { - case $PACKAGE in - zlib) copy @std; TAGS="LFS";; - *-dev) copy @dev;; - esac -}