wok diff xdg-user-dirs/receipt @ rev 22311
xterm: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 10:32:17 2019 +0100 (2019-11-14) |
parents | 9b3e3198d6a7 |
children | d443265acbc1 |
line diff
1.1 --- a/xdg-user-dirs/receipt Sat Mar 21 12:32:51 2015 -0300 1.2 +++ b/xdg-user-dirs/receipt Thu Nov 14 10:32:17 2019 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xdg-user-dirs" 1.7 -VERSION="0.14" 1.8 +VERSION="0.17" 1.9 CATEGORY="utilities" 1.10 LICENSE="GPL" 1.11 SHORT_DESC="Tool to help manage user directories." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 +WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs" 1.17 -WGET_URL="http://user-dirs.freedesktop.org/releases/$TARBALL" 1.18 +WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL" 1.19 1.20 DEPENDS="" 1.21 -BUILD_DEPENDS="gawk" 1.22 +BUILD_DEPENDS="autoconf gawk" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - ./configure \ 1.28 + ./autogen.sh \ 1.29 + --disable-documentation \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 make DESTDIR=$DESTDIR install