mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
sdlmame: simplify descriptions.
This commit is contained in:
parent
39115d823d
commit
279c208d9d
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@ pkgname=sdlmame
|
||||||
_distver=0161
|
_distver=0161
|
||||||
_patchver=0
|
_patchver=0
|
||||||
version=${_distver}u${_patchver}
|
version=${_distver}u${_patchver}
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="mame-${_distver}s"
|
wrksrc="mame-${_distver}s"
|
||||||
homepage="http://mamedev.org"
|
homepage="http://mamedev.org"
|
||||||
distfiles="${homepage}/downloader.php?file=releases/mame${_distver}s.zip"
|
distfiles="${homepage}/downloader.php?file=releases/mame${_distver}s.zip"
|
||||||
short_desc="The Multiple Arcade Machine Emulator with SDL+OpenGL support"
|
short_desc="The Multiple Arcade Machine Emulator"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="mame"
|
license="mame"
|
||||||
checksum=c0ba4c8e6ea7a491cbf7b317221d03c916dee53ca3cde4ff26adbc478a395a0f
|
checksum=c0ba4c8e6ea7a491cbf7b317221d03c916dee53ca3cde4ff26adbc478a395a0f
|
||||||
|
@ -77,7 +77,7 @@ do_install() {
|
||||||
|
|
||||||
sdlmess_package() {
|
sdlmess_package() {
|
||||||
depends="sdlmame-${version}_${revision}"
|
depends="sdlmame-${version}_${revision}"
|
||||||
short_desc+=" - Multi Emulator Super System (MESS) package"
|
short_desc+=" - Multi Emulator Super System (MESS)"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
make TARGET=mess NOWERROR=1 TOOLS=1 ${makejobs}
|
make TARGET=mess NOWERROR=1 TOOLS=1 ${makejobs}
|
||||||
# Install the application
|
# Install the application
|
||||||
|
|
Loading…
Add table
Reference in a new issue