# HG changeset patch # User Pascal Bellard # Date 1347348118 -7200 # Node ID b4016488970b26461725b6af7c9e43a3a00e5ded # Parent 253e887b6cecd4c58b6d5deda6276514a3ac81f1 Move to wok: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev diff -r 253e887b6cec -r b4016488970b 0install/receipt --- a/0install/receipt Thu Sep 06 16:50:53 2012 +0200 +++ b/0install/receipt Tue Sep 11 09:21:58 2012 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://ignum.dl.sourceforge.net/project/zero-install/injector/$VERSION/$TARBALL" DEPENDS="pygtk xdg-utils" -BUILD_DEPENDS="python pygobject pcre pcre-dev" +BUILD_DEPENDS="python pygobject" # Rules to configure and make the package. compile_rules() diff -r 253e887b6cec -r b4016488970b androguard/receipt --- a/androguard/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="androguard" -VERSION="1.5" -CATEGORY="development" -SHORT_DESC="Reverse engineering tool for Android applications." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://code.google.com/p/$PACKAGE" -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" - -DEPENDS="python" -BUILD_DEPENDS="python-dev setuptools" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py build && - python setup.py install --root=$DESTDIR -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/usr $fs -} diff -r 253e887b6cec -r b4016488970b burp/receipt --- a/burp/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="burp" -VERSION="1.3.10" -CATEGORY="utilities" -SHORT_DESC="KISS Bakcup and Restore Program" -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://burp.grke.net/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base" -BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \ -bzip2-dev zlib-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr \ - --sbindir=/usr/sbin \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 253e887b6cec -r b4016488970b ibus-dev/receipt --- a/ibus-dev/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ibus-dev" -VERSION="1.4.2" -CATEGORY="development" -SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files" -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://code.google.com/p/ibus/" -WANTED="ibus" - -DEPENDS="ibus" -BUILD_DEPENDS="" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib $fs/usr - find $install/usr/lib | grep '\.so' | xargs rm -f -} diff -r 253e887b6cec -r b4016488970b ibus-hangul/receipt --- a/ibus-hangul/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ibus-hangul" -VERSION="1.4.1" -CATEGORY="utilities" -SHORT_DESC="Intelligent Input Bus" -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://code.google.com/p/ibus/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://ibus.googlecode.com/files/$TARBALL" - -DEPENDS="ibus" -BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --disable-gtk3 \ - --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \ - $CONFIGURE_ARGS && - make && make -k DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 253e887b6cec -r b4016488970b ibus/receipt --- a/ibus/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ibus" -VERSION="1.4.2" -CATEGORY="utilities" -SHORT_DESC="Intelligent Input Bus for Linux / Unix OS" -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://code.google.com/p/ibus/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://ibus.googlecode.com/files/$TARBALL" - -DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev GConf-dev python-dev dbus-python-dev dbus-glib-dev \ -intltool gettext perl iso-codes" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --disable-gtk3 \ - --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \ - $CONFIGURE_ARGS && - make && make -k DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs - rm -rf $install/usr/include - rm -rf $install/usr/lib/pkgconfig - rm -rf $install/usr/share/gtk-doc - find $install/usr/lib | grep 'a$' | xargs rm -f -} diff -r 253e887b6cec -r b4016488970b smx-dev/receipt --- a/smx-dev/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="smx-dev" -VERSION="1.1.4-454" -CATEGORY="development" -SHORT_DESC="text-embedded macro processing language, development files." -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://www.smxlang.org/" -WANTED="smx" - -DEPENDS="smx" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib -} diff -r 253e887b6cec -r b4016488970b smx/receipt --- a/smx/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="smx" -VERSION="1.1.4-454" -CATEGORY="development" -SHORT_DESC="text-embedded macro processing language." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.smxlang.org/" -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" - -DEPENDS="unixODBC sqlite libgd libcrypto gcc-lib-base zlib" -BUILD_DEPENDS="apache-dev apr-dev apr-util-dev unixODBC-dev \ -sqlite libgd-dev openssl-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 253e887b6cec -r b4016488970b uemacs/receipt --- a/uemacs/receipt Thu Sep 06 16:50:53 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="uemacs" -VERSION="20120715" -CATEGORY="development" -SHORT_DESC="Tiny emacs clone." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" -TAGS="editor" - -DEPENDS="" -BUILD_DEPENDS="git ncurses-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin - cp -a $src/em $fs/usr/bin -}