
Receipt for package "tazinst"
# SliTaz package receipt. PACKAGE="tazinst" VERSION="115" CATEGORY="base-system" SHORT_DESC="SliTaz installer" MAINTAINER="domcox@slitaz.org" LICENSE="GPL3" SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://hg.slitaz.org/tazinst/archive/$VERSION.tar.bz2" TAGS="slitaz" DEPENDS="util-linux-blkid lzma parted efibootmgr" SUGGESTED="tazpanel" SIBLINGS="tazinst-gui" HOST_ARCH="i486 x86_64" current_version() { wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \ sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \ xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||' } # Rules to configure and make the package. compile_rules() { # Thanks Rantanplan, fix mhwaveedit tempdir path patch -p1 < $stuff/fix-mhwaveedit-tempdir-path.patch # Thanks Saipul, fix miss folder search for syslinux install patch -p1 < $stuff/fix-syslinux-install.patch make && make DESTDIR=$DESTDIR VERSION=$VERSION install } # Rules to gen a SliTaz package suitable for Tazpkg. # genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/etc $fs cp -a $install/usr/sbin $fs/usr cp -a $install/usr/share/doc $fs/usr/share cp -a $install/usr/share/locale $fs/usr/share chmod 0644 $fs/usr/share/locale/*/*/*.mo chown -R root.root $fs # remove tazinst-gui locales cd $fs/usr/share/locale for lang in *; do rm -f $lang/*/installer.mo done }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)