mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
tslib: update to 1.12
This commit is contained in:
parent
0b6724deeb
commit
3433bfde30
1 changed files with 2 additions and 11 deletions
|
@ -1,23 +1,14 @@
|
||||||
# Template file for 'tslib'
|
# Template file for 'tslib'
|
||||||
pkgname=tslib
|
pkgname=tslib
|
||||||
version=1.11
|
version=1.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
short_desc="Touchscreen access library"
|
short_desc="Touchscreen access library"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/kergoth/tslib"
|
homepage="https://github.com/kergoth/tslib"
|
||||||
distfiles="https://github.com/kergoth/tslib/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/kergoth/tslib/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06
|
checksum=237f66c9e53789429b1bcc89a36eb7a37f1deb2877e6e7d928e994e3c48d0b83
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i configure.ac -e "5iAC_CONFIG_MACRO_DIRS([m4/internal])"
|
|
||||||
sed -i Makefile.am -e "s;^\(AUTOMAKE_OPTIONS.*\);\1 subdir-objects;"
|
|
||||||
sed -i src/Makefile.am -e "/AM_CFLAGS/i AUTOMAKE_OPTIONS = subdir-objects"
|
|
||||||
sed -i plugins/Makefile.am tests/Makefile.am -e "s;^INCLUDES;AM_CPPFLAGS;"
|
|
||||||
autoreconf -if
|
|
||||||
}
|
|
||||||
|
|
||||||
tslib-tools_package() {
|
tslib-tools_package() {
|
||||||
short_desc+=" - command line tools"
|
short_desc+=" - command line tools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue