New package: embryo-1.7.4.
This commit is contained in:
parent
123b60e1de
commit
e45b352bb3
4 changed files with 26 additions and 0 deletions
|
@ -1152,3 +1152,4 @@ libecore_evas.so.1 ecore-1.7.4_3
|
|||
libecore_ipc.so.1 ecore-1.7.4_3
|
||||
libecore.so.1 ecore-1.7.4_3
|
||||
libeio.so.1 eio-1.7.4_1
|
||||
libembryo.so.1 embryo-1.7.4_1
|
||||
|
|
1
srcpkgs/embryo-devel
Symbolic link
1
srcpkgs/embryo-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
embryo
|
10
srcpkgs/embryo/embryo-devel.template
Normal file
10
srcpkgs/embryo/embryo-devel.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'embryo-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="eina-devel embryo>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
14
srcpkgs/embryo/template
Normal file
14
srcpkgs/embryo/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'embryo'
|
||||
pkgname=embryo
|
||||
version=1.7.4
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
makedepends="pkg-config eina-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
homepage="http://enlightenment.org"
|
||||
short_desc="Implementation of a C like scripting language for Enlightment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=300fe9750a2affebc6b3f94356dbc719d01a34054b2c7fc81a49f3e38a7ca975
|
Loading…
Reference in a new issue