wok-next rev 19655

Up mtdev, yandex-disk; add libevdev, libinput.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 03 15:33:33 2017 +0200 (2017-03-03)
parents 68c89b4dcbd6
children 1dd555020396
files libevdev-dev/receipt libevdev/receipt libinput-dev/receipt libinput/receipt mtdev-dev/receipt mtdev/receipt yandex-disk/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libevdev-dev/receipt	Fri Mar 03 15:33:33 2017 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libevdev-dev"
     1.7 +VERSION="1.5.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Common functions for Xorg input drivers (development files)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
    1.13 +
    1.14 +WANTED="libevdev"
    1.15 +DEPENDS="libevdev"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	cook_copy_files *.h *.la *.pc
    1.21 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libevdev/receipt	Fri Mar 03 15:33:33 2017 +0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libevdev"
     2.7 +VERSION="1.5.4"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Common functions for Xorg input drivers"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="other"
    2.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/"
    2.13 +
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.15 +WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL"
    2.16 +
    2.17 +BUILD_DEPENDS="check-dev doxygen python"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	./configure \
    2.23 +		--disable-static \
    2.24 +		$CONFIGURE_ARGS &&
    2.25 +	make && make install
    2.26 +}
    2.27 +
    2.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.29 +genpkg_rules()
    2.30 +{
    2.31 +	cook_copy_folders bin
    2.32 +	cook_copy_files *.so*
    2.33 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libinput-dev/receipt	Fri Mar 03 15:33:33 2017 +0200
     3.3 @@ -0,0 +1,18 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="libinput-dev"
     3.7 +VERSION="1.4.1"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Library that handles input devices for display servers (development files)"
    3.10 +MAINTAINER="al.bobylev@gmail.com"
    3.11 +LICENSE="other"
    3.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libinput/"
    3.13 +
    3.14 +WANTED="libinput"
    3.15 +DEPENDS="libinput mtdev-dev eudev-dev libevdev-dev"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	cook_copy_files *.h *.la *.pc
    3.21 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/libinput/receipt	Fri Mar 03 15:33:33 2017 +0200
     4.3 @@ -0,0 +1,33 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="libinput"
     4.7 +VERSION="1.4.1"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Library that handles input devices for display servers"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="other"
    4.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libinput/"
    4.13 +
    4.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.15 +WGET_URL="http://www.freedesktop.org/software/libinput/$TARBALL"
    4.16 +
    4.17 +DEPENDS="mtdev eudev libevdev"
    4.18 +BUILD_DEPENDS="mtdev-dev eudev-dev libevdev-dev"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +	./configure \
    4.24 +		--disable-static \
    4.25 +		--disable-libwacom \
    4.26 +		--with-udev-dir=/lib/udev \
    4.27 +		$CONFIGURE_ARGS &&
    4.28 +	make && make install
    4.29 +}
    4.30 +
    4.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.32 +genpkg_rules()
    4.33 +{
    4.34 +	cook_copy_folders udev bin
    4.35 +	cook_copy_files *.so*
    4.36 +}
     5.1 --- a/mtdev-dev/receipt	Thu Mar 02 05:20:28 2017 +0200
     5.2 +++ b/mtdev-dev/receipt	Fri Mar 03 15:33:33 2017 +0200
     5.3 @@ -1,21 +1,19 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="mtdev-dev"
     5.7 -VERSION="1.1.3"
     5.8 +VERSION="1.1.5"
     5.9  CATEGORY="development"
    5.10 -SHORT_DESC="mtdev devel files"
    5.11 +SHORT_DESC="Multitouch Protocol Translation Library (development files)"
    5.12  MAINTAINER="mojo@slitaz.org"
    5.13  LICENSE="MIT"
    5.14  WEB_SITE="http://bitmath.org/code/mtdev/"
    5.15 -WANTED="mtdev"
    5.16  HOST_ARCH="i486 arm"
    5.17  
    5.18 -DEPENDS="mtdev pkg-config"
    5.19 +WANTED="mtdev"
    5.20 +DEPENDS="mtdev"
    5.21  
    5.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.23  genpkg_rules()
    5.24  {
    5.25 -	mkdir -p $fs/usr/lib
    5.26 -	cp -a $install/usr/include $fs/usr
    5.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    5.28 +	cook_copy_files *.h *.la *.pc
    5.29  }
     6.1 --- a/mtdev/receipt	Thu Mar 02 05:20:28 2017 +0200
     6.2 +++ b/mtdev/receipt	Fri Mar 03 15:33:33 2017 +0200
     6.3 @@ -1,26 +1,29 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="mtdev"
     6.7 -VERSION="1.1.3"
     6.8 +VERSION="1.1.5"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="Multitouch Protocol Translation Library"
    6.11  MAINTAINER="mojo@slitaz.org"
    6.12  LICENSE="MIT"
    6.13  WEB_SITE="http://bitmath.org/code/mtdev/"
    6.14 +HOST_ARCH="i486 arm"
    6.15 +
    6.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.17  WGET_URL="$WEB_SITE$TARBALL"
    6.18 -HOST_ARCH="i486 arm"
    6.19  
    6.20  # Rules to configure and make the package.
    6.21  compile_rules()
    6.22  {
    6.23 -	./configure $CONFIGURE_ARGS && make && make install
    6.24 +	./configure \
    6.25 +		--disable-static \
    6.26 +		$CONFIGURE_ARGS &&
    6.27 +	make && make install
    6.28  }
    6.29  
    6.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.31  genpkg_rules()
    6.32  {
    6.33 -	mkdir -p $fs/usr/lib
    6.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    6.35 -	cp -a $install/usr/bin $fs/usr
    6.36 +	cook_copy_folders bin
    6.37 +	cook_copy_files *.so*
    6.38  }
     7.1 --- a/yandex-disk/receipt	Thu Mar 02 05:20:28 2017 +0200
     7.2 +++ b/yandex-disk/receipt	Fri Mar 03 15:33:33 2017 +0200
     7.3 @@ -11,6 +11,7 @@
     7.4  COOKOPTS="!extradesktops"
     7.5  
     7.6  DEPENDS="gcc-lib-base glibc-base zlib"
     7.7 +BUILD_DEPENDS="gettext"
     7.8  
     7.9  # Rules to configure and make the package.
    7.10  compile_rules()