wok view get-uae/receipt @ rev 24341

replaced cp by install in davpass and ftppass
author Hans-G?nter Theisgen
date Mon Jan 31 14:02:06 2022 +0100 (2022-01-31)
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 }