void-packages/srcpkgs/wine/template

40 lines
1.4 KiB
Text
Raw Normal View History

2011-10-26 00:12:32 +00:00
# Template file for 'wine'
pkgname=wine
2012-06-17 05:49:07 +00:00
version=1.4.1
2012-10-09 09:13:11 +00:00
revision=2
2011-10-26 00:12:32 +00:00
build_style=gnu-configure
configure_args="--with-x"
2012-10-09 09:13:11 +00:00
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X"
2011-10-26 00:12:32 +00:00
maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1"
2012-10-09 09:13:11 +00:00
homepage="http://www.winehq.org/"
distfiles="http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${version}.tar.bz2"
2012-06-17 05:49:07 +00:00
checksum=3c233e3811e42c2f3623413783dbcd0f2288014b5645211f669ffd0ba6ae1856
2011-10-26 00:12:32 +00: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."
only_for_archs=i686
replaces="wine>=0"
2012-10-09 09:13:11 +00:00
subpackages="libwine wine-devel"
2011-10-26 00:12:32 +00:00
# XXX OpenCL
# XXX libcapi20 (ISDN support)
2012-10-09 09:13:11 +00:00
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"
2012-10-09 09:13:11 +00:00
fulldepends="desktop-file-utils hicolor-icon-theme liberation-fonts-ttf fontconfig"
2011-10-26 00:12:32 +00:00
2012-10-09 09:13:11 +00:00
# Otherwise, throws a nasty warning.
pre_configure() {
2011-10-26 00:12:32 +00:00
sed -i 's/\(libncurses\)/\1w/g' configure
}