
Receipt for package "antimicro"
# SliTaz package receipt. PACKAGE="antimicro" VERSION="2.23" CATEGORY="x-window" SHORT_DESC="Map keyboard keys and mouse buttons to gamepad buttons." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://github.com/AntiMicro/antimicro" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/AntiMicro/$PACKAGE/archive/$VERSION/$TARBALL" DEPENDS="libQtCore libQtGui libsdl2 libxcb xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst" BUILD_DEPENDS="cmake libsdl2-dev qmake Qt4-dev xorg-libX11-dev xorg-libXtst-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { mkdir build cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr && make && make updateqm && make INSTALL_ROOT=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6011 packages and 861693 files in cooking database (Sun May 4 00:48:47 2025)