New package: tre-0.8.0.

This commit is contained in:
Juan RP 2014-02-13 18:06:50 +01:00
parent db87820b07
commit 1d5a5a5373
3 changed files with 25 additions and 0 deletions

View file

@ -1468,3 +1468,4 @@ libhunspell-1.3.so.0 libhunspell-1.3.2_1
libstdlog.so.0 liblogging-1.0.0_1
libdom.so.0 libdom-0.0.1_1
libslang.so.2 slang-2.2.4_1
libtre.so.5 tre-0.8.0_1

1
srcpkgs/tre-devel Symbolic link
View file

@ -0,0 +1 @@
tre

23
srcpkgs/tre/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'tre'
pkgname=tre
version=0.8.0
revision=1
build_style=gnu-configure
configure_args="--enable-static --without-alloca"
short_desc="The free and portable approximate regex matching library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
homepage="http://laurikari.net/tre/"
distfiles="http://laurikari.net/tre/tre-${version}.tar.bz2"
checksum=8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658
tre-devel_package() {
short_desc+=" - development files"
depends="tre>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}