### this file is sourced not run
PKGVER=7.11
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=wine-$PKGVER.tar.xz
MD5SUM=704fcaf8066e4380aaa9bc4a62c4b405
SRC_URL=https://dl.winehq.org/wine/source/7.x/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="wine-widl: wine-widl $PKGVER (Wine IDL Compiler)
wine-widl: 
wine-widl: This package contains widl, the Wine Interface Definition Language 
wine-widl: (IDL) compiler, from wine package. It is a build tool and usually is 
wine-widl: not necessary for normal operations. The full wine package includes 
wine-widl: this tool too.
wine-widl: 
wine-widl: 
wine-widl: 
wine-widl: 
wine-widl: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	# build dirs
	cd /tmp/wine* &&

	./configure --prefix=/usr &&
	make tools/widl &&
	make -C tools/widl install &&

	pkg_build_slackdesc
}

# vim: ft=sh:

