void-packages/srcpkgs/playonlinux/template

31 lines
1.1 KiB
Bash

# Template file for 'playonlinux'
pkgname=playonlinux
version=4.4
revision=3
# contains pre-compiled binaries linked against glibc
archs="i686 x86_64"
depends="icoutils netcat ImageMagick xterm wxPython cabextract unzip glxinfo
gnupg xdg-user-dirs libXmu wget p7zip curl jq python3-natsort xrdb gettext
perl python3-pyasyncore"
short_desc="GUI for managing Windows programs under linux"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="http://www.playonlinux.com"
distfiles="http://www.playonlinux.com/script_files/PlayOnLinux/${version}/PlayOnLinux_${version}.tar.gz"
checksum=aaeedec5249df3ffd56cd8b3e3e06ea7117828ffc868eb2653d232c48e488058
pycompile_dirs="usr/share/$pkgname/python"
python_version=3
do_install() {
vmkdir usr/share/$pkgname
vmkdir usr/bin
cp -r * $DESTDIR/usr/share/$pkgname
echo "#!/bin/bash" > $DESTDIR/usr/bin/$pkgname
echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $DESTDIR/usr/bin/$pkgname
chmod +x $DESTDIR/usr/bin/$pkgname
vinstall etc/PlayOnLinux.desktop 644 usr/share/applications playonlinux.desktop
vsed -i "s/ %F//g" $DESTDIR/usr/share/applications/playonlinux.desktop
}