2011-10-27 02:14:31 +02:00
|
|
|
# Template file for 'wine-unstable'
|
|
|
|
__pkgname=wine
|
|
|
|
pkgname=${__pkgname}-unstable
|
2012-07-04 00:02:58 +02:00
|
|
|
version=1.5.8
|
2012-03-23 22:12:20 +01:00
|
|
|
wrksrc=${__pkgname}-${version}
|
2011-10-27 02:14:31 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-29 11:19:44 +02:00
|
|
|
configure_args="--with-x"
|
2011-10-27 02:14:31 +02:00
|
|
|
homepage="http://www.winehq.org/"
|
2012-07-04 00:02:58 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/${__pkgname}/${__pkgname}-${version}.tar.bz2"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="libwine-unstable"
|
2012-06-17 05:18:33 +02:00
|
|
|
makedepends="flex gettext-devel lcms-devel zlib-devel ncurses-devel MesaLib-devel libSM-devel libXext-devel libX11-devel libXpm-devel libXinerama-devel libXcomposite-devel libXmu-devel libXxf86vm-devel libXcursor-devel libXrandr-devel libXdamage-devel libXi-devel libldap-devel alsa-lib-devel libgphoto2-devel libxml2-devel libxslt-devel glib-devel gst-plugins-base-devel freetype-devel mpg123-devel libgsm-devel libopenal-devel giflib-devel libpng-devel v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel cups-devel sane-devel prelink"
|
2012-05-23 18:26:56 +02:00
|
|
|
fulldepends="desktop-file-utils hicolor-icon-theme liberation-fonts-ttf fontconfig"
|
2012-06-17 05:18:33 +02:00
|
|
|
revision=1
|
2011-10-27 02:14:31 +02:00
|
|
|
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="LGPL-2.1"
|
2012-07-04 00:02:58 +02:00
|
|
|
checksum=dff2bb0026dc155c0c8ae4fd4f87d4a9cd40496286af6ed05130c87d514fc543
|
2011-10-27 02:14:31 +02:00
|
|
|
long_desc="
|
|
|
|
Wine lets you run Windows software on other operating systems. With Wine,
|
|
|
|
you can install and run these applications just like you would in
|
|
|
|
Windows. (unstable)"
|
|
|
|
|
2011-10-29 11:19:44 +02:00
|
|
|
only_for_archs=i686
|
2011-12-15 20:15:06 +01:00
|
|
|
build_requires=11
|
2012-03-23 22:12:20 +01:00
|
|
|
replaces="wine>=0"
|
2011-10-27 02:14:31 +02:00
|
|
|
provides="wine-$version"
|
2011-11-17 10:21:02 +01:00
|
|
|
conflicts="wine>=0"
|
2011-10-27 02:14:31 +02:00
|
|
|
subpackages="lib$pkgname $pkgname-devel"
|
|
|
|
|
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
|
|
|
|
# XXX OpenCL
|
2012-03-23 22:12:20 +01:00
|
|
|
# XXX libcapi20 (ISDN support)
|
2011-10-27 02:14:31 +02:00
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
sed -i 's/\(libncurses\)/\1w/g' configure
|
|
|
|
}
|