Skip to content

Commit

Permalink
Update recipie to get it building and fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Jul 24, 2023
1 parent 3a448c5 commit 130a43c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/valgrind/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ pkgver="3.21.0-1"
timestamp="2023-04-28T02:49:00Z"
maintainer="Eeems <eeems@eeems.email>"
url=https://valgrind.org
license=MIT
license=GPL-2.0-only
source=(https://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2)
sha256sums=(10ce1618bb3e33fad16eb79552b0a3e1211762448a0d7fce11c8a6243b9ac971)
image=base:v2.3
makedepends=(build:automake)
makedepends=(build:gawk build:automake)

build() {
./autogen.sh
Expand All @@ -19,7 +19,7 @@ build() {

package() {
cd "$srcdir"
# Work around the make install not creating this directory
# Work around make install not creating this directory
mkdir -p "$pkgdir"/opt/libexec/valgrind
make DESTDIR="$pkgdir" install
}

0 comments on commit 130a43c

Please sign in to comment.