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

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }