wok-next diff tslib-dev/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents e3c24dc3326c
children f463de72afe3
line diff
     1.1 --- a/tslib-dev/receipt	Wed Apr 09 12:00:04 2014 +0200
     1.2 +++ b/tslib-dev/receipt	Tue May 23 14:40:37 2017 +0300
     1.3 @@ -6,18 +6,14 @@
     1.4  SHORT_DESC="Abstraction layer for touchscreen panel events, development files."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="LGPL2"
     1.7 -WEB_SITE="http://tslib.berlios.de/"
     1.8 -WANTED="tslib"
     1.9 +WEB_SITE="https://sourceforge.net/projects/tslib.berlios/"
    1.10  HOST_ARCH="i486 arm"
    1.11  
    1.12 -DEPENDS="pkg-config"
    1.13 +WANTED="tslib"
    1.14 +DEPENDS="tslib"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/lib/ts
    1.20 -	cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts
    1.21 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 +	cook_copy_files *.h *.la *.pc
    1.25  }