wok diff tslib-dev/receipt @ rev 24084
libjson-c-dev: fix version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 10 13:06:31 2021 +0000 (2021-07-10) |
parents | 8dd8bab3f0ca |
children | e375c479e25e |
line diff
1.1 --- a/tslib-dev/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/tslib-dev/receipt Sat Jul 10 13:06:31 2021 +0000 1.3 @@ -1,23 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tslib-dev" 1.7 -VERSION="1.0" 1.8 +VERSION="1.21" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Abstraction layer for touchscreen panel events, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2" 1.13 -WEB_SITE="https://github.com/kergoth/tslib" 1.14 -WANTED="tslib" 1.15 -HOST_ARCH="i486 arm" 1.16 +WEB_SITE="http://www.tslib.org/" 1.17 1.18 DEPENDS="pkg-config" 1.19 +WANTED="tslib" 1.20 + 1.21 +HOST_ARCH="i486 arm" 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/lib/ts 1.27 - cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts 1.28 - cp -a $install/usr/lib/*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + 1.32 + cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts 1.33 + cp -a $install/usr/lib/*a $fs/usr/lib 1.34 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.35 + cp -a $install/usr/include $fs/usr 1.36 }