wok diff lensfun/receipt @ rev 25351
updated tesseract and tesseract-dev (3.02.02 -> 5.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 13:57:27 2022 +0100 (2022-07-26) |
parents | 65d7d867e0c1 |
children | 5db546345599 |
line diff
1.1 --- a/lensfun/receipt Wed Feb 09 17:57:59 2022 +0000 1.2 +++ b/lensfun/receipt Tue Jul 26 13:57:27 2022 +0100 1.3 @@ -1,18 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lensfun" 1.7 -VERSION="0.3.2" 1.8 +VERSION="0.3.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Database of photographic lenses and a library that allows advanced access to the database." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="LGPL3 GPL3" 1.13 -WEB_SITE="https://sourceforge.net/projects/lensfun/" 1.14 +WEB_SITE="https://lensfun.github.io/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz" 1.19 1.20 DEPENDS="glib" 1.21 -BUILD_DEPENDS="cmake glib-dev libpng python" 1.22 +BUILD_DEPENDS="cmake glib-dev libpng" 1.23 1.24 # What is the latest version available today? 1.25 current_version() 1.26 @@ -25,18 +25,19 @@ 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - mkdir build 1.31 - cd build 1.32 + mkdir _build && 1.33 + cd _build && 1.34 cmake .. \ 1.35 -DCMAKE_INSTALL_PREFIX=/usr && 1.36 - make -j 1 all && 1.37 - make INSTALL_PREFIX="$DESTDIR" install 1.38 + make all && 1.39 + make install INSTALL_PREFIX="$DESTDIR" 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 genpkg_rules() 1.44 { 1.45 - mkdir -p $fs/usr/lib $fs/usr/share 1.46 + mkdir -p $fs/usr/lib 1.47 + mkdir -p $fs/usr/share 1.48 1.49 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.50 cp -a $install/usr/share/lensfun $fs/usr/share