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

updated virtualenv (1.5.1 -> 16.7.7)
author Hans-G?nter Theisgen
date Fri Nov 01 17:02:38 2019 +0100 (2019-11-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 }