jamesdsp/main.sh
Ward from fusion-voyager-3 cd48347bc8 attempt to fix 0
2024-07-25 21:27:24 +03:00

30 lines
632 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="2.7.0.git"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
#git clone --recursive https://github.com/Audio4Linux/JDSP4Linux -b "$VERSION"
git clone --recursive https://github.com/Audio4Linux/JDSP4Linux
cd JDSP4Linux
cp -rvf ../debian ./
cp -rvf ../jamesdsp.desktop ./
cp -rvf ../jamesdsp.png ./
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p jamesdsp_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/