void-packages/srcpkgs/wine/template

40 lines
1.5 KiB
Plaintext

# Template file for 'wine'
pkgname=wine
version=1.4
build_style=gnu-configure
configure_args="--with-x"
homepage="http://www.winehq.org/"
distfiles="http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${version}.tar.bz2"
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 prelink"
fulldepends="desktop-file-utils hicolor-icon-theme liberation-fonts-ttf fontconfig"
revision=1
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X."
maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1"
checksum=99a437bb8bd350bb1499d59183635e58217e73d631379c43cfd0d6020428ee65
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="lib$pkgname $pkgname-devel"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
# XXX OpenCL
# XXX libsane (scanner support)
# XXX libcups (printing support)
# XXX libcapi20 (ISDN support)
# Otherwise, throws a nasty warning.
pre_configure()
{
sed -i 's/\(libncurses\)/\1w/g' configure
}