wok-6.x diff xdg-utils/receipt @ rev 14713
Add python-ethtool
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 11 09:04:58 2013 +0200 (2013-06-11) |
parents | 940b5937e496 |
children | 23c3aed67cd9 |
line diff
1.1 --- a/xdg-utils/receipt Wed Mar 02 11:06:20 2011 +0100 1.2 +++ b/xdg-utils/receipt Tue Jun 11 09:04:58 2013 +0200 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xdg-utils" 1.7 -VERSION="1.0.2" 1.8 +VERSION="1.1.0-rc1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Assists desktop integration tasks." 1.11 MAINTAINER="paul@slitaz.org" 1.12 DEPENDS="" 1.13 -TARBALL="$PACKAGE-$VERSION.tgz" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://portland.freedesktop.org/wiki/" 1.16 WGET_URL="http://portland.freedesktop.org/download/$TARBALL" 1.17 1.18 @@ -14,14 +14,14 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - while read file; do 1.23 - [ -f done.$file ] && continue 1.24 - echo "Apply $file..." 1.25 - patch -p1 < $stuff/$file || return 1 1.26 - touch done.$file 1.27 - done <<EOT 1.28 -xdg-open-chrome.patch 1.29 -EOT 1.30 + #while read file; do 1.31 + #[ -f done.$file ] && continue 1.32 + #echo "Apply $file..." 1.33 + #patch -p1 < $stuff/$file || return 1 1.34 + #touch done.$file 1.35 + #done <<EOT 1.36 +#xdg-open-chrome.patch 1.37 +#EOT 1.38 ./configure \ 1.39 --prefix=/usr \ 1.40 --infodir=/usr/share/info \