16 Jul 2012 22:11
Vice PBI
I am submitting these files as they are the content of
~/EasyPBI/Modules/Vice after creating vice-2.3_4-amd64.pbi, which
can be found here : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi
shasum : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi.sha256
The module files do not contain anything that would enable ethernet emulation in Vice as I had to edit the makefile in ports before building the PBI There would be no point in adding them to the build server, but the PBI itself does install an ethernet enabled Vice emulator with Simple DirectMedia Layer support. You could chose to add it as is to the AppCafe or rebuild the existing Vice PBI with the makefile edited for "--enable-ethernet"
If you would rather wait for the port to be upgraded to include this feature, I would like permission to make this PBI available to members of my Commodore users group and C64 chat room list.
shasum : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi.sha256
The module files do not contain anything that would enable ethernet emulation in Vice as I had to edit the makefile in ports before building the PBI There would be no point in adding them to the build server, but the PBI itself does install an ethernet enabled Vice emulator with Simple DirectMedia Layer support. You could chose to add it as is to the AppCafe or rebuild the existing Vice PBI with the makefile edited for "--enable-ethernet"
If you would rather wait for the port to be upgraded to include this feature, I would like permission to make this PBI available to members of my Commodore users group and C64 chat room list.
#!/bin/sh # PBI Build Configuration # -- Program Information -- PBI_PROGNAME="vice" PBI_PROGWEB="http://www.viceteam.org/" PBI_PROGAUTHOR="dinoex@..." PBI_PROGICON="c64-logo.png" # -- Port Information -- PBI_MAKEPORT="emulators/vice" PBI_MKPORTBEFORE="" PBI_MKPORTAFTER="" PBI_MAKEOPTS="WITH_SDL=yes" # -- Require Root Permissions to Install PBI -- PBI_REQUIRESROOT="NO" # -- Auto-build Configuration Options -- PBI_BUILDKEY="00" PBI_AB_PRIORITY="00" PBI_AB_NOTMPFS="NO" export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT PBI_BUILDKEY PBI_AB_PRIORITY PBI_AB_NOTMPFS
#!/usr/bin/env [Desktop Entry] Value=1.0 Type=Application Name=vice-x64 GenericName=vice-x64 Exec=%%PBI_EXEDIR%%/x64 Path=%%PBI_APPDIR%% Icon=%%PBI_APPDIR%%/c64-logo.png StartupNotify=true
_______________________________________________ Pbi-dev mailing list Pbi-dev@... http://lists.pcbsd.org/mailman/listinfo/pbi-dev

RSS Feed