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

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents d5aab818505e
children
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@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@13337 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@13337 15 }
pascal@13337 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
pascal@13337 19 }
al@21020 20
al@21020 21 post_install() {
al@21020 22 chroot "$1/" get-playonlinux
al@21020 23 }