# HG changeset patch # User Hans-G?nter Theisgen # Date 1580116518 -3600 # Node ID e3c91f2ce71deb0da57a0213951b41645ba3e68a # Parent ed3f388d2297852632fb5ce6975aafd03bc64c77 updated gammu and gammu-dev (1.40.0 -> 1.41.0) diff -r ed3f388d2297 -r e3c91f2ce71d gammu-dev/receipt --- a/gammu-dev/receipt Mon Jan 27 09:52:33 2020 +0100 +++ b/gammu-dev/receipt Mon Jan 27 10:15:18 2020 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="gammu-dev" -VERSION="1.40.0" +VERSION="1.41.0" CATEGORY="system-tools" SHORT_DESC="Gammu development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://wammu.eu/gammu/" +DEPENDS="gammu pkg-config" WANTED="gammu" -DEPENDS="gammu pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $install/usr/bin/gammu-config $fs/usr/bin - #cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/bin + + cp -a $install/usr/bin/gammu-config $fs/usr/bin + #cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r ed3f388d2297 -r e3c91f2ce71d gammu/receipt --- a/gammu/receipt Mon Jan 27 09:52:33 2020 +0100 +++ b/gammu/receipt Mon Jan 27 10:15:18 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gammu" -VERSION="1.40.0" +VERSION="1.41.0" CATEGORY="system-tools" TAGS="bluetooth" SHORT_DESC="Library and utility to control cell phone." @@ -12,16 +12,17 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://dl.cihar.com/gammu/releases/$TARBALL" -DEPENDS="bluez sqlite libusb-compat libcurl" +DEPENDS="bluez libcurl libusb-compat sqlite" BUILD_DEPENDS="$DEPENDS cmake" # Rules to configure and make the package. compile_rules() { - mkdir -p build && cd build - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=ON .. && + mkdir -p build && + cd build && + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_SHARED_LIBS=ON&& make -j 1 && make DESTDIR=$DESTDIR install } @@ -30,7 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - rm $fs/usr/bin/gammu-config - cp -a $install/usr/lib/*.so* $fs/usr/lib + + cp -a $install/usr/bin $fs/usr + rm $fs/usr/bin/gammu-config + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r ed3f388d2297 -r e3c91f2ce71d xneur-dev/receipt --- a/xneur-dev/receipt Mon Jan 27 09:52:33 2020 +0100 +++ b/xneur-dev/receipt Mon Jan 27 10:15:18 2020 +0100 @@ -3,13 +3,13 @@ PACKAGE="xneur-dev" VERSION="0.20.0" CATEGORY="development" -SHORT_DESC="X Neural Switcher" +SHORT_DESC="X Neural Switcher." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://xneur.ru/" +DEPENDS="enchant-dev glib-dev pcre-dev xneur" WANTED="xneur" -DEPENDS="xneur pcre-dev enchant-dev glib-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()