wok rev 16281
ARM: add beaver
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 06 16:03:46 2014 +0200 (2014-04-06) |
parents | f281cdc8af83 |
children | c8bff8c1caa1 |
files | beaver/receipt beaver/stuff/beaver.conf.default |
line diff
1.1 --- a/beaver/receipt Sun Apr 06 09:29:28 2014 +0000 1.2 +++ b/beaver/receipt Sun Apr 06 16:03:46 2014 +0200 1.3 @@ -10,20 +10,19 @@ 1.4 WEB_SITE="http://beaver-editor.sf.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL" 1.6 TAGS="text-editor" 1.7 +HOST_ARCH="i486 arm" 1.8 + 1.9 GENERIC_PIXMAPS="no" 1.10 - 1.11 DEPENDS="gtk+ xorg-libXdamage" 1.12 -BUILD_DEPENDS="gtk+-dev xorg-xproto intltool expat-dev" 1.13 +BUILD_DEPENDS="gtk+-dev xorg-xproto expat-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 sed -i 's|dir/po/\*\.po|& 2>/dev/null|' configure 1.20 ./configure \ 1.21 - --prefix=/usr \ 1.22 $CONFIGURE_ARGS && 1.23 - make && make DESTDIR=$DESTDIR install 1.24 + make && make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 @@ -35,7 +34,8 @@ 1.29 1.30 cp -a $install/usr/bin $fs/usr 1.31 cp -a $install/usr/share/beaver/resource $fs/usr/share/beaver 1.32 - cp -a $install/usr/share/icons/hicolor/32x32/apps $fs/usr/share/icons/hicolor/32x32/ 1.33 + cp -a $install/usr/share/icons/hicolor/32x32/apps \ 1.34 + $fs/usr/share/icons/hicolor/32x32/ 1.35 1.36 # Custom default configuration 1.37 cp -a $stuff/beaver.conf.default $fs/usr/share/beaver/resource