Skip to content

Commit

Permalink
musl-rpmatch: new package at git
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Nov 16, 2023
1 parent fcba9b6 commit 0e57fe4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions utils/musl-rpmatch/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh -e

export DESTDIR="$1"

autoreconf -vif

./configure \
--prefix=/usr

make
make install
2 changes: 2 additions & 0 deletions utils/musl-rpmatch/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
autoconf make
automake make
1 change: 1 addition & 0 deletions utils/musl-rpmatch/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/pullmoll/musl-rpmatch
1 change: 1 addition & 0 deletions utils/musl-rpmatch/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git 1

0 comments on commit 0e57fe4

Please sign in to comment.