2013-11-15 14:57:03 +00:00
|
|
|
# Template file for 'terminology'
|
|
|
|
pkgname=terminology
|
2013-12-02 15:47:48 +00:00
|
|
|
_distver=0.4.0
|
|
|
|
_patchver=alpha4
|
|
|
|
version="${_distver}${_patchver}"
|
|
|
|
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
2013-11-15 14:57:03 +00:00
|
|
|
revision=1
|
|
|
|
hostmakedepends="pkg-config"
|
2013-12-02 15:47:48 +00:00
|
|
|
makedepends="efl-devel>=1.8.1 elementary-devel>=1.8 desktop-file-utils"
|
2013-11-15 14:57:03 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
homepage="http://enlightenment.org"
|
|
|
|
short_desc="Enlightenment's terminal emulator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2013-12-02 15:47:48 +00:00
|
|
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${_distver}-${_patchver}.tar.bz2"
|
|
|
|
checksum=8cf46f2efe7e1a144ca97c36048362424d49c9570e3720355938825059dcaff2
|
2013-11-15 14:57:03 +00:00
|
|
|
|
|
|
|
terminology_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove all
|
|
|
|
}
|
|
|
|
}
|