# Maintainer: Frederic Bezies # Contributor: damir # Contributor: Suzy Williams # Contributor: Allan McRae # Included in Slint by Didier Spaier didieratslintdotfr pkgname=yabasic pkgver=2.90.2 pkgrel=1slint slackdesc=( \ "$pkgname (Yet Another Basic)" "yabasic is a traditional basic interpreter. It understands most of" "the typical basic-constructs, like goto, gosub, line numbers, read," "data or string-variables with a trailing '$'. But on the other hand," "yabasic implements some more advanced programming-constructs like" "subroutines or libraries (but not objects)." "After installation, read in a web browser:" "/usr/doc/yabasic*/yabasic.htm" "Wbesite: www.yabasic.de" ) license=('MIT') url="http://www.yabasic.de/" depends=('libx11' 'ncurses' 'libffi') makedepends=('libxt') source=("http://www.yabasic.de/download/$pkgname-$pkgver.tar.gz") sha256sums=('7dfe63d1c2758b61d622c623c33c79145b597dc856b06445d8066d6c35eb349c') docs=(LICENSE AUTHORS NEWS README yabasic.htm) build() { cd $pkgname-$pkgver ./configure --prefix=/usr make make DESTDIR="$PKG" install }