New package: squeak-4.10.2.2614.

This commit is contained in:
Juan RP 2014-05-03 09:53:30 +02:00
parent 1797fea942
commit 71ea02aad0

21
srcpkgs/squeak/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'squeak'
pkgname=squeak
version=4.10.2.2614
revision=1
build_style=gnu-configure
wrksrc="Squeak-${version}-src"
configure_script="./unix/cmake/configure"
configure_args="--without-quartz --with-x --with-fbdev --enable-mpg-mmx"
hostmakedepends="cmake pkg-config"
makedepends="glib-devel pango-devel libuuid-devel alsa-lib-devel
pulseaudio-devel dbus-devel libXrender-devel MesaLib-devel"
short_desc="Full-featured implementation of the Smalltalk programming language"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://squeakvm.org"
distfiles="http://squeakvm.org/unix/release/Squeak-${version}-src.tar.gz"
checksum=3db6d12ea223e5bc49f52af7f6f832e383a3a006a53bc8a87f6469e1af5dfc2e
post_install() {
vinstall unix/doc/LICENSE 644 usr/share/licenses/${pkgname}
}