New package: oniguruma (multi-charset regex library)
This commit is contained in:
parent
adaf0f7a6d
commit
50a20bfb4e
3 changed files with 39 additions and 0 deletions
1
srcpkgs/oniguruma-devel
Symbolic link
1
srcpkgs/oniguruma-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
oniguruma
|
1
srcpkgs/oniguruma-docs
Symbolic link
1
srcpkgs/oniguruma-docs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
oniguruma
|
37
srcpkgs/oniguruma/template
Normal file
37
srcpkgs/oniguruma/template
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Template build file for 'oniguruma'
|
||||||
|
pkgname=oniguruma
|
||||||
|
version=5.9.6
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A multi-charset regular expressions library"
|
||||||
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://www.geocities.jp/kosako3/oniguruma/"
|
||||||
|
distfiles="$homepage/archive/onig-${version}.tar.gz"
|
||||||
|
checksum="d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7"
|
||||||
|
wrksrc="onig-${version}"
|
||||||
|
nocross="yes"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
|
oniguruma-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
oniguruma-docs_package() {
|
||||||
|
short_desc+=" - documentation"
|
||||||
|
pkg_install() {
|
||||||
|
mkdir -p $PKGDESTDIR/usr/share/doc
|
||||||
|
cp -r doc $PKGDESTDIR/usr/share/doc/oniguruma
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue