wok view get-playonlinux/receipt @ rev 20805
syslinux/iso2exe: add a MessageBox for Win9x (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 16 19:05:06 2019 +0100 (2019-02-16) |
parents | 7bcb31854501 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-playonlinux"
4 VERSION="1.00"
5 CATEGORY="games"
6 SHORT_DESC="Get playonlinux."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.playonlinux.com/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-playonlinux $fs/usr/bin
16 }
18 post_install()
19 {
20 [ -n "$1" ] || get-playonlinux
21 }