wok-undigest rev 849

Move to wok: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 09:21:58 2012 +0200 (2012-09-11)
parents 253e887b6cec
children c4ea826d9605
files 0install/receipt androguard/receipt burp/receipt ibus-dev/receipt ibus-hangul/receipt ibus/receipt smx-dev/receipt smx/receipt uemacs/receipt
line diff
     1.1 --- a/0install/receipt	Thu Sep 06 16:50:53 2012 +0200
     1.2 +++ b/0install/receipt	Tue Sep 11 09:21:58 2012 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://ignum.dl.sourceforge.net/project/zero-install/injector/$VERSION/$TARBALL"
     1.5  
     1.6  DEPENDS="pygtk xdg-utils"
     1.7 -BUILD_DEPENDS="python pygobject pcre pcre-dev"
     1.8 +BUILD_DEPENDS="python pygobject"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/androguard/receipt	Thu Sep 06 16:50:53 2012 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="androguard"
     2.7 -VERSION="1.5"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="Reverse engineering tool for Android applications."
    2.10 -MAINTAINER="pascal.bellard@slitaz.org"
    2.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.12 -WEB_SITE="http://code.google.com/p/$PACKAGE"
    2.13 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    2.14 -
    2.15 -DEPENDS="python"
    2.16 -BUILD_DEPENDS="python-dev setuptools"
    2.17 -
    2.18 -# Rules to configure and make the package.
    2.19 -compile_rules()
    2.20 -{
    2.21 -	cd $src
    2.22 -	python setup.py build &&
    2.23 -	python setup.py install --root=$DESTDIR
    2.24 -}
    2.25 -
    2.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 -genpkg_rules()
    2.28 -{
    2.29 -	cp -a $install/usr $fs
    2.30 -}
     3.1 --- a/burp/receipt	Thu Sep 06 16:50:53 2012 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,33 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="burp"
     3.7 -VERSION="1.3.10"
     3.8 -CATEGORY="utilities"
     3.9 -SHORT_DESC="KISS Bakcup and Restore Program"
    3.10 -MAINTAINER="pascal.bellard@slitaz.org"
    3.11 -WEB_SITE="http://burp.grke.net/"
    3.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.13 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    3.14 -
    3.15 -DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base"
    3.16 -BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \
    3.17 -bzip2-dev zlib-dev"
    3.18 -
    3.19 -# Rules to configure and make the package.
    3.20 -compile_rules()
    3.21 -{
    3.22 -	cd $src
    3.23 -	./configure --prefix=/usr \
    3.24 -		--sbindir=/usr/sbin \
    3.25 -		--sysconfdir=/etc \
    3.26 -		--mandir=/usr/share/man \
    3.27 -		--infodir=/usr/share/info \
    3.28 -		$CONFIGURE_ARGS &&
    3.29 -	make && make DESTDIR=$DESTDIR install
    3.30 -}
    3.31 -
    3.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.33 -genpkg_rules()
    3.34 -{
    3.35 -	cp -a $install/* $fs
    3.36 -}
     4.1 --- a/ibus-dev/receipt	Thu Sep 06 16:50:53 2012 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,21 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="ibus-dev"
     4.7 -VERSION="1.4.2"
     4.8 -CATEGORY="development"
     4.9 -SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files"
    4.10 -MAINTAINER="pascal.bellard@slitaz.org"
    4.11 -WEB_SITE="http://code.google.com/p/ibus/"
    4.12 -WANTED="ibus"
    4.13 -
    4.14 -DEPENDS="ibus"
    4.15 -BUILD_DEPENDS=""
    4.16 -
    4.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.18 -genpkg_rules()
    4.19 -{
    4.20 -	mkdir $fs/usr/lib
    4.21 -	cp -a $install/usr/include $fs/usr
    4.22 -	cp -a $install/usr/lib $fs/usr
    4.23 -	find $install/usr/lib | grep '\.so' | xargs rm -f
    4.24 -}
     5.1 --- a/ibus-hangul/receipt	Thu Sep 06 16:50:53 2012 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,32 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="ibus-hangul"
     5.7 -VERSION="1.4.1"
     5.8 -CATEGORY="utilities"
     5.9 -SHORT_DESC="Intelligent Input Bus"
    5.10 -MAINTAINER="pascal.bellard@slitaz.org"
    5.11 -WEB_SITE="http://code.google.com/p/ibus/"
    5.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.13 -WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
    5.14 -
    5.15 -DEPENDS="ibus"
    5.16 -BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev"
    5.17 -
    5.18 -# Rules to configure and make the package.
    5.19 -compile_rules()
    5.20 -{
    5.21 -	cd $src
    5.22 -	./configure --prefix=/usr \
    5.23 -		--mandir=/usr/share/man \
    5.24 -		--infodir=/usr/share/info \
    5.25 -		--disable-gtk3 \
    5.26 -		--with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
    5.27 -		$CONFIGURE_ARGS &&
    5.28 -	make && make -k DESTDIR=$DESTDIR install
    5.29 -}
    5.30 -
    5.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.32 -genpkg_rules()
    5.33 -{
    5.34 -	cp -a $install/* $fs
    5.35 -}
     6.1 --- a/ibus/receipt	Thu Sep 06 16:50:53 2012 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,37 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="ibus"
     6.7 -VERSION="1.4.2"
     6.8 -CATEGORY="utilities"
     6.9 -SHORT_DESC="Intelligent Input Bus for Linux / Unix OS"
    6.10 -MAINTAINER="pascal.bellard@slitaz.org"
    6.11 -WEB_SITE="http://code.google.com/p/ibus/"
    6.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.13 -WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
    6.14 -
    6.15 -DEPENDS="gtk+"
    6.16 -BUILD_DEPENDS="gtk+-dev GConf-dev python-dev dbus-python-dev dbus-glib-dev \
    6.17 -intltool gettext perl iso-codes"
    6.18 -
    6.19 -# Rules to configure and make the package.
    6.20 -compile_rules()
    6.21 -{
    6.22 -	cd $src
    6.23 -	./configure --prefix=/usr \
    6.24 -		--mandir=/usr/share/man \
    6.25 -		--infodir=/usr/share/info \
    6.26 -		--disable-gtk3 \
    6.27 -		--with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
    6.28 -		$CONFIGURE_ARGS &&
    6.29 -	make && make -k DESTDIR=$DESTDIR install
    6.30 -}
    6.31 -
    6.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.33 -genpkg_rules()
    6.34 -{
    6.35 -	cp -a $install/* $fs
    6.36 -	rm -rf $install/usr/include
    6.37 -	rm -rf $install/usr/lib/pkgconfig
    6.38 -	rm -rf $install/usr/share/gtk-doc
    6.39 -	find $install/usr/lib | grep 'a$' | xargs rm -f
    6.40 -}
     7.1 --- a/smx-dev/receipt	Thu Sep 06 16:50:53 2012 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,19 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="smx-dev"
     7.7 -VERSION="1.1.4-454"
     7.8 -CATEGORY="development"
     7.9 -SHORT_DESC="text-embedded macro processing language, development files."
    7.10 -MAINTAINER="pascal.bellard@slitaz.org"
    7.11 -WEB_SITE="http://www.smxlang.org/"
    7.12 -WANTED="smx"
    7.13 -
    7.14 -DEPENDS="smx"
    7.15 -
    7.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.17 -genpkg_rules()
    7.18 -{
    7.19 -	mkdir -p $fs/usr/lib
    7.20 -	cp -a $install/usr/include $fs/usr
    7.21 -	cp -a $install/usr/lib/*a $fs/usr/lib
    7.22 -}
     8.1 --- a/smx/receipt	Thu Sep 06 16:50:53 2012 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,34 +0,0 @@
     8.4 -# SliTaz package receipt.
     8.5 -
     8.6 -PACKAGE="smx"
     8.7 -VERSION="1.1.4-454"
     8.8 -CATEGORY="development"
     8.9 -SHORT_DESC="text-embedded macro processing language."
    8.10 -MAINTAINER="pascal.bellard@slitaz.org"
    8.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    8.12 -WEB_SITE="http://www.smxlang.org/"
    8.13 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    8.14 -
    8.15 -DEPENDS="unixODBC sqlite libgd libcrypto gcc-lib-base zlib"
    8.16 -BUILD_DEPENDS="apache-dev apr-dev apr-util-dev unixODBC-dev \
    8.17 -sqlite libgd-dev openssl-dev"
    8.18 -
    8.19 -# Rules to configure and make the package.
    8.20 -compile_rules()
    8.21 -{
    8.22 -	cd $src
    8.23 -	./configure \
    8.24 -		--prefix=/usr \
    8.25 -		--mandir=/usr/share/man \
    8.26 -		$CONFIGURE_ARGS &&
    8.27 -	make &&
    8.28 -	make DESTDIR=$DESTDIR install
    8.29 -}
    8.30 -
    8.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.32 -genpkg_rules()
    8.33 -{
    8.34 -	mkdir -p $fs/usr/lib
    8.35 -	cp -a $install/usr/bin $fs/usr
    8.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    8.37 -}
     9.1 --- a/uemacs/receipt	Thu Sep 06 16:50:53 2012 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,29 +0,0 @@
     9.4 -# SliTaz package receipt.
     9.5 -
     9.6 -PACKAGE="uemacs"
     9.7 -VERSION="20120715"
     9.8 -CATEGORY="development"
     9.9 -SHORT_DESC="Tiny emacs clone."
    9.10 -MAINTAINER="pascal.bellard@slitaz.org"
    9.11 -TARBALL="$SOURCE-$VERSION.tar.gz"
    9.12 -WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git"
    9.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.14 -WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
    9.15 -TAGS="editor"
    9.16 -
    9.17 -DEPENDS=""
    9.18 -BUILD_DEPENDS="git ncurses-dev"
    9.19 -
    9.20 -# Rules to configure and make the package.
    9.21 -compile_rules()
    9.22 -{
    9.23 -	cd $src
    9.24 -	make
    9.25 -}
    9.26 -
    9.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    9.28 -genpkg_rules()
    9.29 -{
    9.30 -	mkdir -p $fs/usr/bin
    9.31 -	cp -a $src/em $fs/usr/bin
    9.32 -}