39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
# Template file for 'wine'
|
|
pkgname=wine
|
|
version=1.4.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-x"
|
|
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="LGPL-2.1"
|
|
homepage="http://www.winehq.org/"
|
|
distfiles="http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=3c233e3811e42c2f3623413783dbcd0f2288014b5645211f669ffd0ba6ae1856
|
|
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."
|
|
|
|
only_for_archs=i686
|
|
replaces="wine>=0"
|
|
subpackages="libwine wine-devel"
|
|
|
|
# XXX OpenCL
|
|
# XXX libcapi20 (ISDN support)
|
|
makedepends="flex gettext-devel lcms-devel zlib-devel ncurses-devel
|
|
glu-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 sane-devel
|
|
cups-devel prelink"
|
|
|
|
fulldepends="desktop-file-utils hicolor-icon-theme liberation-fonts-ttf fontconfig"
|
|
|
|
# Otherwise, throws a nasty warning.
|
|
pre_configure() {
|
|
sed -i 's/\(libncurses\)/\1w/g' configure
|
|
}
|