wok-undigest rev 1179

Update pcre in chroot too
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Nov 02 05:11:43 2015 +0100 (2015-11-02)
parents f404ab0d585e
children b86fd11b1871
files glib-dev/receipt glib/receipt gnome-panel/receipt libgweather-dev/receipt libgweather/receipt libsoup-dev/receipt libsoup/receipt mplayer/receipt pcre-dev/receipt pcre/description.txt pcre/receipt
line diff
     1.1 --- a/glib-dev/receipt	Mon Nov 02 04:14:01 2015 +0100
     1.2 +++ b/glib-dev/receipt	Mon Nov 02 05:11:43 2015 +0100
     1.3 @@ -45,3 +45,4 @@
     1.4  	cd $1/usr/share/gdb/auto-load
     1.5  	for i in $(ls *.-py);do mv -f $i ${i//-.-/.};done
     1.6  }
     1.7 +
     2.1 --- a/glib/receipt	Mon Nov 02 04:14:01 2015 +0100
     2.2 +++ b/glib/receipt	Mon Nov 02 05:11:43 2015 +0100
     2.3 @@ -78,3 +78,4 @@
     2.4  		[ -x "/usr/bin/cook" ] && echo cook $w
     2.5  	done
     2.6  }
     2.7 +
     3.1 --- a/gnome-panel/receipt	Mon Nov 02 04:14:01 2015 +0100
     3.2 +++ b/gnome-panel/receipt	Mon Nov 02 05:11:43 2015 +0100
     3.3 @@ -47,4 +47,3 @@
     3.4  		$fs/usr/share/icons/hicolor
     3.5  	rm $fs/usr/share/gnome-panelrc
     3.6  }
     3.7 -
     4.1 --- a/libgweather-dev/receipt	Mon Nov 02 04:14:01 2015 +0100
     4.2 +++ b/libgweather-dev/receipt	Mon Nov 02 05:11:43 2015 +0100
     4.3 @@ -19,4 +19,3 @@
     4.4  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
     4.5  	cp -a $install/usr/include $fs/usr
     4.6  }
     4.7 -
     5.1 --- a/libgweather/receipt	Mon Nov 02 04:14:01 2015 +0100
     5.2 +++ b/libgweather/receipt	Mon Nov 02 05:11:43 2015 +0100
     5.3 @@ -11,7 +11,7 @@
     5.4  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     5.5  
     5.6  DEPENDS="GConf gtk+ libsoup"
     5.7 -BUILD_DEPENDS="GConf-dev gtk+-dev libsoup-dev"
     5.8 +BUILD_DEPENDS="GConf-dev gtk+-dev libsoup-dev glib-dev"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
     6.1 --- a/libsoup-dev/receipt	Mon Nov 02 04:14:01 2015 +0100
     6.2 +++ b/libsoup-dev/receipt	Mon Nov 02 05:11:43 2015 +0100
     6.3 @@ -20,4 +20,3 @@
     6.4  	cp -a $install/usr/include $fs/usr
     6.5  	cp -a $install/usr/share/gir-1.0 $fs/usr/share
     6.6  }
     6.7 -
     7.1 --- a/libsoup/receipt	Mon Nov 02 04:14:01 2015 +0100
     7.2 +++ b/libsoup/receipt	Mon Nov 02 05:11:43 2015 +0100
     7.3 @@ -14,7 +14,7 @@
     7.4  libgnutls libtasn1 libgcrypt sqlite"
     7.5  BUILD_DEPENDS="gtk+-dev glib-networking-dev libgio libgio-dev libxml2-dev \
     7.6  libgcrypt-dev libtasn1-dev gobject-introspection-dev gnutls-dev zlib-dev \
     7.7 -sqlite-dev"
     7.8 +sqlite-dev glib-dev"
     7.9  
    7.10  # Rules to configure and make the package.
    7.11  compile_rules()
     8.1 --- a/mplayer/receipt	Mon Nov 02 04:14:01 2015 +0100
     8.2 +++ b/mplayer/receipt	Mon Nov 02 05:11:43 2015 +0100
     8.3 @@ -13,12 +13,12 @@
     8.4  HOST_ARCH="i486"
     8.5  
     8.6  DEPENDS="gtk+ libmad xorg-libXv alsa-lib ncurses \
     8.7 -xorg-libXdamage giflib enca lirc xorg-libXxf86vm esound \
     8.8 -audiofile zlib xorg-libXss"
     8.9 +xorg-libXdamage giflib enca xorg-libXxf86vm \
    8.10 +zlib xorg-libXss"
    8.11  BUILD_DEPENDS="gtk+-dev libmad-dev xorg-libXv-dev \
    8.12  alsa-lib-dev ncurses-dev xorg-libXdamage-dev giflib-dev \
    8.13 -xorg-libXxf86vm-dev esound-dev enca-dev lirc-dev \
    8.14 -zlib-dev xorg-xextproto pkg-config yasm "
    8.15 +xorg-libXxf86vm-dev enca-dev \
    8.16 +zlib-dev xorg-xextproto pkg-config yasm glib-dev"
    8.17  
    8.18  # Rules to configure and make the package.
    8.19  compile_rules()
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/pcre-dev/receipt	Mon Nov 02 05:11:43 2015 +0100
     9.3 @@ -0,0 +1,23 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="pcre-dev"
     9.7 +VERSION="8.35"
     9.8 +CATEGORY="development"
     9.9 +SHORT_DESC="Perl Compatible Regular Expressions devel files."
    9.10 +MAINTAINER="pankso@slitaz.org"
    9.11 +LICENSE="BSD"
    9.12 +WANTED="pcre"
    9.13 +WEB_SITE="http://www.pcre.org/"
    9.14 +HOST_ARCH="i486 arm"
    9.15 +
    9.16 +DEPENDS="pcre pkg-config"
    9.17 +
    9.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.19 +genpkg_rules()
    9.20 +{
    9.21 +    mkdir -p $fs/usr/lib
    9.22 +    cp -a $install/usr/lib/*.*a $fs/usr/lib
    9.23 +    cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    9.24 +    cp -a $install/usr/include $fs/usr
    9.25 +    cp -a $install/usr/bin $fs/usr
    9.26 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/pcre/description.txt	Mon Nov 02 05:11:43 2015 +0100
    10.3 @@ -0,0 +1,2 @@
    10.4 +This is a library of functions to support regular expressions whose syntax and
    10.5 +semantics are as close as possible to those of the Perl 5 language.
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/pcre/receipt	Mon Nov 02 05:11:43 2015 +0100
    11.3 @@ -0,0 +1,31 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="pcre"
    11.7 +VERSION="8.35"
    11.8 +CATEGORY="system-tools"
    11.9 +SHORT_DESC="Perl 5 Compatible Regular Expression Library"
   11.10 +MAINTAINER="pankso@slitaz.org"
   11.11 +LICENSE="BSD"
   11.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.13 +WEB_SITE="http://www.pcre.org/"
   11.14 +WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL"
   11.15 +HOST_ARCH="i486 arm"
   11.16 +
   11.17 +# Rules to configure and make the package.
   11.18 +compile_rules()
   11.19 +{
   11.20 +	./configure \
   11.21 +		--prefix=/usr \
   11.22 +		--enable-unicode-properties \
   11.23 +		--enable-pcre16 \
   11.24 +		--enable-pcre32 \
   11.25 +		$CONFIGURE_ARGS &&
   11.26 +	make && make install
   11.27 +}
   11.28 +
   11.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.30 +genpkg_rules()
   11.31 +{
   11.32 +	mkdir -p $fs/usr/lib
   11.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   11.34 +}