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

keyutils, ecryptfs-utils, ecryptfs-simple
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:47:19 2019 +0200 (2019-01-14)
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 }