Receipt for package "mingw32-runtime-headers"
# SliTaz package receipt. PACKAGE="mingw32-runtime-headers" SOURCE="mingwrt" VERSION="3.15.2-mingw32" CATEGORY="development" SHORT_DESC="MinGW32 runtime headers." MAINTAINER="rcx@zoominternet.net" LICENSE="PublicDomain" TARBALL="$SOURCE-$VERSION-src.tar.gz" WEB_SITE="http://www.mingw.org/" WGET_URL="$SF_MIRROR/mingw/$TARBALL" DEPENDS="" BUILD_DEPENDS="" HOST_ARCH="i486 x86_64" # Configuration only needs included if we're in the build/wok environment if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then . $WOK/mingw32-toolchain/stuff/mingw32.conf fi # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/mingwrt/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/mingwrt-||;s|-src.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src mkdir -p $DESTDIR$MINGW32_ROOT cp -a include $DESTDIR$MINGW32_ROOT cp -a profile/*.h $DESTDIR$MINGW32_ROOT/include } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs cp -a $install/* $fs }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)