wok view get-uae/receipt @ rev 23795

updated zsh (5.7.1 -> 5.8)
author Hans-G?nter Theisgen
date Fri May 22 13:48:01 2020 +0100 (2020-05-22)
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 }