New package: squeak-4.10.2.2614.
This commit is contained in:
parent
1797fea942
commit
71ea02aad0
|
@ -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}
|
||||
}
|
Loading…
Reference in New Issue