wok view get-playonlinux/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
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 }