mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
0ad: rebuild for gloox-1.0.24
This commit is contained in:
parent
54f6c612f9
commit
e3536c4c5f
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for '0ad'
|
# Template file for '0ad'
|
||||||
pkgname=0ad
|
pkgname=0ad
|
||||||
version=0.0.26
|
version=0.0.26
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64* i686* aarch64* armv7l* ppc64le*"
|
archs="x86_64* i686* aarch64* armv7l* ppc64le*"
|
||||||
wrksrc="${pkgname}-${version}-alpha"
|
wrksrc="${pkgname}-${version}-alpha"
|
||||||
hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"
|
hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"
|
||||||
|
@ -39,12 +39,14 @@ do_configure() {
|
||||||
export JOBS="${makejobs}"
|
export JOBS="${makejobs}"
|
||||||
cd ${wrksrc}/build/workspaces
|
cd ${wrksrc}/build/workspaces
|
||||||
./clean-workspaces.sh
|
./clean-workspaces.sh
|
||||||
./update-workspaces.sh --bindir=/usr/bin --libdir=/usr/lib/0ad \
|
|
||||||
--datadir=/usr/share/${pkgname}/data
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export JOBS="${makejobs}"
|
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}
|
make config=release -C build/workspaces/gcc ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue