0ad: rebuild for gloox-1.0.24
This commit is contained in:
parent
54f6c612f9
commit
e3536c4c5f
|
@ -1,7 +1,7 @@
|
|||
# Template file for '0ad'
|
||||
pkgname=0ad
|
||||
version=0.0.26
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64* i686* aarch64* armv7l* ppc64le*"
|
||||
wrksrc="${pkgname}-${version}-alpha"
|
||||
hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"
|
||||
|
@ -39,12 +39,14 @@ do_configure() {
|
|||
export JOBS="${makejobs}"
|
||||
cd ${wrksrc}/build/workspaces
|
||||
./clean-workspaces.sh
|
||||
./update-workspaces.sh --bindir=/usr/bin --libdir=/usr/lib/0ad \
|
||||
--datadir=/usr/share/${pkgname}/data
|
||||
}
|
||||
|
||||
do_build() {
|
||||
export JOBS="${makejobs}"
|
||||
cd ${wrksrc}/build/workspaces
|
||||
./update-workspaces.sh --bindir=/usr/bin --libdir=/usr/lib/0ad \
|
||||
--datadir=/usr/share/${pkgname}/data
|
||||
cd ${wrksrc}
|
||||
make config=release -C build/workspaces/gcc ${makejobs}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue