wok-next view syslinux-slitaz-extra-repack/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="syslinux-slitaz-extra-repack"
4 # check the timestamps on the cooker page http://cook.slitaz.org/index.cgi?pkg=syslinux-extra
5 VERSION="181231-1226" # YYmmdd-HHMM
6 CATEGORY="base-system"
7 SHORT_DESC="MBR/FAT/EXT3/PXE bootloader: SliTaz fork, repacked from SliTaz-5"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="http://cook.slitaz.org/index.cgi?pkg=syslinux-extra"
11 HOST_ARCH="i486"
12 REPOLOGY="-"
14 TARBALL="syslinux-slitaz-extra-$VERSION.cpio" # allow changes for source tarball
15 WGET_URL="http://cook.slitaz.org/index.cgi?download=syslinux-extra-4.06.tazpkg" # this URL is always the same
17 DEPENDS="syslinux-slitaz-repack posixovl"
18 PROVIDE="syslinux-extra"
20 compile_rules() {
21 cpio -dmF $TARBALL -i
22 lzma -d fs.cpio.lzma -c | cpio -idm
23 mkdir $install
24 cp -r fs/* $install
25 }