wok view get-uae/receipt @ rev 24108

Up rdesktop (1.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 28 08:31:51 2021 +0000 (2021-09-28)
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 }