wok rev 2683

Add: libev
author Mallory MOLLO <mallory@skyrock.com>
date Wed Apr 22 17:08:17 2009 +0200 (2009-04-22)
parents 2ff1cea175be
children b2dc7e5e4d6b
files cairo/receipt firefox/receipt firefox/stuff/firefox.mozconfig libev-dev/receipt libev/receipt xorg-xproto/receipt zip/receipt
line diff
     1.1 --- a/cairo/receipt	Wed Apr 22 13:49:02 2009 +0200
     1.2 +++ b/cairo/receipt	Wed Apr 22 17:08:17 2009 +0200
     1.3 @@ -20,6 +20,7 @@
     1.4  		--prefix=/usr \
     1.5   		--mandir=/usr/share/man \
     1.6  		--with-html-dir=/usr/share/doc \
     1.7 +        --enable-xcb \
     1.8   		$CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
     2.1 --- a/firefox/receipt	Wed Apr 22 13:49:02 2009 +0200
     2.2 +++ b/firefox/receipt	Wed Apr 22 17:08:17 2009 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="firefox"
     2.7 -VERSION="3.0.8"
     2.8 +VERSION="3.0.9"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="User friendly, secure and fast web browser."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/firefox/stuff/firefox.mozconfig	Wed Apr 22 13:49:02 2009 +0200
     3.2 +++ b/firefox/stuff/firefox.mozconfig	Wed Apr 22 17:08:17 2009 +0200
     3.3 @@ -1,3 +1,5 @@
     3.4 +. $topsrcdir/browser/config/mozconfig
     3.5 +
     3.6  export MOZILLA_OFFICIAL="1"
     3.7  export BUILD_OFFICIAL="1"
     3.8  export MOZ_PHOENIX=1
     3.9 @@ -38,7 +40,7 @@
    3.10  ac_add_options --with-pthreads
    3.11  #ac_add_options --enable-svg
    3.12  #ac_add_options --enable-svg-renderer=cairo
    3.13 -ac_add_options --enable-application=browser
    3.14 +#ac_add_options --enable-application=browser
    3.15  ac_add_options --disable-negotiateauth
    3.16  ac_add_options --disable-jsd
    3.17  #ac_add_options --disable-printing
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/libev-dev/receipt	Wed Apr 22 17:08:17 2009 +0200
     4.3 @@ -0,0 +1,20 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="libev-dev"
     4.7 +VERSION="3.53"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="libev development files"
    4.10 +MAINTAINER="mallory@sweetpeople.org"
    4.11 +WANTED="libev"
    4.12 +WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    4.13 +
    4.14 +
    4.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.16 +genpkg_rules()
    4.17 +{
    4.18 +    mkdir -p $fs/usr/lib
    4.19 +	cp -a $_pkg/usr/include $fs/usr
    4.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    4.21 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    4.22 +}
    4.23 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/libev/receipt	Wed Apr 22 17:08:17 2009 +0200
     5.3 @@ -0,0 +1,31 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="libev"
     5.7 +VERSION="3.53"
     5.8 +CATEGORY="system-tools"
     5.9 +SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs."
    5.10 +MAINTAINER="mallory@sweetpeople.org"
    5.11 +DEPENDS=""
    5.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.13 +WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    5.14 +WGET_URL="http://dist.schmorp.de/libev/$TARBALL"
    5.15 +
    5.16 +# Rules to configure and make the package.
    5.17 +compile_rules()
    5.18 +{
    5.19 +	cd $src
    5.20 +	./configure \
    5.21 +		--prefix=/usr \
    5.22 +		--infodir=/usr/share/info \
    5.23 +		--mandir=/usr/share/man \
    5.24 +		$CONFIGURE_ARGS &&
    5.25 +	make && make DESTDIR=$PWD/_pkg install
    5.26 +}
    5.27 +
    5.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.29 +genpkg_rules()
    5.30 +{
    5.31 +    mkdir -p $fs/usr/lib 
    5.32 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    5.33 +}
    5.34 +
     6.1 --- a/xorg-xproto/receipt	Wed Apr 22 13:49:02 2009 +0200
     6.2 +++ b/xorg-xproto/receipt	Wed Apr 22 17:08:17 2009 +0200
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="xorg-xproto"
     6.7 -VERSION="7.0.10"
     6.8 +VERSION="7.0.11"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="Xorg server module."
    6.11  MAINTAINER="pankso@slitaz.org"
     7.1 --- a/zip/receipt	Wed Apr 22 13:49:02 2009 +0200
     7.2 +++ b/zip/receipt	Wed Apr 22 17:08:17 2009 +0200
     7.3 @@ -1,17 +1,18 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="zip"
     7.7 -VERSION="2.32"
     7.8 +VERSION="3.0"
     7.9  CATEGORY="utilities"
    7.10  SHORT_DESC="Compressor utilities compatible with the DOS PKZIP."
    7.11  MAINTAINER="pankso@slitaz.org"
    7.12 -TARBALL="zip232.tar.gz"
    7.13 +TARBALL="zip30.tgz"
    7.14  WEB_SITE="http://www.info-zip.org/"
    7.15 -WGET_URL="ftp://ftp.dante.de/tex-archive/tools/zip/info-zip/src/$TARBALL"
    7.16 +WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
    7.17  
    7.18  # Rules to configure and make the package.
    7.19  compile_rules()
    7.20  {
    7.21 +    mv zip30 zip-3.0
    7.22  	cd $src
    7.23  	make -f unix/Makefile generic_gcc
    7.24  }