wok diff libparserutils/receipt @ rev 15675
linux: add CVE-2013-2929 fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 19 11:31:06 2013 +0000 (2013-12-19) |
parents | 8d6f480bf664 |
children | b269c5c2be2d |
line diff
1.1 --- a/libparserutils/receipt Sun Nov 10 17:13:06 2013 +0000 1.2 +++ b/libparserutils/receipt Thu Dec 19 11:31:06 2013 +0000 1.3 @@ -1,22 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libparserutils" 1.7 -VERSION="7369" 1.8 +VERSION="0.1.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Various pieces of functionality that are useful for parsers." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="http://www.netsurf-browser.org/projects/libparserutils/" 1.14 -WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libparserutils" 1.15 -BRANCH="$VERSION" 1.16 - 1.17 -BUILD_DEPENDS="subversion" 1.18 +TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.19 +WGET_URL="http://download.netsurf-browser.org/libs/releases/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 - export CFLAGS="-Wno-error=unused-but-set-variable" 1.26 make install DESTDIR=$DESTDIR PREFIX=/usr && 1.27 make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr 1.28 }