wok-next annotate get-playonlinux/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children 0cbe4b1f2230
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13337 2
pascal@13337 3 PACKAGE="get-playonlinux"
pascal@13337 4 VERSION="1.00"
pascal@13337 5 CATEGORY="games"
al@21020 6 SHORT_DESC="Get playonlinux"
pascal@13337 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.playonlinux.com/en/"
al@20882 10 REPOLOGY="-"
pascal@13337 11
al@21020 12 compile_rules() {
al@21020 13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@13337 14 }
pascal@13337 15
al@21020 16 genpkg_rules() {
al@21020 17 copy @std
pascal@13337 18 }
al@21020 19
al@21020 20 post_install() {
al@21020 21 chroot "$1/" get-playonlinux
al@21020 22 }