# HG changeset patch # User Hans-G?nter Theisgen # Date 1583229151 -3600 # Node ID 3b191e9b8b46e39f7f414cdbad8a058b4c418e8d # Parent 30054e3f93e94d702fa4467110bbe2fb0c56af3c updated libburn and libburn-dev (1.5.0 -> 1.5.2) diff -r 30054e3f93e9 -r 3b191e9b8b46 libburn-dev/receipt --- a/libburn-dev/receipt Tue Mar 03 10:42:56 2020 +0100 +++ b/libburn-dev/receipt Tue Mar 03 10:52:31 2020 +0100 @@ -1,23 +1,23 @@ # SliTaz package receipt. PACKAGE="libburn-dev" -VERSION="1.5.0" +VERSION="1.5.2" CATEGORY="development" -SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks." +SHORT_DESC="Library for reading, mastering and writing optical disks - development files." MAINTAINER="devl547@gmail.com" LICENSE="GPL2" -WEB_SITE="http://libburnia-project.org/" +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home" +DEPENDS="libburn pkg-config" WANTED="libburn" -DEPENDS="libburn pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib + cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/share $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 30054e3f93e9 -r 3b191e9b8b46 libburn/receipt --- a/libburn/receipt Tue Mar 03 10:42:56 2020 +0100 +++ b/libburn/receipt Tue Mar 03 10:52:31 2020 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="libburn" -VERSION="1.5.0" +VERSION="1.5.2" CATEGORY="utilities" -SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks." +SHORT_DESC="Library for reading, mastering and writing optical disks." MAINTAINER="devl547@gmail.com" LICENSE="GPL2" -WEB_SITE="http://libburnia-project.org/" +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" @@ -23,5 +23,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }