summaryrefslogtreecommitdiffstats
path: root/extra/wine/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-19 19:13:35 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-19 19:13:35 +0100
commitadcb738c0ccf67a3604b85cd637636f28535e4bc (patch)
treea1902c0a93609ab5b5cee1d9f506245ee09c42af /extra/wine/Pkgfile
parent54bf647b2072854f0212bb674a2745588c819f14 (diff)
downloadnutyx-extra-adcb738c0ccf67a3604b85cd637636f28535e4bc.tar.gz
nutyx-extra-adcb738c0ccf67a3604b85cd637636f28535e4bc.tar.bz2
nutyx-extra-adcb738c0ccf67a3604b85cd637636f28535e4bc.tar.xz
nutyx-extra-adcb738c0ccf67a3604b85cd637636f28535e4bc.zip
wine dans ouvert, ne se compile pas ds la 64 bits
Diffstat (limited to 'extra/wine/Pkgfile')
-rwxr-xr-xextra/wine/Pkgfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/wine/Pkgfile b/extra/wine/Pkgfile
deleted file mode 100755
index cc78bffae..000000000
--- a/extra/wine/Pkgfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Description: Emulateur de Windows 3.x et Win32 API. Permet de faire fonctionner des programmes Windows sous Linux
-# URL: http://www.winehq.com/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg, jack-audio-connection-kit, fontconfig, cups, sane, esound, samba3, libgphoto2, giflib, gnutls, lcms, openal, nas
-# Run on: jack-audio-connection-kit,fontconfig,cups,sane,esound,samba3,libgphoto2,giflib,gnutls,lcms,openal,nas
-
-name=wine
-version=1.3.4
-release=1
-
-source=( http://easynews.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
- --with-x \
- --infodir=/usr/share/info
- make depend
- make
- make DESTDIR=$PKG install
- mkdir -p $PKG/etc/wine
-
-}
-