wok rev 15216

Add libotr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 16 12:32:27 2013 +0000 (2013-09-16)
parents 7bb096863642
children f58b65dff59f
files libotr-dev/receipt libotr/receipt udhcpc6-fake/receipt ufr2/receipt umplayer-svn/receipt vice/receipt vidalia/receipt vkeybd/receipt vnc2swf/receipt vym/receipt zvbi-dev/receipt zvbi/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libotr-dev/receipt	Mon Sep 16 12:32:27 2013 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libotr-dev"
     1.7 +VERSION="4.0.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Allows you to have private conversations over messenger."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2 LGPL2.1"
    1.12 +WEB_SITE="http://www.cypherpunks.ca/otr/"
    1.13 +WANTED="libotr"
    1.14 +
    1.15 +DEPENDS="libotr"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.25 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libotr/receipt	Mon Sep 16 12:32:27 2013 +0000
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libotr"
     2.7 +VERSION="4.0.0"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="Allows you to have private conversations over messenger."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL2 LGPL2.1"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://www.cypherpunks.ca/otr/"
    2.14 +WGET_URL="$WEB_SITE$TARBALL"
    2.15 +
    2.16 +DEPENDS="libgcrypt libgpg-error"
    2.17 +BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	cd $src
    2.23 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    2.24 +	make &&
    2.25 +	make DESTDIR=$DESTDIR install
    2.26 +}
    2.27 +
    2.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.29 +genpkg_rules()
    2.30 +{
    2.31 +	mkdir -p $fs/usr/lib
    2.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.33 +	cp -a $install/usr/bin $fs/usr
    2.34 +}
     3.1 --- a/udhcpc6-fake/receipt	Sat Sep 14 17:06:00 2013 +0000
     3.2 +++ b/udhcpc6-fake/receipt	Mon Sep 16 12:32:27 2013 +0000
     3.3 @@ -5,6 +5,7 @@
     3.4  CATEGORY="network"
     3.5  SHORT_DESC="Temporary? udhcpc fake for ipv6 support."
     3.6  MAINTAINER="pascal.bellard@slitaz.org"
     3.7 +LICENSE="BSD"
     3.8  WEB_SITE="http://www.isc.org/products/DHCP/"
     3.9  DEPENDS="dhcp6-client"
    3.10  
     4.1 --- a/ufr2/receipt	Sat Sep 14 17:06:00 2013 +0000
     4.2 +++ b/ufr2/receipt	Mon Sep 16 12:32:27 2013 +0000
     4.3 @@ -3,8 +3,9 @@
     4.4  PACKAGE="ufr2"
     4.5  VERSION="2.20"
     4.6  CATEGORY="system-tools"
     4.7 +SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers"
     4.8  MAINTAINER="jozee@slitaz.org"
     4.9 -SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers"
    4.10 +LICENSE="GPL2"
    4.11  SOURCE="UFR_II_Printer_Driver_for_Linux_V220_uk_EN"
    4.12  TARBALL="${SOURCE}.tar.gz"
    4.13  WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx"
     5.1 --- a/umplayer-svn/receipt	Sat Sep 14 17:06:00 2013 +0000
     5.2 +++ b/umplayer-svn/receipt	Mon Sep 16 12:32:27 2013 +0000
     5.3 @@ -5,14 +5,16 @@
     5.4  CATEGORY="multimedia"
     5.5  SHORT_DESC="Ultimate Multimedia Player (QT MPlayer frontend)"
     5.6  MAINTAINER="paul@slitaz.org"
     5.7 -DEPENDS="mplayer libQtCore libQtGui libQtXml"
     5.8 -BUILD_DEPENDS="subversion qt4 Qt4-dev qmake"
     5.9 +LICENSE="GPL3"
    5.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.11  WEB_SITE="http://www.umplayer.com/" 
    5.12  WGET_URL="subversion|https://umplayer.svn.sourceforge.net/svnroot/umplayer/umplayer/trunk"
    5.13  BRANCH="$VERSION"
    5.14  TAGS="player audio video movie"
    5.15  
    5.16 +DEPENDS="mplayer libQtCore libQtGui libQtXml"
    5.17 +BUILD_DEPENDS="subversion qt4 Qt4-dev qmake"
    5.18 +
    5.19  # Rules to configure and make the package.
    5.20  compile_rules()
    5.21  {
    5.22 @@ -25,8 +27,8 @@
    5.23  genpkg_rules()
    5.24  {
    5.25  	mkdir -p $fs/usr
    5.26 -	cp -a $_pkg/usr/bin $fs/usr
    5.27 -	cp -a $_pkg/usr/share $fs/usr
    5.28 +	cp -a $install/usr/bin $fs/usr
    5.29 +	cp -a $install/usr/share $fs/usr
    5.30  	rm -rf $fs/usr/share/man
    5.31  }
    5.32  
     6.1 --- a/vice/receipt	Sat Sep 14 17:06:00 2013 +0000
     6.2 +++ b/vice/receipt	Mon Sep 16 12:32:27 2013 +0000
     6.3 @@ -5,12 +5,14 @@
     6.4  CATEGORY="games"
     6.5  SHORT_DESC="Commodore 64 and others emulator."
     6.6  MAINTAINER="devl547@gmail.com"
     6.7 -DEPENDS="gtk+"
     6.8 -BUILD_DEPENDS="gtk+-dev"
     6.9 +LICENSE="GPL2"
    6.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.11  WEB_SITE="http://www.viceteam.org/"
    6.12  WGET_URL="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$TARBALL"
    6.13  
    6.14 +DEPENDS="gtk+"
    6.15 +BUILD_DEPENDS="gtk+-dev"
    6.16 +
    6.17  # Rules to configure and make the package.
    6.18  compile_rules()
    6.19  {
     7.1 --- a/vidalia/receipt	Sat Sep 14 17:06:00 2013 +0000
     7.2 +++ b/vidalia/receipt	Mon Sep 16 12:32:27 2013 +0000
     7.3 @@ -5,11 +5,11 @@
     7.4  CATEGORY="network"
     7.5  SHORT_DESC="Controller GUI for the Tor software."
     7.6  MAINTAINER="paul@slitaz.org"
     7.7 +LICENSE="GPL2 LGPL3"
     7.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.9  WEB_SITE="https://www.torproject.org/vidalia/"
    7.10  WGET_URL="https://www.torproject.org/dist/$PACKAGE/$TARBALL"
    7.11  
    7.12 -
    7.13  DEPENDS="tor libQtGui libQtXml libegl-mesa"
    7.14  BUILD_DEPENDS="cmake Qt4-dev wget qmake libegl-mesa openssl-dev"
    7.15  
    7.16 @@ -26,7 +26,7 @@
    7.17  genpkg_rules()
    7.18  {
    7.19  	mkdir -p $fs/usr
    7.20 -	cp -a $_pkg/usr/bin $fs/usr
    7.21 -	cp -a $_pkg/usr/share/ $fs/usr
    7.22 +	cp -a $install/usr/bin $fs/usr
    7.23 +	cp -a $install/usr/share/ $fs/usr
    7.24  }
    7.25  
     8.1 --- a/vkeybd/receipt	Sat Sep 14 17:06:00 2013 +0000
     8.2 +++ b/vkeybd/receipt	Mon Sep 16 12:32:27 2013 +0000
     8.3 @@ -5,6 +5,7 @@
     8.4  CATEGORY="multimedia"
     8.5  SHORT_DESC="Virtual Midi keyboard."
     8.6  MAINTAINER="paul@slitaz.org"
     8.7 +LICENSE="GPL2"
     8.8  WEB_SITE="http://www.alsa-project.org/~tiwai/alsa.html"
     8.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.10  WGET_URL="http://ftp.riken.jp/Linux/suse/people/tiwai/vkeybd/$TARBALL"
     9.1 --- a/vnc2swf/receipt	Sat Sep 14 17:06:00 2013 +0000
     9.2 +++ b/vnc2swf/receipt	Mon Sep 16 12:32:27 2013 +0000
     9.3 @@ -5,17 +5,19 @@
     9.4  CATEGORY="network"
     9.5  SHORT_DESC="VNC recorder"
     9.6  MAINTAINER="pascal.bellard@slitaz.org"
     9.7 +LICENSE="GPL2"
     9.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     9.9  WEB_SITE="http://www.unixuser.org/~euske/vnc2swf"
    9.10  WGET_URL="$WEB_SITE/$TARBALL"
    9.11 +SUGGESTED="x11vnc"
    9.12 +TAGS="vnc"
    9.13 +
    9.14  DEPENDS="gcc-lib-base glibc-base xorg-libICE xorg-libSM xorg-libX11 \
    9.15  xorg-libXau xorg-libXaw xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXpm \
    9.16  xorg-libXt zlib "
    9.17  BUILD_DEPENDS="xorg-libICE-dev xorg-libSM-dev xorg-libX11-dev \
    9.18  xorg-libXau-dev xorg-libXaw-dev xorg-libXdmcp-dev xorg-libXext-dev \
    9.19  xorg-libXmu-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev"
    9.20 -SUGGESTED="x11vnc"
    9.21 -TAGS="vnc"
    9.22  
    9.23  # Rules to configure and make the package.
    9.24  compile_rules()
    9.25 @@ -23,12 +25,12 @@
    9.26  	cd $src
    9.27  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    9.28  	make &&
    9.29 -	make DESTDIR=$src/_pkg install
    9.30 +	make DESTDIR=$DESTDIR install
    9.31  }
    9.32  
    9.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.34  genpkg_rules()
    9.35  {
    9.36  	mkdir -p $fs/usr/
    9.37 -	cp -a $_pkg/usr/X11R6/bin/ $fs/usr/
    9.38 +	cp -a $install/usr/X11R6/bin/ $fs/usr/
    9.39  }
    10.1 --- a/vym/receipt	Sat Sep 14 17:06:00 2013 +0000
    10.2 +++ b/vym/receipt	Mon Sep 16 12:32:27 2013 +0000
    10.3 @@ -5,12 +5,14 @@
    10.4  CATEGORY="utilities"
    10.5  SHORT_DESC="A mindmapping tool"
    10.6  MAINTAINER="rocky@slitaz.org"
    10.7 -DEPENDS="libQtCore libQtNetwork libQtXml libQtSql libQtGui libQt3Support zip"
    10.8 -BUILD_DEPENDS="qmake Qt4-dev"
    10.9 +LICENSE="GPL2"
   10.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.11  WEB_SITE="http://www.insilmaril.de/vym/"
   10.12  WGET_URL="$SF_MIRROR/vym/$TARBALL"
   10.13  
   10.14 +DEPENDS="libQtCore libQtNetwork libQtXml libQtSql libQtGui libQt3Support zip"
   10.15 +BUILD_DEPENDS="qmake Qt4-dev"
   10.16 +
   10.17  # Rules to configure and make the package.
   10.18  compile_rules()
   10.19  {
   10.20 @@ -18,15 +20,15 @@
   10.21  	echo $src
   10.22  	qmake PREFIX=/usr &&
   10.23  	make &&
   10.24 -	make INSTALL_ROOT=$PWD/_pkg install
   10.25 +	make INSTALL_ROOT=$DESTDIR install
   10.26  }
   10.27  
   10.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.29  genpkg_rules()
   10.30  {
   10.31  	mkdir -p $fs/usr/share/icons/hicolor/48x48/apps
   10.32 -	cp -a $_pkg/usr/bin $fs/usr
   10.33 -	cp -a $_pkg/usr/share $fs/usr
   10.34 -	cp $_pkg/usr/share/vym/icons/vym.png $fs/usr/share/icons/hicolor/48x48/apps/
   10.35 +	cp -a $install/usr/bin $fs/usr
   10.36 +	cp -a $install/usr/share $fs/usr
   10.37 +	cp $install/usr/share/vym/icons/vym.png $fs/usr/share/icons/hicolor/48x48/apps/
   10.38  	rm -rf $fs/usr/share/vym/lang
   10.39  }
    11.1 --- a/zvbi-dev/receipt	Sat Sep 14 17:06:00 2013 +0000
    11.2 +++ b/zvbi-dev/receipt	Mon Sep 16 12:32:27 2013 +0000
    11.3 @@ -5,15 +5,17 @@
    11.4  CATEGORY="development"
    11.5  SHORT_DESC="devel files for zvbi"
    11.6  MAINTAINER="slaxemulator@gmail.com"
    11.7 -DEPENDS="zvbi"
    11.8 +LICENSE="GPL2"
    11.9  WEB_SITE="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome"
   11.10  WANTED="zvbi"
   11.11  
   11.12 +DEPENDS="zvbi"
   11.13 +
   11.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.15  genpkg_rules()
   11.16  {
   11.17  	mkdir -p $fs/usr/lib
   11.18 -	cp -a $_pkg/usr/include $fs/usr
   11.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   11.20 +	cp -a $install/usr/include $fs/usr
   11.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   11.22  }
   11.23  
    12.1 --- a/zvbi/receipt	Sat Sep 14 17:06:00 2013 +0000
    12.2 +++ b/zvbi/receipt	Mon Sep 16 12:32:27 2013 +0000
    12.3 @@ -5,12 +5,14 @@
    12.4  CATEGORY="multimedia"
    12.5  SHORT_DESC="VBI capture and decoding library."
    12.6  MAINTAINER="slaxemulator@gmail.com"
    12.7 -DEPENDS="libpng xorg-libX11"
    12.8 -BUILD_DEPENDS="libpng-dev xorg-libX11-dev zlib-dev"
    12.9 +LICENSE="GPL2"
   12.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   12.11  WEB_SITE="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome"
   12.12  WGET_URL="$SF_MIRROR/zapping/$TARBALL"
   12.13  
   12.14 +DEPENDS="libpng xorg-libX11"
   12.15 +BUILD_DEPENDS="libpng-dev xorg-libX11-dev zlib-dev"
   12.16 +
   12.17  # Rules to configure and make the package.
   12.18  compile_rules()
   12.19  {
   12.20 @@ -22,15 +24,15 @@
   12.21  		--mandir=/usr/share/man \
   12.22  		--disable-static \
   12.23  		$CONFIGURE_ARGS &&
   12.24 -	make && make DESTDIR=$PWD/_pkg install
   12.25 +	make && make DESTDIR=$DESTDIR install
   12.26  }
   12.27  
   12.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.29  genpkg_rules()
   12.30  {
   12.31  	mkdir -p $fs/usr/lib
   12.32 -	cp -a $_pkg/usr/bin $fs/usr
   12.33 -	cp -a $_pkg/usr/sbin $fs/usr
   12.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   12.35 +	cp -a $install/usr/bin $fs/usr
   12.36 +	cp -a $install/usr/sbin $fs/usr
   12.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   12.38  }
   12.39