blob: d2fddec6eb3d4666ceb6dd6cbbdf7b00e57d641e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Template file for 'Terminal'
pkgname=Terminal
version=0.9.9
revision=2
build_style=gnu-makefile
make_use_env=yes
make_build_args="OBJCFLAGS=-fcommon messages=yes"
hostmakedepends="gnustep-make gcc-objc which"
makedepends="gnustep-base-devel gnustep-gui-devel"
depends="gnustep-base gnustep-gui gnustep-back"
short_desc="Terminal emulator for GNUstep"
maintainer="Phosu Parsons <founderofjp@gmail.com>"
license="GPL-2.0-only"
homepage="http://gap.nongnu.org/terminal/"
distfiles="${NONGNU_SITE}/gap/${pkgname}-${version}.tar.gz"
checksum=27f81bbecdbd10cde8c080012cde4973bec20e551c58c29f353733cf03c220e9
nocross="objc doesn't get cross build at present within gcc (see gnustep-base)"
patch_args=-Np0
|