wok annotate get-pcem-roms/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 10c5947d7b5c
children
rev   line source
pascal@21920 1 # SliTaz package receipt.
pascal@21920 2
pascal@21920 3 PACKAGE="get-pcem-roms"
pascal@24092 4 VERSION="2.0"
pascal@21920 5 CATEGORY="misc"
pascal@21920 6 SHORT_DESC="A collection of requiered ROMs files for PCem emulator"
pascal@21920 7 MAINTAINER="devel@slitaz.org"
pascal@21920 8 LICENSE="unknown"
pascal@21920 9 WEB_SITE="https://github.com/BaRRaKudaRain/PCem-ROMs"
pascal@24092 10 SUGGESTED="pcem"
pascal@21920 11
pascal@21920 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@21920 13 genpkg_rules()
pascal@21920 14 {
pascal@21920 15 mkdir -p $fs/usr/bin
pascal@21920 16 cp $stuff/get-pcem-roms $fs/usr/bin
pascal@21920 17 }
pascal@24092 18
pascal@24092 19 # Pre and post install commands for Tazpkg.
pascal@24092 20 post_install()
pascal@24092 21 {
pascal@24092 22 chroot "$1/" /usr/bin/get-pcem-roms
pascal@24092 23 }