Browse Source

Cheat a little by copying one specific file in allegro5, that is supposed to be internal-use only.

master
Ray Burgemeestre 5 years ago
parent
commit
b5dfccee74
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      allegro5/Makefile

+ 2
- 0
allegro5/Makefile View File

rm -rf out rm -rf out
mkdir -p out/opt/cppse/build/allegro5/ mkdir -p out/opt/cppse/build/allegro5/
cp -prv allegro5/allegro5_static/* out/opt/cppse/build/allegro5/ cp -prv allegro5/allegro5_static/* out/opt/cppse/build/allegro5/
# with one exception I'm relying on internals of allegro5 for one file..
cp -prv allegro5/include/allegro5/internal/aintern_bitmap.h out/opt/cppse/build/allegro5/include/allegro5/internal/aintern_bitmap.h
rm -rf allegro5_1.0_amd64.deb rm -rf allegro5_1.0_amd64.deb
docker run -v "$$(pwd):/src/" rayburgemeestre/fpm-ubuntu:18.04 fpm -s dir -t deb -n allegro5 --license MPL2 --maintainer "Ray Burgemeestre <ray@cppse.nl>" --description "allegro5 - build dependency" --url "https://github.com/liballeg/allegro5.git" --deb-generate-changes -C /src/out docker run -v "$$(pwd):/src/" rayburgemeestre/fpm-ubuntu:18.04 fpm -s dir -t deb -n allegro5 --license MPL2 --maintainer "Ray Burgemeestre <ray@cppse.nl>" --description "allegro5 - build dependency" --url "https://github.com/liballeg/allegro5.git" --deb-generate-changes -C /src/out



Loading…
Cancel
Save