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

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
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 }