diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-23 06:54:43 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-23 06:54:43 +0000 |
| commit | 6e603d258a98eccfc92a563fdb30a99588962e9c (patch) | |
| tree | 8bef97e3d9b6c3955cfcd9e157e25b4c0d0c4a17 /mednafen/abuild | |
| parent | c5125812150d0f97b4d44a27c496ed64c4935ccb (diff) | |
| download | alicelinux-6e603d258a98eccfc92a563fdb30a99588962e9c.tar.gz alicelinux-6e603d258a98eccfc92a563fdb30a99588962e9c.zip | |
Woodpecker CI 0a427104e1de5376aa10807c1f470b8a4a6edc84 [SKIP CI]
Diffstat (limited to 'mednafen/abuild')
| -rw-r--r-- | mednafen/abuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mednafen/abuild b/mednafen/abuild deleted file mode 100644 index 4be511fd..00000000 --- a/mednafen/abuild +++ /dev/null @@ -1,10 +0,0 @@ -name=mednafen -version=1.32.1 -release=1 -source=https://mednafen.github.io/releases/files/$name-$version.tar.xz - -build() { - ./configure --prefix=/usr - make - make install DESTDIR=$PKG -} |