wok-next diff syslinux-slitaz-extra-repack/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents
children cd7906120828
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/syslinux-slitaz-extra-repack/receipt	Fri Apr 27 15:12:17 2018 +0300
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="syslinux-slitaz-extra-repack"
     1.7 +VERSION="4.06"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="MBR/FAT/EXT3/PXE bootloader: SliTaz fork, repacked from SliTaz-5"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://hg.slitaz.org/wok/file/tip/syslinux"
    1.13 +
    1.14 +TARBALL="syslinux-slitaz-extra-4.06.cpio"
    1.15 +WGET_URL="http://mirror1.slitaz.org/packages/5.0/syslinux-extra-4.06.tazpkg"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cpio -dmF $src/$TARBALL -i
    1.21 +	lzma d $src/fs.cpio.lzma -so | cpio -idm
    1.22 +	mkdir $install
    1.23 +	cp -r $src/fs/* $install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	copy @std
    1.30 +	DEPENDS="syslinux-slitaz-repack posixovl"
    1.31 +	PROVIDE="syslinux-extra"
    1.32 +}