wok-current rev 21899
updated seed and seed-dev (3.2.0 -> 3.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 20:41:17 2019 +0100 (2019-10-03) |
parents | a4165ad7b30b |
children | a1dd9bbc35b6 |
files | seed-dev/receipt seed/receipt |
line diff
1.1 --- a/seed-dev/receipt Thu Oct 03 20:17:44 2019 +0100 1.2 +++ b/seed-dev/receipt Thu Oct 03 20:41:17 2019 +0100 1.3 @@ -1,24 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="seed-dev" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.8.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Gnome JavaScript REPL/Interpreter devel files." 1.11 +SHORT_DESC="Gnome JavaScript REPL/Interpreter - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="https://www.gnome.org/" 1.15 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/Seed" 1.16 + 1.17 +DEPENDS="cairo-dev dbus-dev dbus-glib-dev gmp-dev gnome-js-common \ 1.18 + gobject-introspection-dev libffi-dev libwebkit-dev mpfr-dev \ 1.19 + libxslt-dev pkg-config readline-dev util-linux-uuid-dev" # really? 1.20 WANTED="seed" 1.21 1.22 -DEPENDS="libffi-dev libwebkit-dev gobject-introspection-dev dbus-dev \ 1.23 -dbus-glib-dev readline-dev mpfr-dev gmp-dev libxslt-dev util-linux-uuid-dev \ 1.24 -cairo-dev gnome-js-common pkg-config" 1.25 - 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib/seed 1.30 - cp -a $install/usr/include $fs/usr 1.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.33 - cp -a $install/usr/lib/seed/*.*a $fs/usr/lib/seed 1.34 + 1.35 + cp -a $install/usr/include $fs/usr 1.36 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.37 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.38 + cp -a $install/usr/lib/seed/*.*a $fs/usr/lib/seed 1.39 }
2.1 --- a/seed/receipt Thu Oct 03 20:17:44 2019 +0100 2.2 +++ b/seed/receipt Thu Oct 03 20:41:17 2019 +0100 2.3 @@ -1,37 +1,40 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="seed" 2.7 -VERSION="3.2.0" 2.8 +VERSION="3.8.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Gnome JavaScript REPL/Interpreter." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="GPL2" 2.13 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/Seed" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.16 -WEB_SITE="https://www.gnome.org/" 2.17 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.18 2.19 -DEPENDS="libffi libwebkit gobject-introspection dbus dbus-glib readline \ 2.20 -mpfr gmp libxslt util-linux-uuid cairo gnome-js-common" 2.21 -BUILD_DEPENDS="libffi-dev libwebkit-dev gobject-introspection-dev dbus-dev \ 2.22 -dbus-glib-dev readline-dev mpfr-dev gmp-dev libxslt-dev util-linux-uuid-dev \ 2.23 -cairo-dev gnome-js-common intltool gtk+-dev" 2.24 +DEPENDS="cairo dbus dbus-glib gmp gnome-js-common gobject-introspection \ 2.25 + libffi libwebkit libxslt mpfr readline util-linux-uuid" 2.26 +BUILD_DEPENDS="cairo-dev dbus-dev dbus-glib-dev gmp-dev gnome-js-common \ 2.27 + gobject-introspection-dev gtk+-dev intltool libffi-dev \ 2.28 + libwebkit-dev libxslt-dev mpfr-dev readline-dev util-linux-uuid-dev" 2.29 2.30 # Rules to configure and make the package. 2.31 compile_rules() 2.32 { 2.33 - cd $src 2.34 - ./configure \ 2.35 - --with-webkit=1.0 \ 2.36 + ./configure \ 2.37 + --with-webkit=1.0 \ 2.38 $CONFIGURE_ARGS && 2.39 - make && make install 2.40 + make && 2.41 + make install 2.42 } 2.43 2.44 # Rules to gen a SliTaz package suitable for Tazpkg. 2.45 genpkg_rules() 2.46 { 2.47 - mkdir -p $fs/usr/lib/seed $fs/usr/share 2.48 - cp -a $install/usr/bin $fs/usr 2.49 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.50 - cp -a $install/usr/lib/seed/*.so* $fs/usr/lib/seed 2.51 - cp -a $install/usr/share/seed $fs/usr/share 2.52 + mkdir -p $fs/usr/lib/seed 2.53 + mkdir -p $fs/usr/share 2.54 + 2.55 + cp -a $install/usr/bin $fs/usr 2.56 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.57 + cp -a $install/usr/lib/seed/*.so* $fs/usr/lib/seed 2.58 + cp -a $install/usr/share/seed $fs/usr/share 2.59 }