dosbox: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:54:00 +00:00
parent 8b26a8a8bd
commit e37c6da3a8
3 changed files with 0 additions and 28 deletions

View File

@ -1,7 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dL1o5qYKh/GATA39TG6BgCKA0VuwO8SziMx5w6LcV5ZFWfTVeRC4L59Wh0vQeFzsQKBv9Rtu7HbwU7dUI9VHAE=
SHA256 (Pkgfile) = b4c20f4aed0e5cb91aa0a1a2248ca00098f7bd3a4402e7ab8223644632b68721
SHA256 (.footprint) = 1fa146faf801210225248af9fa0d447a8c51eaaeec5a51462f55f5fa12e54330
SHA256 (dosbox-0.74-3.tar.gz) = c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a

View File

@ -1,16 +0,0 @@
# Description: SDL-based DOS emulator for classic games
# URL: http://dosbox.sourceforge.net
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libsdl glu
name=dosbox
version=0.74-3
release=1
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}