Build script tweaks.
This commit is contained in:
parent
f78446e50e
commit
8a30dd36ae
|
@ -8,9 +8,11 @@ SIZE=0
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#make clean
|
rm -rf dist/*
|
||||||
#make
|
|
||||||
#make dist
|
make clean
|
||||||
|
make
|
||||||
|
make dist
|
||||||
|
|
||||||
mkdir -p $BUILDROOT
|
mkdir -p $BUILDROOT
|
||||||
rm -rf $BUILDROOT/*
|
rm -rf $BUILDROOT/*
|
||||||
|
@ -39,6 +41,9 @@ cd build
|
||||||
|
|
||||||
dpkg-deb --build tbftss
|
dpkg-deb --build tbftss
|
||||||
|
|
||||||
mv tbftss.deb ../dist/tbftss-${VERSION}-${REVISION}_i386.deb
|
mv tbftss.deb tbftss-${VERSION}-${REVISION}.i386.deb
|
||||||
|
alien -r --bump=0 tbftss-${VERSION}-${REVISION}.i386.deb
|
||||||
|
|
||||||
|
mv *.deb *.rpm ../dist
|
||||||
|
|
||||||
rm -rf tbftss
|
rm -rf tbftss
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version: ${version}
|
||||||
Section: games
|
Section: games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Installed-Size: ${size}
|
Installed-Size: ${size}
|
||||||
Architecture: all
|
Architecture: i386
|
||||||
Depends: libsdl2-2.0-0, libsdl2-image-2.0-0, libsdl2-mixer-2.0-0, libsdl2-ttf-2.0-0
|
Depends: libsdl2-2.0-0, libsdl2-image-2.0-0, libsdl2-mixer-2.0-0, libsdl2-ttf-2.0-0
|
||||||
Maintainer: stephenjsweeney@battleforthesolarsystem.com
|
Maintainer: stephenjsweeney@battleforthesolarsystem.com
|
||||||
Description: 2D mission-based space shooter, based on the Battle for the Solar System space opera novel trilogy.
|
Description: 2D mission-based space shooter, based on the Battle for the Solar System space opera novel trilogy.
|
||||||
|
|
Loading…
Reference in New Issue