wok view get-pcem-roms/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 10c5947d7b5c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-pcem-roms"
4 VERSION="2.0"
5 CATEGORY="misc"
6 SHORT_DESC="A collection of requiered ROMs files for PCem emulator"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="https://github.com/BaRRaKudaRain/PCem-ROMs"
10 SUGGESTED="pcem"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp $stuff/get-pcem-roms $fs/usr/bin
17 }
19 # Pre and post install commands for Tazpkg.
20 post_install()
21 {
22 chroot "$1/" /usr/bin/get-pcem-roms
23 }