New package: libestr-0.1.2.

This commit is contained in:
Juan RP 2012-01-14 09:38:16 +01:00
parent b20ee5fd9b
commit cac449f044
6 changed files with 34 additions and 0 deletions

View File

@ -941,3 +941,4 @@ libchicken.so.6 libchicken chicken-devel
libmdb.so.0.0.0 libmdb mdbtools-devel
libmdbsql.so.0 libmdb mdbtools-devel
libkmod.so.1 libkmod libkmod-devel
libestr.so.0 libestr libestr-devel

1
srcpkgs/libestr-devel Symbolic link
View File

@ -0,0 +1 @@
libestr

2
srcpkgs/libestr/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=">=0.1.2"
api_depends="${abi_depends}"

View File

@ -0,0 +1,15 @@
# Template file for 'libestr-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run glibc-devel
Add_dependency run libestr
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -0,0 +1 @@
libc.so.6

14
srcpkgs/libestr/template Normal file
View File

@ -0,0 +1,14 @@
# Template file for 'libestr'
pkgname=libestr
version=0.1.2
homepage="http://libestr.adiscon.com"
distfiles="$homepage/files/download/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="C library for string processing"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=0e8b95374fa271dc2afdfadfc9afc0f5826252a1b698ddea1474d5600a7c66ca
long_desc="
This package provides a C library with some essentials for string processing."
subpackages="$pkgname-devel"