wok view get-uae/receipt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
parents 8649e33c279c
children c15fedfb9582
line source
1 # SliTaz package receipt.
3 PACKAGE="get-uae"
4 VERSION="1.00"
5 CATEGORY="system-tools"
6 TAGS="emulator"
7 SHORT_DESC="Get the Umiquious Amiga Emulator."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.amigaemulator.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-uae $fs/usr/bin
17 }