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

updated workerfm again (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 11:25:13 2020 +0100 (2020-05-01)
parents
children 01737061adb0
line source
1 # SliTaz package receipt.
3 PACKAGE="get-pcem-roms"
4 VERSION="1.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"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $stuff/get-pcem-roms $fs/usr/bin
16 }