wok rev 16282
arm: add galculator & mhwaveedit
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 06 16:22:52 2014 +0200 (2014-04-06) |
parents | 7ba431b2174b |
children | 630e9bcf2759 |
files | galculator/receipt mhwaveedit/receipt |
line diff
1.1 --- a/galculator/receipt Sun Apr 06 16:03:46 2014 +0200 1.2 +++ b/galculator/receipt Sun Apr 06 16:22:52 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 WEB_SITE="http://galculator.sourceforge.net/" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="gtk+" 1.10 BUILD_DEPENDS="gtk+-dev" 1.11 @@ -21,8 +22,7 @@ 1.12 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.13 export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.14 ./configure $CONFIGURE_ARGS && 1.15 - make && 1.16 - make install 1.17 + make && make install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/mhwaveedit/receipt Sun Apr 06 16:03:46 2014 +0200 2.2 +++ b/mhwaveedit/receipt Sun Apr 06 16:22:52 2014 +0200 2.3 @@ -9,17 +9,17 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="https://gna.org/projects/mhwaveedit/" 2.6 WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="alsa-lib libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 2.10 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 2.11 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 2.12 xorg-libXdamage" 2.13 -BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-dev gtk+-dev" 2.14 +BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-libX11-dev gtk+-dev" 2.15 2.16 # Rules to configure and make the package. 2.17 compile_rules() 2.18 { 2.19 - cd $src 2.20 chmod +x install-sh 2.21 ./configure \ 2.22 --prefix=/usr \