wok-current diff libburn/receipt @ rev 24959
updated ncdu (1.14.2 -> 1.16)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 16:59:14 2022 +0100 (2022-04-23) |
parents | ede1d184d5c5 |
children | 1c88796e4a70 |
line diff
1.1 --- a/libburn/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/libburn/receipt Sat Apr 23 16:59:14 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libburn" 1.7 -VERSION="1.5.2" 1.8 +VERSION="1.5.4" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Library for reading, mastering and writing optical disks." 1.11 MAINTAINER="devl547@gmail.com" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="https://dev.lovelyhq.com/libburnia/libburn" 1.14 +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/wiki" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" 1.18 @@ -23,12 +23,11 @@ 1.19 { 1.20 ./configure $CONFIGURE_ARGS && 1.21 make && 1.22 - make -j1 DESTDIR=$DESTDIR install 1.23 + make install DESTDIR=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr/lib 1.30 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.31 + cook_copy_files *.so* 1.32 }