wine-unstable: fix version number

This commit is contained in:
davehome 2012-02-23 17:09:38 -07:00
parent 5d8f8740ab
commit c0ff114044
3 changed files with 9 additions and 6 deletions

View file

@ -6,7 +6,7 @@ long_desc="${long_desc}
This package contains the wine runtime." This package contains the wine runtime."
only_for_archs=i686 only_for_archs=i686
replaces="libwine>=0" replaces="libwine>=0 libwine-unstable>=1.4-rc4"
provides="libwine-$version" provides="libwine-$version"
conflicts="libwine>=0" conflicts="libwine>=0"

View file

@ -1,12 +1,15 @@
# Template file for 'wine-unstable' # Template file for 'wine-unstable'
__pkgname=wine __pkgname=wine
pkgname=${__pkgname}-unstable pkgname=${__pkgname}-unstable
version=1.4-rc4 __majminver=1.4
wrksrc=${__pkgname}-$version __rcver=rc4
__otherversion=${__magminver}-${__rcver}
version=${__majminver}.${__rcver}
wrksrc=${__pkgname}-${__otherversion}
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-x" configure_args="--with-x"
homepage="http://www.winehq.org/" homepage="http://www.winehq.org/"
distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgname}-${version}.tar.bz2" distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgname}-${__otherversion}.tar.bz2"
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)" short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1" license="LGPL-2.1"
@ -18,7 +21,7 @@ long_desc="
only_for_archs=i686 only_for_archs=i686
build_requires=11 build_requires=11
replaces="wine>=0" replaces="wine>=0 wine-unstable>=1.4-rc4"
provides="wine-$version" provides="wine-$version"
conflicts="wine>=0" conflicts="wine>=0"
subpackages="lib$pkgname $pkgname-devel" subpackages="lib$pkgname $pkgname-devel"

View file

@ -6,7 +6,7 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
only_for_archs=i686 only_for_archs=i686
replaces="wine-devel>=0" replaces="wine-devel>=0 wine-unstable-devel>=1.4-rc4"
provides="wine-devel-$version" provides="wine-devel-$version"
conflicts="wine-devel>=0" conflicts="wine-devel>=0"