mingw-w64-*: Fix wrksrc/build_wrksrc vars; revbump.
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# Template file for 'mingw-w64-headers'
|
||||
_shortname=mingw-w64
|
||||
pkgname=$_shortname-headers
|
||||
pkgname=${_shortname}-headers
|
||||
_majversion=1.0
|
||||
_snapshot=20110523
|
||||
version=${_majversion}.$_snapshot
|
||||
distfiles="${SOURCEFORGE_SITE}/$_shortname/$_shortname/$_shortname-v$_majversion-snapshot-$_snapshot.tar.bz2"
|
||||
version=${_majversion}.${_snapshot}
|
||||
revision=1
|
||||
distfiles="${SOURCEFORGE_SITE}/${_shortname}/${_shortname}/${_shortname}-v${_majversion}-snapshot-${_snapshot}.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="mingw-w64 headers"
|
||||
short_desc="mingw-w64 headers, psdk, directx sdk"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://mingw-w64.sourceforge.net/"
|
||||
license="Public Domain, BSD, LGPL, ZPL"
|
||||
@@ -26,10 +27,11 @@ long_desc="
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
|
||||
wrksrc=$_shortname-v$_majversion-$_snapshot/$pkgname
|
||||
|
||||
_mingwprefix=/opt
|
||||
|
||||
wrksrc=${_shortname}-v${_majversion}-${_snapshot}
|
||||
build_wrksrc=${pkgname}
|
||||
|
||||
do_build()
|
||||
{
|
||||
if [ "${xbps_machine}" = "x86_64" ]; then
|
||||
|
||||
Reference in New Issue
Block a user