wok view get-uae/receipt @ rev 25443

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 03 09:28:15 2022 +0000 (20 months ago)
parents 487e1c66b9ed
children
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="https://web.archive.org/web/20130928200231/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 }