diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-17 20:53:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-17 20:53:46 +0100 |
commit | 3714182ddf51d8db110693e98d6d92a77990e898 (patch) | |
tree | ad9e904bea6ec48a573d57b7929f78eb66692f89 /extra/playonlinux/Pkgfile | |
parent | 9b9959833b28542097cb5f3fbcd493b4100e2439 (diff) | |
download | nutyx-pakxe-3714182ddf51d8db110693e98d6d92a77990e898.tar.gz nutyx-pakxe-3714182ddf51d8db110693e98d6d92a77990e898.tar.bz2 nutyx-pakxe-3714182ddf51d8db110693e98d6d92a77990e898.tar.xz nutyx-pakxe-3714182ddf51d8db110693e98d6d92a77990e898.zip |
playonlinux dans ouvert
Diffstat (limited to 'extra/playonlinux/Pkgfile')
-rw-r--r-- | extra/playonlinux/Pkgfile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/extra/playonlinux/Pkgfile b/extra/playonlinux/Pkgfile deleted file mode 100644 index 142555e38..000000000 --- a/extra/playonlinux/Pkgfile +++ /dev/null @@ -1,32 +0,0 @@ -# Description: Permet d'installer des programmes windows sous NuTyX -# URL: http://www.playonlinux.com/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: wxpython, cabextract, xorg-xterm, lzma, wine -# Run on: wxpython,cabextract,xorg-xterm,lzma,wine - -name=playonlinux -version=3.2.2 -release=1 -source=(http://www.playonlinux.com/script_files/PlayOnLinux/$version/PlayOnLinux_${version}.tar.gz) - -build() { - - #make directories - mkdir -p $PKG/usr/share/playonlinux - mkdir -p $PKG/usr/bin - - #copy files - cp -r playonlinux/* $PKG/usr/share/playonlinux - - #launcher script for playonlinux - cat > $PKG/usr/bin/playonlinux<<EndScript -#! /bin/sh -/usr/share/playonlinux/playonlinux "\$@" -exit \$? -EndScript - - chmod +x $PKG/usr/bin/playonlinux - -} - |