mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
De-lint recipes
* fceux SUMMARY must have at least 3 words Re-ordered blocks * fenris SUMMARY must start with capital letter Re-ordered blocks * gcc SUMMARY must have at least 3 words Re-ordered blocks * giflib6 SUMMARY must start with capital letter Re-ordered blocks * glm SUMMARY must have at least 3 words Re-ordered blocks * hexedit SUMMARY must have at least 3 words Re-ordered blocks * lateef_font SUMMARY must have at least 3 words Re-ordered blocks * libmicro SUMMARY must have at least 3 words Re-ordered blocks * libusb_compat SUMMARY must start with capital letter Re-ordered blocks * readline Re-ordered blocks * libutf8proc SUMMARY must start with capital letter Re-ordered blocks Added REQUIRES_devel * libwebp SUMMARY must start with capital letter Re-ordered blocks * lighttpd SUMMARY must start with capital letter Re-ordered blocks * lzip SUMMARY must start with capital letter Re-ordered blocks
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
SUMMARY="NES/Famicom emulator"
|
||||
SUMMARY="An emulator for the NES/Famicom"
|
||||
DESCRIPTION="FCEUX is an emulator for the NES and Famicom, based on FCE Ultra \
|
||||
which is based on FCE. It combines many different changes of FCE Ultra, like \
|
||||
support for a lot of the different hardware of NES Cartridges, rerecording \
|
||||
bult-in and a high level of portability."
|
||||
HOMEPAGE="http://fceux.com/web/"
|
||||
COPYRIGHT="1998-2014 tamentis & zamaz"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.2%20src/fceux-2.2.2.src.tar.gz"
|
||||
CHECKSUM_SHA256="804d11bdb4a195f3a580ce5d2d01be877582763378637e16186a22459f5fe5e1"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
PATCHES="fceux-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="fceux-$portVersion.patch"
|
||||
|
||||
PROVIDES="
|
||||
fceux$secondaryArchSuffix = $portVersion
|
||||
cmd:fceux$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user