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

jwm: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:51:09 2018 +0200 (2018-11-03)
parents 7506b35e1c6f
children 5669e8b3be70
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 xorg-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 xorg-libXrender"
30 SUGGESTED="scratch"
31 }