wok-current annotate get-pcem-roms/receipt @ rev 22189
updated xorg-fonttosfnt (1.0.4 -> 1.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 09:22:37 2019 +0100 (2019-11-11) |
parents | |
children | 01737061adb0 |
rev | line source |
---|---|
pascal@21920 | 1 # SliTaz package receipt. |
pascal@21920 | 2 |
pascal@21920 | 3 PACKAGE="get-pcem-roms" |
pascal@21920 | 4 VERSION="1.0" |
pascal@21920 | 5 CATEGORY="misc" |
pascal@21920 | 6 SHORT_DESC="A collection of requiered ROMs files for PCem emulator" |
pascal@21920 | 7 MAINTAINER="devel@slitaz.org" |
pascal@21920 | 8 LICENSE="unknown" |
pascal@21920 | 9 WEB_SITE="https://github.com/BaRRaKudaRain/PCem-ROMs" |
pascal@21920 | 10 |
pascal@21920 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@21920 | 12 genpkg_rules() |
pascal@21920 | 13 { |
pascal@21920 | 14 mkdir -p $fs/usr/bin |
pascal@21920 | 15 cp $stuff/get-pcem-roms $fs/usr/bin |
pascal@21920 | 16 } |