# HG changeset patch # User Hans-G?nter Theisgen # Date 1556798190 -3600 # Node ID f2a011e5ec78913a718725cb262936f694a8a208 # Parent 12c94db44a241d1acb8dfcc9d8bd4dfb40efd13d updated mtdev and mtdev-dev (1.1.3 -> 1.1.5) diff -r 12c94db44a24 -r f2a011e5ec78 mtdev-dev/receipt --- a/mtdev-dev/receipt Thu May 02 12:47:36 2019 +0100 +++ b/mtdev-dev/receipt Thu May 02 12:56:30 2019 +0100 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="mtdev-dev" -VERSION="1.1.3" +VERSION="1.1.5" CATEGORY="development" -SHORT_DESC="mtdev devel files" +SHORT_DESC="mtdev development files." MAINTAINER="mojo@slitaz.org" LICENSE="MIT" WEB_SITE="http://bitmath.org/code/mtdev/" -WANTED="mtdev" -HOST_ARCH="i486 arm" DEPENDS="mtdev pkg-config" +WANTED="mtdev" + +HOST_ARCH="i486 arm" # 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/pkgconfig $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 12c94db44a24 -r f2a011e5ec78 mtdev/receipt --- a/mtdev/receipt Thu May 02 12:47:36 2019 +0100 +++ b/mtdev/receipt Thu May 02 12:56:30 2019 +0100 @@ -1,26 +1,31 @@ # SliTaz package receipt. PACKAGE="mtdev" -VERSION="1.1.3" +VERSION="1.1.5" CATEGORY="development" -SHORT_DESC="Multitouch Protocol Translation Library" +SHORT_DESC="Multitouch Protocol Translation Library." MAINTAINER="mojo@slitaz.org" LICENSE="MIT" WEB_SITE="http://bitmath.org/code/mtdev/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/bin $fs/usr + + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr }