19 lines
648 B
Bash
19 lines
648 B
Bash
# Template file for 'enventor'
|
|
pkgname=enventor
|
|
version=1.0.0
|
|
revision=1
|
|
lib32disabled=yes
|
|
wrksrc="${pkgname}-${version}"
|
|
hostmakedepends="pkg-config efl-devel"
|
|
makedepends="efl-devel"
|
|
depends="desktop-file-utils"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
homepage="http://enlightenment.org"
|
|
short_desc="Enlightenment's EDC editor with some convenient functions"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=6756707381de81d3cd6c445f7735927aa4dc853afdb04354d5267078b32bd134
|
|
|
|
broken="Does not build with efl>=1.26"
|