Skip to content

Commit

Permalink
Clean up libbulletml PSPBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Aug 16, 2023
1 parent 0df8142 commit be34484
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libbulletml/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ license=('BSD')
depends=()
makedepends=()
optdepends=()
source=("git+https://github.com/pspdev/libbulletml.git#commit=5313166eee9c9126873795dd6ac16e28b63e6f65")
source=("git+https://github.com/pspdev/${pkgname}.git#commit=5313166eee9c9126873795dd6ac16e28b63e6f65")
sha256sums=('SKIP')

build() {
cd "$pkgname/src"
cd "${pkgname}/src"
make
}

package() {
cd "$pkgname/src"
cd "${pkgname}/src"
make PSPDIR="${pkgdir}/psp" install

cd ..
mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 README "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 README.en "$pkgdir/psp/share/licenses/$pkgname"
mkdir -m 755 -p "${pkgdir}/psp/share/licenses/${pkgname}"
install -m 644 README "${pkgdir}/psp/share/licenses/${pkgname}"
install -m 644 README.en "${pkgdir}/psp/share/licenses/${pkgname}"
}

0 comments on commit be34484

Please sign in to comment.