summaryrefslogtreecommitdiff
path: root/extra/xsd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-14 01:49:21 -0700
committerroot <root@rshg054.dnsready.net>2013-07-14 01:49:21 -0700
commitd525d9a731f5d79c1128a192b9d2977a2967570f (patch)
tree2a17d6445748cb26dd944abe54a2c52a96162b00 /extra/xsd
parentc9952f3a144d9fb19917d7c100dca30d2d99f629 (diff)
Sun Jul 14 01:49:07 PDT 2013
Diffstat (limited to 'extra/xsd')
-rw-r--r--extra/xsd/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/xsd/PKGBUILD b/extra/xsd/PKGBUILD
index 3f616afd0..5bce2a625 100644
--- a/extra/xsd/PKGBUILD
+++ b/extra/xsd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 181130 2013-03-31 19:17:00Z stephane $
+# $Id: PKGBUILD 190051 2013-07-13 12:43:05Z svenstaro $
# Maintainer:
# Contributor: kevku <kevku@gmx.com>
pkgname=xsd
pkgver=3.3.0
_pkgver=3.3.0-2+dep
-pkgrel=8
+pkgrel=9
pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding compiler"
arch=('i686' 'x86_64')
url="http://www.codesynthesis.com/products/xsd"
@@ -17,10 +17,13 @@ source=("http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgv
sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
'8f7ca8bf0440b30d8f5823e0f528db19810706f2')
-build() {
+prepare() {
cd "${pkgname}-${_pkgver}"
patch -p0 -i "${srcdir}/xsdcxx.patch"
+}
+build() {
+ cd "${pkgname}-${_pkgver}"
make CXXFLAGS="${CXXFLAGS}"
}