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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 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 }