wok-6.x diff xdg-utils/receipt @ rev 18329
A collection of wallpapers for SliTaz.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Sep 09 03:45:43 2015 -0300 (2015-09-09) |
parents | 23c3aed67cd9 |
children | 6135577f4d08 |
line diff
1.1 --- a/xdg-utils/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/xdg-utils/receipt Wed Sep 09 03:45:43 2015 -0300 1.3 @@ -6,29 +6,17 @@ 1.4 SHORT_DESC="Assists desktop integration tasks." 1.5 MAINTAINER="paul@slitaz.org" 1.6 LICENSE="MIT" 1.7 -DEPENDS="" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://portland.freedesktop.org/wiki/" 1.10 WGET_URL="http://portland.freedesktop.org/download/$TARBALL" 1.11 +HOST_ARCH="i486 arm" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - #while read file; do 1.18 - #[ -f done.$file ] && continue 1.19 - #echo "Apply $file..." 1.20 - #patch -p1 < $stuff/$file || return 1 1.21 - #touch done.$file 1.22 - #done <<EOT 1.23 -#xdg-open-chrome.patch 1.24 -#EOT 1.25 ./configure \ 1.26 - --prefix=/usr \ 1.27 - --infodir=/usr/share/info \ 1.28 - --mandir=/usr/share/man \ 1.29 $CONFIGURE_ARGS && 1.30 - make && make DESTDIR=$DESTDIR install 1.31 + make && make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.