wok-next rev 16248
ARM add: aspell, enchant, gtkspell, geany, leafpad, alaplayer
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 03 22:56:54 2014 +0200 (2014-04-03) |
parents | eaed0faf063c |
children | 2676fa7f0f93 |
files | alsaplayer-dev/receipt alsaplayer-scopes/receipt alsaplayer/receipt aspell-dev/receipt aspell-en/receipt aspell-es/receipt aspell-fr/receipt aspell-pt_BR/receipt aspell/receipt clearlooks/receipt enchant-dev/receipt enchant/receipt geany-dev/receipt geany-doc/receipt geany-plugins/receipt geany/receipt gtkspell-dev/receipt gtkspell/receipt leafpad/receipt pango/receipt |
line diff
1.1 --- a/alsaplayer-dev/receipt Thu Apr 03 21:27:40 2014 +0200 1.2 +++ b/alsaplayer-dev/receipt Thu Apr 03 22:56:54 2014 +0200 1.3 @@ -8,8 +8,7 @@ 1.4 LICENSE="GPL3" 1.5 WANTED="alsaplayer" 1.6 WEB_SITE="http://www.alsaplayer.org/" 1.7 - 1.8 -DEPENDS="pkg-config" 1.9 +HOST_ARCH="i486 arm" 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 @@ -19,7 +18,6 @@ 1.14 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.15 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.16 cp -a $install/usr/lib/alsaplayer $fs/usr/lib 1.17 - 1.18 # Remove shared libs. 1.19 rm $fs/usr/lib/alsaplayer/*/*.so 1.20 }
2.1 --- a/alsaplayer-scopes/receipt Thu Apr 03 21:27:40 2014 +0200 2.2 +++ b/alsaplayer-scopes/receipt Thu Apr 03 22:56:54 2014 +0200 2.3 @@ -8,10 +8,9 @@ 2.4 LICENSE="GPL3" 2.5 WANTED="alsaplayer" 2.6 WEB_SITE="http://www.alsaplayer.org/" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 -DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 2.10 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 2.11 -xorg-libXrender mesa xorg-libXdamage xorg-libXxf86vm libdrm" 2.12 +DEPENDS="alsaplayer" 2.13 2.14 # Rules to gen a SliTaz package suitable for Tazpkg. 2.15 genpkg_rules()
3.1 --- a/alsaplayer/receipt Thu Apr 03 21:27:40 2014 +0200 3.2 +++ b/alsaplayer/receipt Thu Apr 03 22:56:54 2014 +0200 3.3 @@ -3,27 +3,28 @@ 3.4 PACKAGE="alsaplayer" 3.5 VERSION="0.99.81" 3.6 CATEGORY="multimedia" 3.7 -SHORT_DESC="Alsa GTK+ PCM player." 3.8 +SHORT_DESC="Alsa GTK+ PCM audio player." 3.9 MAINTAINER="pankso@slitaz.org" 3.10 LICENSE="GPL3" 3.11 -SUGGESTED="alsaplayer-scopes libid3tag flac" 3.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.13 WEB_SITE="http://www.alsaplayer.org/" 3.14 WGET_URL="http://www.alsaplayer.org/$TARBALL" 3.15 TAGS="music audio player mp3 ogg flac" 3.16 +HOST_ARCH="i486 arm" 3.17 3.18 +SUGGESTED="alsaplayer-scopes libid3tag flac" 3.19 DEPENDS="gtk+ alsa-lib libmad libogg libvorbis xorg-libXdamage" 3.20 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev flac-dev" 3.21 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev" 3.22 + 3.23 +# Handle cross compilation. 3.24 +case "$ARCH" in 3.25 + i?86) BUILD_DEPENDS="$BUILD_DEPENDS flac-dev" ;; 3.26 +esac 3.27 3.28 # Rules to configure and make the package. 3.29 compile_rules() 3.30 { 3.31 - cd $src 3.32 ./configure \ 3.33 - --enable-nls \ 3.34 - --prefix=/usr \ 3.35 - --infodir=/usr/share/info \ 3.36 - --mandir=/usr/share/man \ 3.37 --enable-gtk2 \ 3.38 --enable-flac \ 3.39 --disable-jack \
4.1 --- a/aspell-dev/receipt Thu Apr 03 21:27:40 2014 +0200 4.2 +++ b/aspell-dev/receipt Thu Apr 03 22:56:54 2014 +0200 4.3 @@ -8,6 +8,7 @@ 4.4 LICENSE="LGPL2" 4.5 WEB_SITE="http://aspell.net/" 4.6 WANTED="aspell" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 # Rules to gen a SliTaz package suitable for Tazpkg. 4.10 genpkg_rules()
5.1 --- a/aspell-en/receipt Thu Apr 03 21:27:40 2014 +0200 5.2 +++ b/aspell-en/receipt Thu Apr 03 22:56:54 2014 +0200 5.3 @@ -10,16 +10,16 @@ 5.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 5.5 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 5.6 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL" 5.7 +HOST_ARCH="i486 arm" 5.8 5.9 DEPENDS="aspell" 5.10 -BUILD_DEPENDS="aspell aspell-dev" 5.11 +BUILD_DEPENDS="aspell-dev" 5.12 5.13 # Rules to configure and make the package. 5.14 compile_rules() 5.15 { 5.16 - cd $src 5.17 - ./configure && \ 5.18 - make && make DESTDIR=$DESTDIR install 5.19 + ./configure && 5.20 + make && make install 5.21 } 5.22 5.23 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/aspell-es/receipt Thu Apr 03 21:27:40 2014 +0200 6.2 +++ b/aspell-es/receipt Thu Apr 03 22:56:54 2014 +0200 6.3 @@ -10,16 +10,16 @@ 6.4 TARBALL="$SOURCE-$VERSION-2.tar.bz2" 6.5 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 6.6 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL" 6.7 +HOST_ARCH="i486 arm" 6.8 6.9 DEPENDS="aspell" 6.10 -BUILD_DEPENDS="aspell aspell-dev" 6.11 +BUILD_DEPENDS="aspell-dev" 6.12 6.13 # Rules to configure and make the package. 6.14 compile_rules() 6.15 { 6.16 - cd $src 6.17 - ./configure && \ 6.18 - make && make DESTDIR=$DESTDIR install 6.19 + ./configure && 6.20 + make && make install 6.21 } 6.22 6.23 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/aspell-fr/receipt Thu Apr 03 21:27:40 2014 +0200 7.2 +++ b/aspell-fr/receipt Thu Apr 03 22:56:54 2014 +0200 7.3 @@ -9,16 +9,16 @@ 7.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.5 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 7.6 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL" 7.7 +HOST_ARCH="i486 arm" 7.8 7.9 DEPENDS="aspell" 7.10 -BUILD_DEPENDS="aspell aspell-dev" 7.11 +BUILD_DEPENDS="aspell-dev" 7.12 7.13 # Rules to configure and make the package. 7.14 compile_rules() 7.15 { 7.16 - cd $src 7.17 ./configure && 7.18 - make && make DESTDIR=$DESTDIR install 7.19 + make && make install 7.20 } 7.21 7.22 # Rules to gen a SliTaz package suitable for Tazpkg.
8.1 --- a/aspell-pt_BR/receipt Thu Apr 03 21:27:40 2014 +0200 8.2 +++ b/aspell-pt_BR/receipt Thu Apr 03 22:56:54 2014 +0200 8.3 @@ -10,16 +10,16 @@ 8.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 8.5 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 8.6 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/$TARBALL" 8.7 +HOST_ARCH="i486 arm" 8.8 8.9 DEPENDS="aspell" 8.10 -BUILD_DEPENDS="aspell aspell-dev" 8.11 +BUILD_DEPENDS="aspell-dev" 8.12 8.13 # Rules to configure and make the package. 8.14 compile_rules() 8.15 { 8.16 - cd $src 8.17 - ./configure && \ 8.18 - make && make DESTDIR=$DESTDIR install 8.19 + ./configure && 8.20 + make && make install 8.21 } 8.22 8.23 # Rules to gen a SliTaz package suitable for Tazpkg.
9.1 --- a/aspell/receipt Thu Apr 03 21:27:40 2014 +0200 9.2 +++ b/aspell/receipt Thu Apr 03 22:56:54 2014 +0200 9.3 @@ -10,30 +10,25 @@ 9.4 WEB_SITE="http://aspell.net/" 9.5 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/$TARBALL" 9.6 TAGS="spell check" 9.7 +HOST_ARCH="i486 arm" 9.8 9.9 -DEPENDS="ncurses gcc-lib-base" 9.10 +DEPENDS="ncursesw" 9.11 +BUILD_DEPENDS="ncursesw-dev" 9.12 9.13 # Rules to configure and make the package. 9.14 compile_rules() 9.15 { 9.16 - cd $src 9.17 - ./configure --prefix=/usr --infodir=/usr/share/info \ 9.18 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 9.19 - make && make DESTDIR=$DESTDIR install 9.20 + ./configure $CONFIGURE_ARGS && \ 9.21 + make && make install 9.22 } 9.23 9.24 # Rules to gen a SliTaz package suitable for Tazpkg. 9.25 genpkg_rules() 9.26 { 9.27 - mkdir -p $fs/usr/lib $fs/usr/share/locale 9.28 + mkdir -p $fs/usr/lib 9.29 cp -a $install/usr/bin $fs/usr 9.30 cp -a $install/usr/lib/*.so* $fs/usr/lib 9.31 cp -a $install/usr/lib/aspell* $fs/usr/lib 9.32 - 9.33 - for i in de es pt_BR; do 9.34 - cp -a $install/usr/share/locale/$i $fs/usr/share/locale 9.35 - done 9.36 - 9.37 # Remove unneeded files 9.38 rm -f $fs/usr/lib/aspell*/*.*a 9.39 }
10.1 --- a/clearlooks/receipt Thu Apr 03 21:27:40 2014 +0200 10.2 +++ b/clearlooks/receipt Thu Apr 03 22:56:54 2014 +0200 10.3 @@ -9,6 +9,7 @@ 10.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.5 WEB_SITE="http://clearlooks.sourceforge.net/" 10.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 10.7 +HOST_ARCH="i486 arm" 10.8 10.9 DEPENDS="gtk+ xorg-libXdamage" 10.10 BUILD_DEPENDS="pkg-config file gtk+-dev" 10.11 @@ -16,14 +17,9 @@ 10.12 # Rules to configure and make the package. 10.13 compile_rules() 10.14 { 10.15 - cd $src 10.16 ./configure \ 10.17 - --prefix=/usr \ 10.18 - --infodir=/usr/share/info \ 10.19 - --mandir=/usr/share/man \ 10.20 $CONFIGURE_ARGS && 10.21 - make && 10.22 - make DESTDIR=$DESTDIR install 10.23 + make && make install 10.24 } 10.25 10.26 # Rules to gen a SliTaz package suitable for Tazpkg.
11.1 --- a/enchant-dev/receipt Thu Apr 03 21:27:40 2014 +0200 11.2 +++ b/enchant-dev/receipt Thu Apr 03 22:56:54 2014 +0200 11.3 @@ -8,8 +8,7 @@ 11.4 LICENSE="LGPL2.1" 11.5 WANTED="enchant" 11.6 WEB_SITE="http://www.abisource.com/projects/enchant/" 11.7 - 11.8 -DEPENDS="pkg-config" 11.9 +HOST_ARCH="i486 arm" 11.10 11.11 # Rules to gen a SliTaz package suitable for Tazpkg. 11.12 genpkg_rules()
12.1 --- a/enchant/receipt Thu Apr 03 21:27:40 2014 +0200 12.2 +++ b/enchant/receipt Thu Apr 03 22:56:54 2014 +0200 12.3 @@ -11,20 +11,17 @@ 12.4 WEB_SITE="http://www.abisource.com/projects/enchant/" 12.5 WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL" 12.6 TAGS="spell check" 12.7 +HOST_ARCH="i486 arm" 12.8 12.9 DEPENDS="dbus dbus-glib glib gcc-lib-base" 12.10 -BUILD_DEPENDS="pkg-config glib glib-dev aspell aspell-dev" 12.11 +BUILD_DEPENDS="pkg-config glib glib-dev aspell-dev" 12.12 12.13 # Rules to configure and make the package. 12.14 compile_rules() 12.15 { 12.16 - cd $src 12.17 ./configure \ 12.18 - --prefix=/usr \ 12.19 - --mandir=/usr/share/man \ 12.20 $CONFIGURE_ARGS && 12.21 - make && 12.22 - make DESTDIR=$DESTDIR install 12.23 + make && make install 12.24 } 12.25 12.26 # Rules to gen a SliTaz package suitable for Tazpkg.
13.1 --- a/geany-dev/receipt Thu Apr 03 21:27:40 2014 +0200 13.2 +++ b/geany-dev/receipt Thu Apr 03 22:56:54 2014 +0200 13.3 @@ -8,8 +8,7 @@ 13.4 LICENSE="GPL2" 13.5 WANTED="geany" 13.6 WEB_SITE="http://geany.uvena.de/" 13.7 - 13.8 -DEPENDS="pkg-config" 13.9 +HOST_ARCH="i486 arm" 13.10 13.11 # Rules to gen a SliTaz package suitable for Tazpkg. 13.12 genpkg_rules()
14.1 --- a/geany-doc/receipt Thu Apr 03 21:27:40 2014 +0200 14.2 +++ b/geany-doc/receipt Thu Apr 03 22:56:54 2014 +0200 14.3 @@ -8,6 +8,7 @@ 14.4 LICENSE="GPL2" 14.5 WANTED="geany" 14.6 WEB_SITE="http://geany.uvena.de/" 14.7 +HOST_ARCH="i486 arm" 14.8 14.9 # Rules to gen a SliTaz package suitable for Tazpkg. 14.10 genpkg_rules()
15.1 --- a/geany-plugins/receipt Thu Apr 03 21:27:40 2014 +0200 15.2 +++ b/geany-plugins/receipt Thu Apr 03 22:56:54 2014 +0200 15.3 @@ -9,50 +9,51 @@ 15.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.5 WEB_SITE="http://plugins.geany.org/" 15.6 WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL" 15.7 +#HOST_ARCH="i486 arm" 15.8 15.9 DEPENDS="enchant gtkspell geany lua" 15.10 -BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool libxml2-dev vte-dev " 15.11 +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev" 15.12 15.13 # Rules to configure and make the package. 15.14 compile_rules() 15.15 { 15.16 - cd $src 15.17 - ./configure --libexecdir=/usr/lib \ 15.18 - --enable-addons \ 15.19 ---enable-codenav \ 15.20 ---enable-commander \ 15.21 ---enable-debugger \ 15.22 ---disable-devhelp \ 15.23 ---enable-geanydoc \ 15.24 ---disable-geanyextrasel \ 15.25 ---disable-geanygendoc \ 15.26 ---disable-geanyinsertnum \ 15.27 ---disable-geanylatex \ 15.28 ---disable-geanylipsum \ 15.29 ---disable-geanylua \ 15.30 ---disable-geanymacro \ 15.31 ---disable-geanyminiscript \ 15.32 ---disable-geanynumberedbookmarks \ 15.33 ---disable-geanyprj \ 15.34 ---disable-geanysendmail \ 15.35 ---enable-geanyvc \ 15.36 ---disable-geanypg \ 15.37 ---disable-largefile \ 15.38 ---disable-geniuspaste \ 15.39 ---disable-gproject \ 15.40 ---disable-markdown \ 15.41 ---disable-peg-markdown \ 15.42 ---disable-multiterm \ 15.43 ---disable-pretty_printer \ 15.44 ---disable-scope \ 15.45 ---disable-shiftcolumn \ 15.46 ---disable-spellcheck \ 15.47 ---enable-treebrowser \ 15.48 ---disable-tableconvert \ 15.49 ---disable-updatechecker \ 15.50 ---disable-webhelper \ 15.51 ---disable-xmlsnippets \ 15.52 - $CONFIGURE_ARGS && 15.53 + ./configure \ 15.54 + --libexecdir=/usr/lib \ 15.55 + --enable-addons \ 15.56 + --enable-codenav \ 15.57 + --enable-commander \ 15.58 + --enable-debugger \ 15.59 + --disable-devhelp \ 15.60 + --enable-geanydoc \ 15.61 + --enable-treebrowser \ 15.62 + --enable-geanyvc \ 15.63 + --disable-geanyextrasel \ 15.64 + --disable-geanygendoc \ 15.65 + --disable-geanyinsertnum \ 15.66 + --disable-geanylatex \ 15.67 + --disable-geanylipsum \ 15.68 + --disable-geanylua \ 15.69 + --disable-geanymacro \ 15.70 + --disable-geanyminiscript \ 15.71 + --disable-geanynumberedbookmarks \ 15.72 + --disable-geanyprj \ 15.73 + --disable-geanysendmail \ 15.74 + --disable-geanypg \ 15.75 + --disable-largefile \ 15.76 + --disable-geniuspaste \ 15.77 + --disable-gproject \ 15.78 + --disable-markdown \ 15.79 + --disable-peg-markdown \ 15.80 + --disable-multiterm \ 15.81 + --disable-pretty_printer \ 15.82 + --disable-scope \ 15.83 + --disable-shiftcolumn \ 15.84 + --disable-spellcheck \ 15.85 + --disable-tableconvert \ 15.86 + --disable-updatechecker \ 15.87 + --disable-webhelper \ 15.88 + --disable-xmlsnippets \ 15.89 + $CONFIGURE_ARGS ${ARCH_ARGS} && 15.90 make && make install 15.91 } 15.92
16.1 --- a/geany/receipt Thu Apr 03 21:27:40 2014 +0200 16.2 +++ b/geany/receipt Thu Apr 03 22:56:54 2014 +0200 16.3 @@ -10,22 +10,28 @@ 16.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.5 WEB_SITE="http://geany.uvena.de/" 16.6 WGET_URL="http://download.geany.org/$TARBALL" 16.7 +HOST_ARCH="i486 arm" 16.8 16.9 DEPENDS="glibc-base glib gcc-lib-base libgio expat zlib libxcb xcb-util \ 16.10 -gtk+ atk cairo pango pixman libpng fontconfig freetype \ 16.11 -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 16.12 +gtk+ atk cairo pango pixman libpng fontconfig freetype xorg-libX11 \ 16.13 +xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 16.14 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" 16.15 -BUILD_DEPENDS="glib-dev expat-dev gtk+-dev atk-dev pango-dev cairo-dev pixman-dev \ 16.16 -libpng-dev freetype-dev fontconfig-dev perl-xml-parser intltool gettext \ 16.17 -xorg-libXrender-dev xorg-xproto xorg-renderproto xorg-libX11-dev \ 16.18 -xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev glibc-locale libxml2-dev" 16.19 +BUILD_DEPENDS="glib-dev expat-dev gtk+-dev atk-dev pango-dev cairo-dev \ 16.20 +pixman-dev libpng-dev freetype-dev fontconfig-dev xorg-libXrender-dev \ 16.21 +xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev \ 16.22 +xorg-libXdmcp-dev libxml2-dev" 16.23 + 16.24 +# Handle cross compilation. 16.25 +case "$ARCH" in 16.26 + i?86) BUILD_DEPENDS="$BUILD_DEPENDS perl-xml-parser intltool gettext glibc-locale" ;; 16.27 + arm*) ARCH_ARGS="--disable-vte" ;; 16.28 +esac 16.29 16.30 # Rules to configure and make the package. 16.31 -# Without vte : --disable-vte 16.32 compile_rules() 16.33 { 16.34 - cd $src 16.35 - ./configure $CONFIGURE_ARGS && 16.36 + ./configure \ 16.37 + ${CONFIGURE_ARGS} ${ARCH_ARGS} && 16.38 make && make install 16.39 } 16.40
17.1 --- a/gtkspell-dev/receipt Thu Apr 03 21:27:40 2014 +0200 17.2 +++ b/gtkspell-dev/receipt Thu Apr 03 22:56:54 2014 +0200 17.3 @@ -8,6 +8,7 @@ 17.4 LICENSE="GPL2" 17.5 WEB_SITE="http://gtkspell.sourceforge.net" 17.6 WANTED="gtkspell" 17.7 +HOST_ARCH="i486 arm" 17.8 17.9 DEPENDS="enchant-dev gtk+-dev gtkspell pkg-config" 17.10
18.1 --- a/gtkspell/receipt Thu Apr 03 21:27:40 2014 +0200 18.2 +++ b/gtkspell/receipt Thu Apr 03 22:56:54 2014 +0200 18.3 @@ -9,20 +9,17 @@ 18.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 18.5 WEB_SITE="http://gtkspell.sourceforge.net" 18.6 WGET_URL="$WEB_SITE/download/$TARBALL" 18.7 +HOST_ARCH="i486 arm" 18.8 18.9 DEPENDS="enchant gtk+ cairo" 18.10 -BUILD_DEPENDS="enchant enchant-dev gtk+-dev pkg-config intltool expat-dev" 18.11 +BUILD_DEPENDS="enchant-dev gtk+-dev pkg-config expat-dev" 18.12 18.13 # Rules to configure and make the package. 18.14 compile_rules() 18.15 { 18.16 - cd $src 18.17 ./configure \ 18.18 - --prefix=/usr \ 18.19 - --infodir=/usr/share/info \ 18.20 - --mandir=/usr/share/man \ 18.21 $CONFIGURE_ARGS && 18.22 - make && make DESTDIR=$DESTDIR install 18.23 + make && make install 18.24 } 18.25 18.26 # Rules to gen a SliTaz package suitable for Tazpkg.
19.1 --- a/leafpad/receipt Thu Apr 03 21:27:40 2014 +0200 19.2 +++ b/leafpad/receipt Thu Apr 03 22:56:54 2014 +0200 19.3 @@ -9,25 +9,21 @@ 19.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.5 WEB_SITE="http://tarot.freeshell.org/leafpad/" 19.6 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 19.7 +HOST_ARCH="i486 arm" 19.8 19.9 DEPENDS="gtk+ xorg-libXdamage" 19.10 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool" 19.11 +BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto" 19.12 19.13 # Rules to configure and make the package. 19.14 compile_rules() 19.15 { 19.16 - cd $src 19.17 - chmod +x install-sh 19.18 - ./configure \ 19.19 - --prefix=/usr \ 19.20 - --infodir=/usr/share/info \ 19.21 - --mandir=/usr/share/man \ 19.22 - --disable-print \ 19.23 - $CONFIGURE_ARGS && 19.24 - make && 19.25 - make DESTDIR=$DESTDIR install && 19.26 - # no xpm (5 ko) 19.27 - rm $DESTDIR/usr/share/pixmaps/*.xpm 19.28 + chmod +x install-sh 19.29 + ./configure \ 19.30 + --disable-print \ 19.31 + $CONFIGURE_ARGS && 19.32 + make && make install && 19.33 + # no xpm (5 ko) 19.34 + rm $DESTDIR/usr/share/pixmaps/*.xpm 19.35 } 19.36 19.37 # Rules to gen a SliTaz package suitable for Tazpkg.
20.1 --- a/pango/receipt Thu Apr 03 21:27:40 2014 +0200 20.2 +++ b/pango/receipt Thu Apr 03 22:56:54 2014 +0200 20.3 @@ -54,6 +54,6 @@ 20.4 { 20.5 echo "Processing post-install commands..." 20.6 # Rebuilds pango.modules when installed. 20.7 - chroot $root/ /usr/bin/pango-querymodules > $root/etc/pango/pango.modules 20.8 + chroot $1/ /usr/bin/pango-querymodules > /etc/pango/pango.modules 20.9 } 20.10