
Receipt for package "micropython"
# SliTaz package receipt. PACKAGE="micropython" VERSION="1.0.1" CATEGORY="development" SHORT_DESC="The Micro Python project" MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="http://micropython.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="readline libffi" BUILD_DEPENDS="wget git readline-dev libffi-dev pkg-config" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { sed -i 's|bash|sh|' $src/py/py-version.sh sed -i 's|-lreadline|& -lncurses -ldl -lffi|' $src/unix/Makefile cd unix make -j 1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/unix/micropython $fs/usr/bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)