mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dosbox: re-classify version scheme
This new version is easier to be manipulated.
This commit is contained in:
parent
569cc448a4
commit
4173afaec3
2 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'dosbox'
|
# Template file for 'dosbox'
|
||||||
pkgname=dosbox
|
pkgname=dosbox
|
||||||
version=0.74.3
|
version=0.74pl3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}-0.74-3
|
wrksrc="${pkgname}-${version/pl/-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel libpng-devel SDL_net-devel SDL_sound-devel"
|
makedepends="alsa-lib-devel libpng-devel SDL_net-devel SDL_sound-devel"
|
||||||
|
@ -10,7 +10,7 @@ short_desc="DOS x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics and sound
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.dosbox.com"
|
homepage="http://www.dosbox.com"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${wrksrc}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/dosbox-${version/pl/-}.tar.gz"
|
||||||
checksum=c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a
|
checksum=c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
1
srcpkgs/dosbox/update
Normal file
1
srcpkgs/dosbox/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="dosbox-\K[0-9.-]*(?=.tar.gz)"
|
Loading…
Add table
Reference in a new issue