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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }