Skip to content

Commit

Permalink
addpkg: libisofs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtwz committed Jun 29, 2023
1 parent 0dc90e2 commit 6f6751f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions libisofs/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git PKGBUILD PKGBUILD
index 3bdc4bd..fdc14e1 100644
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,12 @@ sha256sums=('0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70'
'SKIP')
validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt <scdbackup@gmx.net>

+prepare() {
+ cd $pkgname-$pkgver
+ autoupdate
+ autoreconf -fiv
+}
+
build() {
cd "${pkgname}"-${pkgver}
./configure --prefix=/usr \

0 comments on commit 6f6751f

Please sign in to comment.