wok rev 21489

posixovl: update xattr.h path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 16:45:54 2019 +0200 (2019-05-01)
parents adf9182b6536
children 4a2b41b98e39
files ajaxterm/receipt cyrus-imapd-dev/receipt cyrus-imapd/receipt drupal/receipt lessfs/receipt posixovl/receipt trickle/receipt whowatch/receipt
line diff
     1.1 --- a/ajaxterm/receipt	Wed May 01 15:49:51 2019 +0200
     1.2 +++ b/ajaxterm/receipt	Wed May 01 16:45:54 2019 +0200
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="Login terminal for the web."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="PublicDomain LGPL"
     1.7 -WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/"
     1.8 +WEB_SITE="https://github.com/antonylesuisse/qweb/tree/master/ajaxterm"
     1.9  SOURCE="Ajaxterm"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11 -WGET_URL="${WEB_SITE}files/$TARBALL"
    1.12 +WGET_URL="http://antony.lesuisse.org/ajaxterm/files/$TARBALL"
    1.13  TAGS="web application"
    1.14  
    1.15  DEPENDS="python"
     2.1 --- a/cyrus-imapd-dev/receipt	Wed May 01 15:49:51 2019 +0200
     2.2 +++ b/cyrus-imapd-dev/receipt	Wed May 01 16:45:54 2019 +0200
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="IMAP server development files."
     2.5  MAINTAINER="pascal.bellard@slitaz.org"
     2.6  LICENSE="BSD"
     2.7 -WEB_SITE="http://cyrusimap.web.cmu.edu//"
     2.8 +WEB_SITE="https://cyrusimap.org/"
     2.9  WANTED="cyrus-imapd"
    2.10  
    2.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.12 @@ -16,4 +16,3 @@
    2.13  	cp -a $install/usr/lib/lib* $fs/usr/lib
    2.14  	cp -a $install/usr/include $fs/usr
    2.15  }
    2.16 -
     3.1 --- a/cyrus-imapd/receipt	Wed May 01 15:49:51 2019 +0200
     3.2 +++ b/cyrus-imapd/receipt	Wed May 01 16:45:54 2019 +0200
     3.3 @@ -7,7 +7,7 @@
     3.4  MAINTAINER="pascal.bellard@slitaz.org"
     3.5  LICENSE="BSD"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.7 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
     3.8 +WEB_SITE="https://cyrusimap.org/"
     3.9  WGET_URL="ftp://ftp.cyrusimap.org/$PACKAGE/$TARBALL"
    3.10  CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf"
    3.11  
     4.1 --- a/drupal/receipt	Wed May 01 15:49:51 2019 +0200
     4.2 +++ b/drupal/receipt	Wed May 01 16:45:54 2019 +0200
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Drupal $VERSION PHP content management system."
     4.5  MAINTAINER="slaxemulator@gmail.com"
     4.6  LICENSE="GPL2"
     4.7 -WEB_SITE="http://drupal.org/"
     4.8 +WEB_SITE="https://www.drupal.org/"
     4.9  
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WGET_URL="https://ftp.drupal.org/files/projects/$TARBALL"
     5.1 --- a/lessfs/receipt	Wed May 01 15:49:51 2019 +0200
     5.2 +++ b/lessfs/receipt	Wed May 01 16:45:54 2019 +0200
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="A high performance inline data deduplicating filesystem."
     5.5  MAINTAINER="pascal.bellard@slitaz.org"
     5.6  LICENSE="GPL3"
     5.7 -WEB_SITE="http://www.lessfs.com/"
     5.8 +WEB_SITE="https://sourceforge.net/projects/lessfs/"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.11  TAGS="filesystem"
     6.1 --- a/posixovl/receipt	Wed May 01 15:49:51 2019 +0200
     6.2 +++ b/posixovl/receipt	Wed May 01 16:45:54 2019 +0200
     6.3 @@ -22,6 +22,7 @@
     6.4  	grep -q 'else if (!S_ISREG' posixovl.c ||
     6.5  	sed -i 's/if (!S_ISREG/if (S_ISLNK(cb->ll.mode))\n\t\tcb->sb.st_size = strlen(cb->ll.target);\n\telse &/' posixovl.c
     6.6  	sed -i 's/cb->ll.size/0/' posixovl.c
     6.7 +	sed -i 's|attr/xattr.h|sys/xattr.h|' posixovl.c configure*
     6.8  	sh autogen.sh
     6.9  	./configure --prefix=/usr --mandir=/usr/share/man \
    6.10  	$CONFIGURE_ARGS &&
     7.1 --- a/trickle/receipt	Wed May 01 15:49:51 2019 +0200
     7.2 +++ b/trickle/receipt	Wed May 01 16:45:54 2019 +0200
     7.3 @@ -8,7 +8,7 @@
     7.4  MAINTAINER="pascal.bellard@slitaz.org"
     7.5  LICENSE="BSD"
     7.6  TARBALL="$PACKAGE-$VERSION.zip"
     7.7 -WEB_SITE="https://monkey.org/~marius/pages/?page=trickle"
     7.8 +WEB_SITE="https://monkey.org/~marius/trickle/"
     7.9  WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip"
    7.10  
    7.11  DEPENDS="libevent"
     8.1 --- a/whowatch/receipt	Wed May 01 15:49:51 2019 +0200
     8.2 +++ b/whowatch/receipt	Wed May 01 16:45:54 2019 +0200
     8.3 @@ -7,7 +7,7 @@
     8.4  MAINTAINER="paul@slitaz.org"
     8.5  LICENSE="GPL2"
     8.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.7 -WEB_SITE="http://wizard.ae.krakow.pl/~mike/#whowatch"
     8.8 +WEB_SITE="https://github.com/mtsuszycki/whowatch/"
     8.9  WGET_URL="http://wizard.ae.krakow.pl/~mike/download/$TARBALL"
    8.10  
    8.11  DEPENDS="ncurses libtinfo"
    8.12 @@ -28,4 +28,3 @@
    8.13  	mkdir -p $fs/usr
    8.14  	cp -a $install/usr/bin $fs/usr	
    8.15  }
    8.16 -