wok-6.x annotate get-pcem-roms/receipt @ rev 22261
libdvdread-dev: install dvdread.pc in pkgconfig directory
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Nov 12 23:58:25 2019 -0500 (2019-11-12) |
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 } |