aboutsummaryrefslogtreecommitdiff
path: root/repos/community/mednafen/abuild
diff options
context:
space:
mode:
authorohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-06-15 19:13:50 -0300
committerohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-06-15 19:13:50 -0300
commit05b0d9ae0f6ff665a40714fcce04bc63f8a9ee73 (patch)
treeb1d6b33c1db3f034a6266ffd11d5646c974ae9f4 /repos/community/mednafen/abuild
parent6bc6acffdaa50f1e0a8876a64d803cfc0ecc8459 (diff)
downloadalicelinux-05b0d9ae0f6ff665a40714fcce04bc63f8a9ee73.tar.gz
alicelinux-05b0d9ae0f6ff665a40714fcce04bc63f8a9ee73.zip
Simplified libflac and mednafen abuild recipes
Diffstat (limited to 'repos/community/mednafen/abuild')
-rw-r--r--repos/community/mednafen/abuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/repos/community/mednafen/abuild b/repos/community/mednafen/abuild
index 4be511fd..47f04965 100644
--- a/repos/community/mednafen/abuild
+++ b/repos/community/mednafen/abuild
@@ -1,10 +1,4 @@
name=mednafen
version=1.32.1
-release=1
+release=2
source=https://mednafen.github.io/releases/files/$name-$version.tar.xz
-
-build() {
- ./configure --prefix=/usr
- make
- make install DESTDIR=$PKG
-}