New package: eina-1.7.4.
This commit is contained in:
parent
7b0ceeefeb
commit
f403765e7a
4 changed files with 27 additions and 0 deletions
|
@ -1138,3 +1138,4 @@ libpurple-client.so.0 libpurple-2.10.6_1
|
||||||
libgnt.so.0 libgnt-2.10.6_1
|
libgnt.so.0 libgnt-2.10.6_1
|
||||||
libvarnishapi.so.1 libvarnishapi-3.0.3_1
|
libvarnishapi.so.1 libvarnishapi-3.0.3_1
|
||||||
libao.so.4 libao-1.1.0_1
|
libao.so.4 libao-1.1.0_1
|
||||||
|
libeina.so.1 eina-1.7.4_1
|
||||||
|
|
1
srcpkgs/eina-devel
Symbolic link
1
srcpkgs/eina-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
eina
|
10
srcpkgs/eina/eina-devel.template
Normal file
10
srcpkgs/eina/eina-devel.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'eina-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="eina>=${version}"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
15
srcpkgs/eina/template
Normal file
15
srcpkgs/eina/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'eina'
|
||||||
|
pkgname=eina
|
||||||
|
version=1.7.4
|
||||||
|
revision=1
|
||||||
|
subpackages="eina-devel"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-default-mempool --enable-mempool-chained-pool
|
||||||
|
--enable-mempool-pass-through --disable-static"
|
||||||
|
homepage="http://enlightenment.org"
|
||||||
|
short_desc="A core data structure and common utility library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.gz"
|
||||||
|
checksum=baff603d614da0b52d505544f18c670e7dfd700e0c1df5ea56284ba3d737c7ee
|
||||||
|
|
Loading…
Reference in a new issue