Skip to content

Commit

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

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

0 comments on commit 7e4e66f

Please sign in to comment.