dosbox: 0.74-3

This commit is contained in:
Daniel Azevedo 2024-10-01 14:09:43 +01:00
parent c6fc42d68f
commit 9aaf2086ca
4 changed files with 31 additions and 0 deletions

7
dosbox/.footprint Normal file
View file

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dosbox
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/dosbox.1.gz

1
dosbox/.md5sum Normal file
View file

@ -0,0 +1 @@
759c75fffb59c542f80fb8391012911b dosbox-0.74-3.tar.gz

5
dosbox/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkDhgkNxHg+DNAL3abX3fa22xNVCFVmJ8/Z1ESm0I4sVnCsnCedVRT/FZVbRNDnKD7hC8xCR3EI6mlc0Dp2ZgpQg=
SHA256 (Pkgfile) = 5de2387291a1b984a8349bdb6980c488089648eedab52f8344dc2457136958bc
SHA256 (.footprint) = cb1e9f968d79f4507ee60ed1d4a44333ee89160507467bbf2994d03d94e6f7d0
SHA256 (dosbox-0.74-3.tar.gz) = c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a

18
dosbox/Pkgfile Normal file
View file

@ -0,0 +1,18 @@
# Description: DOS emulator
# URL: https://www.dosbox.com
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on:
name=dosbox
version=0.74-3
release=2
source=(https://sourceforge.net/projects/dosbox/files/dosbox/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/local/
}