wok-stable rev 252

ADD: lzo, lzo-dev, startup-notification, startup-notification-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 24 02:29:49 2008 +0100 (2008-02-24)
parents 39ab194bbbef
children e43e61bd447a
files inkscape/receipt linux/receipt lzo-dev/receipt lzo/receipt portmap/receipt startup-notification-dev/receipt startup-notification/receipt
line diff
     1.1 --- a/inkscape/receipt	Fri Feb 22 14:36:45 2008 +0100
     1.2 +++ b/inkscape/receipt	Sun Feb 24 02:29:49 2008 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Vector drawing application."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm libxml2 libpng popt"
     1.7 -BUILD_DEPENDS="gc-dev gtk+-dev libxslt-dev libsigc++-dev glibmm-dev gtkmm-dev"
     1.8 +BUILD_DEPENDS="gc-dev gtk+-dev libxslt-dev libsigc++-dev glibmm-dev gtkmm-dev popt-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.inkscape.org/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     2.1 --- a/linux/receipt	Fri Feb 22 14:36:45 2008 +0100
     2.2 +++ b/linux/receipt	Sun Feb 24 02:29:49 2008 +0100
     2.3 @@ -14,15 +14,14 @@
     2.4  {
     2.5      cd $src
     2.6      # lzma and boot patch from pascal
     2.7 -    patch -p1 < ../stuff/boot-kernel.u
     2.8 -    patch -p1 < ../stuff/$PACKAGE-lzma-$VERSION.u
     2.9 -    patch -p1 < ../stuff/decompress_unlzma.u
    2.10 +    patch -Np1 < ../stuff/boot-kernel.u
    2.11 +    patch -Np1 < ../stuff/$PACKAGE-lzma-$VERSION.u
    2.12 +    patch -Np1 < ../stuff/decompress_unlzma.u
    2.13      make mrproper
    2.14 -    cp ../stuff/$PACKAGE-$VERSION-slitaz.config .config
    2.15 -    patch -p1 < ../stuff/config-acpi-$VERSION.u
    2.16 -    make oldconfig
    2.17 -    make bzImage
    2.18 -    make modules
    2.19 +    cp ../stuff/$PACKAGE-$VERSION-slitaz-acpi.config .config 
    2.20 +    make oldconfig && \
    2.21 +    make bzImage && \
    2.22 +    make modules  &&\
    2.23      make INSTALL_MOD_PATH=$PWD/_pkg modules_install
    2.24  }
    2.25  
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/lzo-dev/receipt	Sun Feb 24 02:29:49 2008 +0100
     3.3 @@ -0,0 +1,22 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="lzo"
     3.7 +VERSION="2.02"
     3.8 +CATEGORY="system-tools"
     3.9 +SHORT_DESC="Data compression developpement library "
    3.10 +MAINTAINER="Erjo <erjo@slitaz.org>"
    3.11 +DEPENDS="lzo"
    3.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.13 +WANTED="lzo"
    3.14 +WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
    3.15 +
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib 
    3.21 +	cp -a $_pkg/usr/include $fs/usr
    3.22 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    3.23 +	strip -s $fs/usr/lib/*.a
    3.24 +}
    3.25 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/lzo/receipt	Sun Feb 24 02:29:49 2008 +0100
     4.3 @@ -0,0 +1,30 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="lzo"
     4.7 +VERSION="2.02"
     4.8 +CATEGORY="system-tools"
     4.9 +SHORT_DESC="Data compression library"
    4.10 +MAINTAINER="Erjo <erjo@slitaz.org>"
    4.11 +DEPENDS=""
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.13 +WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
    4.14 +WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
    4.15 +
    4.16 +# Rules to configure and make the package.
    4.17 +compile_rules()
    4.18 +{
    4.19 +	cd $src
    4.20 +	./configure --prefix=/usr \
    4.21 +	--enable-shared $CONFIGURE_ARGS
    4.22 +	make
    4.23 +	make DESTDIR=$PWD/_pkg install
    4.24 +}
    4.25 +
    4.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.27 +genpkg_rules()
    4.28 +{
    4.29 +	mkdir -p $fs/usr/lib 
    4.30 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.31 +	strip -s $fs/usr/lib/*.so*
    4.32 +}
    4.33 +
     5.1 --- a/portmap/receipt	Fri Feb 22 14:36:45 2008 +0100
     5.2 +++ b/portmap/receipt	Sun Feb 24 02:29:49 2008 +0100
     5.3 @@ -1,16 +1,15 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="portmap"
     5.7 -VERSION="5beta"
     5.8 +VERSION="6.0"
     5.9  CATEGORY="network"
    5.10  SHORT_DESC="RPC portmapper"
    5.11  MAINTAINER="Erjo <erjo@slitaz.org>"
    5.12  DEPENDS=""
    5.13 -TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    5.14 -WEB_SITE="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/portmap.html"
    5.15 -WGET_URL="ftp://ftp.porcupine.org/pub/security/${TARBALL}"
    5.16 +TARBALL="${PACKAGE}-${VERSION}.tgz"
    5.17 +WEB_SITE="http://neil.brown.name/portmap/"
    5.18 +WGET_URL="http://neil.brown.name/portmap/$TARBALL"
    5.19  
    5.20 -src=${PACKAGE}_${VERSION}	
    5.21  
    5.22  # rules to configure and make the package.
    5.23  compile_rules()
    5.24 @@ -20,14 +19,9 @@
    5.25  	src=${PACKAGE}_${VERSION}	
    5.26  	cd $src
    5.27  	
    5.28 -	# Applying some patches 
    5.29 -	# see Beyond Linux From Scratch for details.
    5.30 -	patch -Np1 -i ../stuff/portmap-5beta-compilation_fixes-3.patch
    5.31 -	patch -Np1 -i ../stuff/portmap-5beta-glibc_errno_fix-1.patch
    5.32 -	patch -Np1 -i ../stuff/portmap-5beta-disable-tcp_wrapper.patch
    5.33 -	
    5.34  	# Build 
    5.35 -	make
    5.36 +	# Disabling TCP_WRAPPER with NO_TCP_WRAPPER variable
    5.37 +	NO_TCP_WRAPPER=1  make
    5.38  }
    5.39  
    5.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.41 @@ -41,22 +35,18 @@
    5.42  	cp -a $src/pmap_dump $fs/usr/sbin
    5.43  	cp -a $src/pmap_set $fs/usr/sbin
    5.44  	cp -a $src/portmap $fs/usr/sbin
    5.45 +
    5.46  	strip -s $fs/usr/sbin/*
    5.47  	
    5.48 -	mkdir -p $fs/etc
    5.49 -	cp -a stuff/init.d $fs/etc
    5.50 +	mkdir -p $fs/etc/init.d
    5.51 +	install -g root -o root -m 0755 stuff/init.d/portmap $fs/etc/init.d
    5.52 +	
    5.53 +	
    5.54  }
    5.55  
    5.56  
    5.57  post_install()
    5.58  {
    5.59 -	local root
    5.60 -	root=$1
    5.61 -	echo "Processing some post-install commands..."
    5.62 -	
    5.63 -	chown root.root $root/etc/init.d/portmap
    5.64 -	chmod 0755 $root/etc/init.d/portmap
    5.65 -	
    5.66  	# Post message when installing.
    5.67  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    5.68          echo "/etc/init.d/$PACKAGE start"
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/startup-notification-dev/receipt	Sun Feb 24 02:29:49 2008 +0100
     6.3 @@ -0,0 +1,25 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="startup-notification-dev"
     6.7 +VERSION="0.9"
     6.8 +CATEGORY="x-windows"
     6.9 +SHORT_DESC="Startup notification protocol developpement files"
    6.10 +MAINTAINER="Erjo <erjo@slitaz.org>"
    6.11 +DEPENDS=""
    6.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.13 +WANTED="startup-notification"
    6.14 +WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
    6.15 +
    6.16 +
    6.17 +
    6.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.19 +genpkg_rules()
    6.20 +{
    6.21 +	mkdir -p $fs/usr/lib $fs/usr/include
    6.22 +
    6.23 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    6.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    6.25 +	cp -a $_pkg/usr/include $fs/usr
    6.26 +	
    6.27 +	strip -s $fs/usr/lib/*.a
    6.28 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/startup-notification/receipt	Sun Feb 24 02:29:49 2008 +0100
     7.3 @@ -0,0 +1,30 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="startup-notification"
     7.7 +VERSION="0.9"
     7.8 +CATEGORY="x-windows"
     7.9 +SHORT_DESC="Startup notification protocol"
    7.10 +MAINTAINER="Erjo <erjo@slitaz.org>"
    7.11 +DEPENDS=""
    7.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.13 +WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
    7.14 +WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
    7.15 +
    7.16 +# Rules to configure and make the package.
    7.17 +compile_rules()
    7.18 +{
    7.19 +	cd $src
    7.20 +	./configure -C --prefix=/usr $CONFIGURE_ARGS
    7.21 +
    7.22 +	make
    7.23 +	make DESTDIR=$PWD/_pkg install
    7.24 +}
    7.25 +
    7.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.27 +genpkg_rules()
    7.28 +{
    7.29 +	mkdir -p $fs/usr/lib
    7.30 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    7.31 +	strip -s $fs/usr/lib/*.so*
    7.32 +}
    7.33 +