wok-current diff libevdev/receipt @ rev 22596
updated chocolate-doom (1.4.0 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 17:34:35 2020 +0100 (2020-01-07) |
parents | |
children | 3e62a2b10d0c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libevdev/receipt Tue Jan 07 17:34:35 2020 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libevdev" 1.7 +VERSION="1.8.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Common functions for Xorg input drivers." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="other" 1.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/" 1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#libevdev" 1.14 + 1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 +WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL" 1.17 + 1.18 +BUILD_DEPENDS="check-dev python" # doxygen 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure \ 1.24 + --disable-static \ 1.25 + $CONFIGURE_ARGS && 1.26 + make && 1.27 + make DESTDIR=$DESTDIR install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/lib 1.34 + 1.35 + cp -a $install/usr/bin $fs/usr 1.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.37 +}