wok-6.x diff liblouis/receipt @ rev 21512
updated nagios-plugins (1.4.16 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 03 12:54:18 2019 +0100 (2019-05-03) |
parents | eeba7ab1dffe |
children | 0414f5096d7f |
line diff
1.1 --- a/liblouis/receipt Thu Jan 24 18:16:34 2019 +0100 1.2 +++ b/liblouis/receipt Fri May 03 12:54:18 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liblouis" 1.7 -VERSION="2.5.2-3" 1.8 +VERSION="3.9.0" 1.9 CATEGORY="utilities" 1.10 LICENSE="GPL3" 1.11 SHORT_DESC="Open-source braille translator and back-translator." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 -TARBALL="$PACKAGE-${VERSION:0:5}.tar.gz" 1.14 WEB_SITE="http://liblouis.org/" 1.15 -WGET_URL="http://liblouis.googlecode.com/files/$TARBALL" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.19 1.20 DEPENDS="glibc" 1.21 BUILD_DEPENDS="python-dev" 1.22 @@ -17,11 +18,11 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --disable-static \ 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 + --disable-static \ 1.32 $CONFIGURE_ARGS && 1.33 - make && 1.34 + make -j 1 && 1.35 make DESTDIR=$DESTDIR install 1.36 } 1.37 1.38 @@ -29,7 +30,8 @@ 1.39 genpkg_rules() 1.40 { 1.41 mkdir -p $fs/usr/lib 1.42 - cp -a $install/usr/bin $fs/usr 1.43 - cp -a $install/usr/share $fs/usr 1.44 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.45 + 1.46 + cp -a $install/usr/bin $fs/usr 1.47 + cp -a $install/usr/share $fs/usr 1.48 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.49 }