wok-next view squeak-vm/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="squeak-vm"
4 VERSION="4.10.2.2614"
5 CATEGORY="network"
6 SHORT_DESC="Create and share interactive stories, games, music and art"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://scratch.mit.edu/"
11 TARBALL="Squeak-$VERSION-src.tar.gz"
12 WGET_URL="http://squeakvm.org/unix/release/$TARBALL"
14 BUILD_DEPENDS="alsa-lib-dev dbus-dev libxrender-dev cmake"
16 compile_rules() {
17 ./unix/cmake/configure \
18 --prefix=/usr \
19 --without-quartz \
20 --without-gl \
21 --with-x \
22 --enable-mpg-mmx &&
23 make &&
24 make DESTDIR=$install install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="alsa-lib dbus libxrender"
30 SUGGESTED="scratch"
31 }