diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-18 08:48:46 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-18 08:48:46 +0000 |
| commit | a6da4e05ccb370686df58ad419c463852af501da (patch) | |
| tree | 31eaee9683aa05954918ca28f3e86cd18c910880 /repos/community/mednafen/abuild | |
| parent | 1029c5c77854a37516b179433877b889a9720ca1 (diff) | |
| parent | ca021e3c64467dd353d387ef46b8736126e20cf6 (diff) | |
| download | alicelinux-a6da4e05ccb370686df58ad419c463852af501da.tar.gz alicelinux-a6da4e05ccb370686df58ad419c463852af501da.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/community/mednafen/abuild')
| -rw-r--r-- | repos/community/mednafen/abuild | 8 |
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 -} |