wok view get-playonlinux/receipt @ rev 20715

tor 0.3.5.7
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Feb 07 09:37:17 2019 +0000 (2019-02-07)
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 }