# HG changeset patch # User Hans-G?nter Theisgen # Date 1554991534 -3600 # Node ID ed82d8434b53aab8dafea7c675df64cf26c4ce6f # Parent 31f88f776bbccd4345018a4accaa9c53fa0a3837 updated libisofs and libisofs-dev (1.0.8 -> 1.5.0) diff -r 31f88f776bbc -r ed82d8434b53 libisofs-dev/receipt --- a/libisofs-dev/receipt Thu Apr 11 14:44:37 2019 +0100 +++ b/libisofs-dev/receipt Thu Apr 11 15:05:34 2019 +0100 @@ -1,22 +1,22 @@ # SliTaz package receipt. PACKAGE="libisofs-dev" -VERSION="1.0.8" +VERSION="1.5.0" CATEGORY="development" -SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs." +SHORT_DESC="Libburnia is a project 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/libisofs" + WANTED="libisofs" - DEPENDS="libisofs pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - 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/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } - diff -r 31f88f776bbc -r ed82d8434b53 libisofs/receipt --- a/libisofs/receipt Thu Apr 11 14:44:37 2019 +0100 +++ b/libisofs/receipt Thu Apr 11 15:05:34 2019 +0100 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="libisofs" -VERSION="1.0.8" +VERSION="1.5.0" CATEGORY="utilities" -SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs." +SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks." MAINTAINER="devl547@gmail.com" LICENSE="GPL2" +WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://libburnia-project.org/" WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && - make -j1 && make -j1 install + make -j1 && + make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.