New package: enventor-0.1.
This commit is contained in:
parent
f4e9a846af
commit
73d7f71cfa
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'enventor'
|
||||
pkgname=enventor
|
||||
version=0.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}.0"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="efl-devel>=1.8 elementary-devel>=1.8 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@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=144ca4eabea0c5b640e338f8f03a5692f60d51f4d667d264fc9299ed4148f67d
|
||||
|
||||
enventor_package() {
|
||||
depends="desktop-file-utils"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue