#Packager: Panagiotis Papasotiriou pkgname=vice pkgver=3.5 pkgrel=1pp source=("https://sourceforge.net/projects/vice-emu/files/releases/$pkgname-$pkgver.tar.gz") sourcetemplate=https://people.salixos.org/papasot/slackel/$pkgname url="https://vice-emu.sourceforge.io" docs=("COPYING" "README" "NEWS" "FEEDBACK") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "vice (the Versatile Commodore Emulator)" "VICE is an emulator collection which emulates the C64, the C64-DTV," "the C128, the VIC20, practically all PET models, the PLUS4 and the" "CBM-II (aka C610/C510). An extra emulator is provided for C64 expanded" "with the CMD SuperCPU." "" "HomePage: https://vice-emu.sourceforge.io" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --build=$arch-slackware-linux --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man --enable-sdlui2 --enable-x64 make -j $numjobs || exit 1 make install DESTDIR=$startdir/pkg }